Shades of Light Green #72F095
Tints of Light Green #72F095
RGB
CMYK
RGB Variations
Color information
#72F095 (or 0x72F095) is known color: Light Green. HEX triplet: 72, F0 and 95. RGB value is (114,240,149). Sum of RGB (Red+Green+Blue) = 114+240+149=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #72F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F095 is #8D0F6A. Grayscale: #C0C0C0. Windows color (decimal): -9244523 or 9826418. OLE color: 9826418.
HSL color Cylindrical-coordinate representation of color #72F095: hue angle of 136.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F095 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 149 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.06 |
| HSL | 136.67º | 0.81% | 0.69% | - |
| HSV(B) | 136.67º | 0.53% | 0.94% | - |
| XYZ | 43.52 | 68.07 | 39.28 | - |
| YUV | 191.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 149 | 0.52 | 0 | 0.38 | 0.06 | 136.67 | 0.81 | 0.69 |
| Hex | 72 | F0 | 95 | 34 | 0 | 26 | 6 | 89 | 51 | 45 |
| Octal | 162 | 360 | 225 | 64 | 0 | 46 | 6 | 211 | 121 | 105 |
| Binary | 1110010 | 11110000 | 10010101 | 110100 | 0 | 100110 | 110 | 10001001 | 1010001 | 1000101 |
Color Harmonies of #72F095
Complementary color
Monochromatic Colors of #72F095
Black with #72F095
Text Example
Text Example
White with #72F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F095; }
p { color: rgb(114,240,149); }
H1.HeaderClassName
{
color: #72F095;
}
.AnyTagClassName
{
color: #72F095;
}
</style>
background-color css
<style>
a { background-color: #72F095; }
a { background-color: rgb(114,240,149); }
div.DivClassName
{
background-color: #72F095;
}
.BgClassName
{
background-color: #72F095;
}
</style>
border-color css
<style>
span { border-color: #72F095; }
span { border-color: rgb(114,240,149); }
td.TdClassName
{
border-color: #72F095;
}
.TagClassName
{
border-color: #72F095;
}
</style>