Shades of Light Green #72FE8C
Tints of Light Green #72FE8C
RGB
CMYK
RGB Variations
Color information
#72FE8C (or 0x72FE8C) is known color: Light Green. HEX triplet: 72, FE and 8C. RGB value is (114,254,140). Sum of RGB (Red+Green+Blue) = 114+254+140=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FE8C is #8D0173. Grayscale: #C7C7C7. Windows color (decimal): -9240948 or 9240178. OLE color: 9240178.
HSL color Cylindrical-coordinate representation of color #72FE8C: hue angle of 131.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FE8C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 140 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.00 |
| HSL | 131.14º | 0.99% | 0.72% | - |
| HSV(B) | 131.14º | 0.55% | 1% | - |
| XYZ | 47.11 | 76.35 | 37.07 | - |
| YUV | 199.14 | 94.62 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 140 | 0.55 | 0 | 0.45 | 0.00 | 131.14 | 0.99 | 0.72 |
| Hex | 72 | FE | 8C | 37 | 0 | 2D | 0 | 83 | 63 | 48 |
| Octal | 162 | 376 | 214 | 67 | 0 | 55 | 0 | 203 | 143 | 110 |
| Binary | 1110010 | 11111110 | 10001100 | 110111 | 0 | 101101 | 0 | 10000011 | 1100011 | 1001000 |
Color Harmonies of #72FE8C
Complementary color
Monochromatic Colors of #72FE8C
Black with #72FE8C
Text Example
Text Example
White with #72FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE8C; }
p { color: rgb(114,254,140); }
H1.HeaderClassName
{
color: #72FE8C;
}
.AnyTagClassName
{
color: #72FE8C;
}
</style>
background-color css
<style>
a { background-color: #72FE8C; }
a { background-color: rgb(114,254,140); }
div.DivClassName
{
background-color: #72FE8C;
}
.BgClassName
{
background-color: #72FE8C;
}
</style>
border-color css
<style>
span { border-color: #72FE8C; }
span { border-color: rgb(114,254,140); }
td.TdClassName
{
border-color: #72FE8C;
}
.TagClassName
{
border-color: #72FE8C;
}
</style>