Shades of Lawn Green #72D710
Tints of Lawn Green #72D710
RGB
CMYK
RGB Variations
Color information
#72D710 (or 0x72D710) is known color: Lawn Green. HEX triplet: 72, D7 and 10. RGB value is (114,215,16). Sum of RGB (Red+Green+Blue) = 114+215+16=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #72D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D710 is #8D28EF. Grayscale: #A2A2A2. Windows color (decimal): -9251056 or 1103730. OLE color: 1103730.
HSL color Cylindrical-coordinate representation of color #72D710: hue angle of 90.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72D710 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.16 |
| HSL | 90.45º | 0.86% | 0.45% | - |
| HSV(B) | 90.45º | 0.93% | 0.84% | - |
| XYZ | 31.33 | 52.22 | 8.92 | - |
| YUV | 162.12 | 45.54 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 16 | 0.47 | 0 | 0.93 | 0.16 | 90.45 | 0.86 | 0.45 |
| Hex | 72 | D7 | 10 | 2F | 0 | 5D | 10 | 5A | 56 | 2D |
| Octal | 162 | 327 | 20 | 57 | 0 | 135 | 20 | 132 | 126 | 55 |
| Binary | 1110010 | 11010111 | 10000 | 101111 | 0 | 1011101 | 10000 | 1011010 | 1010110 | 101101 |
Color Harmonies of #72D710
Complementary color
Monochromatic Colors of #72D710
Black with #72D710
Text Example
Text Example
White with #72D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D710; }
p { color: rgb(114,215,16); }
H1.HeaderClassName
{
color: #72D710;
}
.AnyTagClassName
{
color: #72D710;
}
</style>
background-color css
<style>
a { background-color: #72D710; }
a { background-color: rgb(114,215,16); }
div.DivClassName
{
background-color: #72D710;
}
.BgClassName
{
background-color: #72D710;
}
</style>
border-color css
<style>
span { border-color: #72D710; }
span { border-color: rgb(114,215,16); }
td.TdClassName
{
border-color: #72D710;
}
.TagClassName
{
border-color: #72D710;
}
</style>