Shades of Light Green #72F192
Tints of Light Green #72F192
RGB
CMYK
RGB Variations
Color information
#72F192 (or 0x72F192) is known color: Light Green. HEX triplet: 72, F1 and 92. RGB value is (114,241,146). Sum of RGB (Red+Green+Blue) = 114+241+146=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #72F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F192 is #8D0E6D. Grayscale: #C0C0C0. Windows color (decimal): -9244270 or 9630066. OLE color: 9630066.
HSL color Cylindrical-coordinate representation of color #72F192: hue angle of 135.12º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F192 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 146 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.05 |
| HSL | 135.12º | 0.82% | 0.7% | - |
| HSV(B) | 135.12º | 0.53% | 0.95% | - |
| XYZ | 43.58 | 68.56 | 38.13 | - |
| YUV | 192.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 146 | 0.53 | 0 | 0.39 | 0.05 | 135.12 | 0.82 | 0.7 |
| Hex | 72 | F1 | 92 | 35 | 0 | 27 | 5 | 87 | 52 | 46 |
| Octal | 162 | 361 | 222 | 65 | 0 | 47 | 5 | 207 | 122 | 106 |
| Binary | 1110010 | 11110001 | 10010010 | 110101 | 0 | 100111 | 101 | 10000111 | 1010010 | 1000110 |
Color Harmonies of #72F192
Complementary color
Monochromatic Colors of #72F192
Black with #72F192
Text Example
Text Example
White with #72F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F192; }
p { color: rgb(114,241,146); }
H1.HeaderClassName
{
color: #72F192;
}
.AnyTagClassName
{
color: #72F192;
}
</style>
background-color css
<style>
a { background-color: #72F192; }
a { background-color: rgb(114,241,146); }
div.DivClassName
{
background-color: #72F192;
}
.BgClassName
{
background-color: #72F192;
}
</style>
border-color css
<style>
span { border-color: #72F192; }
span { border-color: rgb(114,241,146); }
td.TdClassName
{
border-color: #72F192;
}
.TagClassName
{
border-color: #72F192;
}
</style>