Color spaces of #47b56f
RGB | 71 | 181 | 111 |
---|---|---|---|
HSL | 0.39 | 0.44 | 0.49 |
HSV | 142° | 61° | 71° |
CMYK | 0.61 | 0.00 | 0.39 0.29 |
XYZ | 21.9916 | 35.5350 | 20.7388 |
Yxy | 35.5350 | 0.2810 | 0.4540 |
Hunter Lab | 59.6112 | -38.4680 | 21.1008 |
CIE-Lab | 66.1631 | -47.1952 | 26.5881 |
#47b56f color RGB value is (71,181,111).
#47b56f hex color red value is 71, green value is 181 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #47b56f hue: 0.39 , saturation: 0.44 and the lightness value of 47b56f is 0.49.
The process color (four color CMYK) of #47b56f color hex is 0.61, 0.00, 0.39, 0.29. Web safe color of #47b56f is #33cc66. Color #47b56f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10110101 | 01101111 |
Octal | 107 | 265 | 157 |
Decimal | 71 | 181 | 111 |
Hex | 47 | B5 | 6F |
Shades of #47b56f
Tints of #47b56f
RGB Percentages of Color #47b56f
CMYK Percentages of Color #47b56f
Complementary Color
#47b56f | #b5478d |
#47b56f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47b56f Color Preview on White Background
Lorem ipsum dolor sit amet.
#47b56f Color CSS Codes
.mybgcolor {background-color:#47b56f; } .myforecolor {color:#47b56f; } .mybordercolor {border:3px solid #47b56f; }
#47b56f Text Font Color
<p style="color:#47b56f">Text here</p>
This sample text font color is #47b56f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#47b56f Background Color
<div style="background-color:#47b56f">
Div content here</div>
This div background color is #47b56f
#47b56f Border Color
<div style="border:3px solid #47b56f">
Div here</div>
This div border color is #47b56f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,181,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47b56f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47b56f; -webkit-box-shadow: 1px 1px 3px 2px #47b56f; box-shadow: 1px 1px 3px 2px #47b56f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,181,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47b56f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47b56f; -webkit-box-shadow: 1px 1px 3px 2px #47b56f; box-shadow: 1px 1px 3px 2px #47b56f;">
Div content here</div>
This div box has shadow with color #47b56f
Comments
No comments written yet.
Please login to write comment.