Shades of Light Green #72FF8E
Tints of Light Green #72FF8E
RGB
CMYK
RGB Variations
Color information
#72FF8E (or 0x72FF8E) is known color: Light Green. HEX triplet: 72, FF and 8E. RGB value is (114,255,142). Sum of RGB (Red+Green+Blue) = 114+255+142=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FF8E is #8D0071. Grayscale: #C8C8C8. Windows color (decimal): -9240690 or 9371506. OLE color: 9371506.
HSL color Cylindrical-coordinate representation of color #72FF8E: hue angle of 131.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FF8E is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 142 | - |
| CMYK | 0.55 | 0 | 0.44 | 0 |
| HSL | 131.91º | 1% | 0.72% | - |
| HSV(B) | 131.91º | 0.55% | 1% | - |
| XYZ | 47.58 | 77.05 | 37.96 | - |
| YUV | 199.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 142 | 0.55 | 0 | 0.44 | 0 | 131.91 | 1 | 0.72 |
| Hex | 72 | FF | 8E | 37 | 0 | 2C | 0 | 84 | 64 | 48 |
| Octal | 162 | 377 | 216 | 67 | 0 | 54 | 0 | 204 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10001110 | 110111 | 0 | 101100 | 0 | 10000100 | 1100100 | 1001000 |
Color Harmonies of #72FF8E
Complementary color
Monochromatic Colors of #72FF8E
Black with #72FF8E
Text Example
Text Example
White with #72FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF8E; }
p { color: rgb(114,255,142); }
H1.HeaderClassName
{
color: #72FF8E;
}
.AnyTagClassName
{
color: #72FF8E;
}
</style>
background-color css
<style>
a { background-color: #72FF8E; }
a { background-color: rgb(114,255,142); }
div.DivClassName
{
background-color: #72FF8E;
}
.BgClassName
{
background-color: #72FF8E;
}
</style>
border-color css
<style>
span { border-color: #72FF8E; }
span { border-color: rgb(114,255,142); }
td.TdClassName
{
border-color: #72FF8E;
}
.TagClassName
{
border-color: #72FF8E;
}
</style>