Color spaces of #9bde72
RGB | 155 | 222 | 114 |
---|---|---|---|
HSL | 0.27 | 0.62 | 0.66 |
HSV | 97° | 49° | 87° |
CMYK | 0.30 | 0.00 | 0.49 0.13 |
XYZ | 42.6761 | 60.4260 | 25.3337 |
Yxy | 60.4260 | 0.3323 | 0.4705 |
Hunter Lab | 77.7342 | -38.0382 | 35.0912 |
CIE-Lab | 82.0692 | -39.8414 | 46.0741 |
#9bde72 color RGB value is (155,222,114).
#9bde72 hex color red value is 155, green value is 222 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #9bde72 hue: 0.27 , saturation: 0.62 and the lightness value of 9bde72 is 0.66.
The process color (four color CMYK) of #9bde72 color hex is 0.30, 0.00, 0.49, 0.13. Web safe color of #9bde72 is #99cc66. Color #9bde72 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11011110 | 01110010 |
Octal | 233 | 336 | 162 |
Decimal | 155 | 222 | 114 |
Hex | 9B | DE | 72 |
Shades of #9bde72
Tints of #9bde72
RGB Percentages of Color #9bde72
CMYK Percentages of Color #9bde72
Complementary Color
#9bde72 | #b572de |
#9bde72 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bde72 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bde72 Color CSS Codes
.mybgcolor {background-color:#9bde72; } .myforecolor {color:#9bde72; } .mybordercolor {border:3px solid #9bde72; }
#9bde72 Text Font Color
<p style="color:#9bde72">Text here</p>
This sample text font color is #9bde72
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.
#9bde72 Background Color
<div style="background-color:#9bde72">
Div content here</div>
This div background color is #9bde72
#9bde72 Border Color
<div style="border:3px solid #9bde72">
Div here</div>
This div border color is #9bde72
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,222,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bde72; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bde72; -webkit-box-shadow: 1px 1px 3px 2px #9bde72; box-shadow: 1px 1px 3px 2px #9bde72; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,222,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bde72">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bde72; -webkit-box-shadow: 1px 1px 3px 2px #9bde72; box-shadow: 1px 1px 3px 2px #9bde72;">
Div content here</div>
This div box has shadow with color #9bde72
Comments
No comments written yet.
Please login to write comment.