Color spaces of #5db72f
RGB | 93 | 183 | 47 |
---|---|---|---|
HSL | 0.28 | 0.59 | 0.45 |
HSV | 100° | 74° | 72° |
CMYK | 0.49 | 0.00 | 0.74 0.28 |
XYZ | 21.9608 | 36.3994 | 8.5577 |
Yxy | 36.3994 | 0.3282 | 0.5439 |
Hunter Lab | 60.3319 | -40.6069 | 33.8224 |
CIE-Lab | 66.8240 | -50.1872 | 57.1299 |
#5db72f color RGB value is (93,183,47).
#5db72f hex color red value is 93, green value is 183 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5db72f hue: 0.28 , saturation: 0.59 and the lightness value of 5db72f is 0.45.
The process color (four color CMYK) of #5db72f color hex is 0.49, 0.00, 0.74, 0.28. Web safe color of #5db72f is #66cc33. Color #5db72f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10110111 | 00101111 |
Octal | 135 | 267 | 57 |
Decimal | 93 | 183 | 47 |
Hex | 5D | B7 | 2F |
Shades of #5db72f
Tints of #5db72f
RGB Percentages of Color #5db72f
CMYK Percentages of Color #5db72f
Complementary Color
#5db72f | #892fb7 |
#5db72f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5db72f Color Preview on White Background
Lorem ipsum dolor sit amet.
#5db72f Color CSS Codes
.mybgcolor {background-color:#5db72f; } .myforecolor {color:#5db72f; } .mybordercolor {border:3px solid #5db72f; }
#5db72f Text Font Color
<p style="color:#5db72f">Text here</p>
This sample text font color is #5db72f
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.
#5db72f Background Color
<div style="background-color:#5db72f">
Div content here</div>
This div background color is #5db72f
#5db72f Border Color
<div style="border:3px solid #5db72f">
Div here</div>
This div border color is #5db72f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,183,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5db72f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5db72f; -webkit-box-shadow: 1px 1px 3px 2px #5db72f; box-shadow: 1px 1px 3px 2px #5db72f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,183,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5db72f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5db72f; -webkit-box-shadow: 1px 1px 3px 2px #5db72f; box-shadow: 1px 1px 3px 2px #5db72f;">
Div content here</div>
This div box has shadow with color #5db72f
Comments
No comments written yet.
Please login to write comment.