Shades of Light Green #72F58E
Tints of Light Green #72F58E
RGB
CMYK
RGB Variations
Color information
#72F58E (or 0x72F58E) is known color: Light Green. HEX triplet: 72, F5 and 8E. RGB value is (114,245,142). Sum of RGB (Red+Green+Blue) = 114+245+142=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #72F58E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F58E is #8D0A71. Grayscale: #C2C2C2. Windows color (decimal): -9243250 or 9368946. OLE color: 9368946.
HSL color Cylindrical-coordinate representation of color #72F58E: hue angle of 132.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F58E is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 245 | 142 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.04 |
| HSL | 132.82º | 0.87% | 0.7% | - |
| HSV(B) | 132.82º | 0.53% | 0.96% | - |
| XYZ | 44.47 | 70.84 | 36.92 | - |
| YUV | 194.09 | 98.6 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 245 | 142 | 0.53 | 0 | 0.42 | 0.04 | 132.82 | 0.87 | 0.7 |
| Hex | 72 | F5 | 8E | 35 | 0 | 2A | 4 | 85 | 57 | 46 |
| Octal | 162 | 365 | 216 | 65 | 0 | 52 | 4 | 205 | 127 | 106 |
| Binary | 1110010 | 11110101 | 10001110 | 110101 | 0 | 101010 | 100 | 10000101 | 1010111 | 1000110 |
Color Harmonies of #72F58E
Complementary color
Monochromatic Colors of #72F58E
Black with #72F58E
Text Example
Text Example
White with #72F58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F58E; }
p { color: rgb(114,245,142); }
H1.HeaderClassName
{
color: #72F58E;
}
.AnyTagClassName
{
color: #72F58E;
}
</style>
background-color css
<style>
a { background-color: #72F58E; }
a { background-color: rgb(114,245,142); }
div.DivClassName
{
background-color: #72F58E;
}
.BgClassName
{
background-color: #72F58E;
}
</style>
border-color css
<style>
span { border-color: #72F58E; }
span { border-color: rgb(114,245,142); }
td.TdClassName
{
border-color: #72F58E;
}
.TagClassName
{
border-color: #72F58E;
}
</style>