Shades of Light Green #72E99A
Tints of Light Green #72E99A
RGB
CMYK
RGB Variations
Color information
#72E99A (or 0x72E99A) is known color: Light Green. HEX triplet: 72, E9 and 9A. RGB value is (114,233,154). Sum of RGB (Red+Green+Blue) = 114+233+154=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #72E99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E99A is #8D1665. Grayscale: #BCBCBC. Windows color (decimal): -9246310 or 10152306. OLE color: 10152306.
HSL color Cylindrical-coordinate representation of color #72E99A: hue angle of 140.17º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E99A is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 154 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.09 |
| HSL | 140.17º | 0.73% | 0.68% | - |
| HSV(B) | 140.17º | 0.51% | 0.91% | - |
| XYZ | 41.91 | 64.19 | 40.75 | - |
| YUV | 188.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 154 | 0.51 | 0 | 0.34 | 0.09 | 140.17 | 0.73 | 0.68 |
| Hex | 72 | E9 | 9A | 33 | 0 | 22 | 9 | 8C | 49 | 44 |
| Octal | 162 | 351 | 232 | 63 | 0 | 42 | 11 | 214 | 111 | 104 |
| Binary | 1110010 | 11101001 | 10011010 | 110011 | 0 | 100010 | 1001 | 10001100 | 1001001 | 1000100 |
Color Harmonies of #72E99A
Complementary color
Monochromatic Colors of #72E99A
Black with #72E99A
Text Example
Text Example
White with #72E99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E99A; }
p { color: rgb(114,233,154); }
H1.HeaderClassName
{
color: #72E99A;
}
.AnyTagClassName
{
color: #72E99A;
}
</style>
background-color css
<style>
a { background-color: #72E99A; }
a { background-color: rgb(114,233,154); }
div.DivClassName
{
background-color: #72E99A;
}
.BgClassName
{
background-color: #72E99A;
}
</style>
border-color css
<style>
span { border-color: #72E99A; }
span { border-color: rgb(114,233,154); }
td.TdClassName
{
border-color: #72E99A;
}
.TagClassName
{
border-color: #72E99A;
}
</style>