Shades of Lawn Green #72F010
Tints of Lawn Green #72F010
RGB
CMYK
RGB Variations
Color information
#72F010 (or 0x72F010) is known color: Lawn Green. HEX triplet: 72, F0 and 10. RGB value is (114,240,16). Sum of RGB (Red+Green+Blue) = 114+240+16=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #72F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F010 is #8D0FEF. Grayscale: #B1B1B1. Windows color (decimal): -9244656 or 1110130. OLE color: 1110130.
HSL color Cylindrical-coordinate representation of color #72F010: hue angle of 93.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72F010 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.06 |
| HSL | 93.75º | 0.88% | 0.5% | - |
| HSV(B) | 93.75º | 0.93% | 0.94% | - |
| XYZ | 38.19 | 65.93 | 11.2 | - |
| YUV | 176.79 | 37.26 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 16 | 0.52 | 0 | 0.93 | 0.06 | 93.75 | 0.88 | 0.5 |
| Hex | 72 | F0 | 10 | 34 | 0 | 5D | 6 | 5E | 58 | 32 |
| Octal | 162 | 360 | 20 | 64 | 0 | 135 | 6 | 136 | 130 | 62 |
| Binary | 1110010 | 11110000 | 10000 | 110100 | 0 | 1011101 | 110 | 1011110 | 1011000 | 110010 |
Color Harmonies of #72F010
Complementary color
Monochromatic Colors of #72F010
Black with #72F010
Text Example
Text Example
White with #72F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F010; }
p { color: rgb(114,240,16); }
H1.HeaderClassName
{
color: #72F010;
}
.AnyTagClassName
{
color: #72F010;
}
</style>
background-color css
<style>
a { background-color: #72F010; }
a { background-color: rgb(114,240,16); }
div.DivClassName
{
background-color: #72F010;
}
.BgClassName
{
background-color: #72F010;
}
</style>
border-color css
<style>
span { border-color: #72F010; }
span { border-color: rgb(114,240,16); }
td.TdClassName
{
border-color: #72F010;
}
.TagClassName
{
border-color: #72F010;
}
</style>