Shades of Lawn Green #72D610
Tints of Lawn Green #72D610
RGB
CMYK
RGB Variations
Color information
#72D610 (or 0x72D610) is known color: Lawn Green. HEX triplet: 72, D6 and 10. RGB value is (114,214,16). Sum of RGB (Red+Green+Blue) = 114+214+16=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #72D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D610 is #8D29EF. Grayscale: #A2A2A2. Windows color (decimal): -9251312 or 1103474. OLE color: 1103474.
HSL color Cylindrical-coordinate representation of color #72D610: hue angle of 90.3º 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 #72D610 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.16 |
| HSL | 90.3º | 0.86% | 0.45% | - |
| HSV(B) | 90.3º | 0.93% | 0.84% | - |
| XYZ | 31.08 | 51.71 | 8.83 | - |
| YUV | 161.53 | 45.87 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 16 | 0.47 | 0 | 0.93 | 0.16 | 90.3 | 0.86 | 0.45 |
| Hex | 72 | D6 | 10 | 2F | 0 | 5D | 10 | 5A | 56 | 2D |
| Octal | 162 | 326 | 20 | 57 | 0 | 135 | 20 | 132 | 126 | 55 |
| Binary | 1110010 | 11010110 | 10000 | 101111 | 0 | 1011101 | 10000 | 1011010 | 1010110 | 101101 |
Color Harmonies of #72D610
Complementary color
Monochromatic Colors of #72D610
Black with #72D610
Text Example
Text Example
White with #72D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D610; }
p { color: rgb(114,214,16); }
H1.HeaderClassName
{
color: #72D610;
}
.AnyTagClassName
{
color: #72D610;
}
</style>
background-color css
<style>
a { background-color: #72D610; }
a { background-color: rgb(114,214,16); }
div.DivClassName
{
background-color: #72D610;
}
.BgClassName
{
background-color: #72D610;
}
</style>
border-color css
<style>
span { border-color: #72D610; }
span { border-color: rgb(114,214,16); }
td.TdClassName
{
border-color: #72D610;
}
.TagClassName
{
border-color: #72D610;
}
</style>