Shades of Lawn Green #72D206
Tints of Lawn Green #72D206
RGB
CMYK
RGB Variations
Color information
#72D206 (or 0x72D206) is known color: Lawn Green. HEX triplet: 72, D2 and 06. RGB value is (114,210,6). Sum of RGB (Red+Green+Blue) = 114+210+6=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #72D206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D206 is #8D2DF9. Grayscale: #9E9E9E. Windows color (decimal): -9252346 or 447090. OLE color: 447090.
HSL color Cylindrical-coordinate representation of color #72D206: hue angle of 88.24º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72D206 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.18 |
| HSL | 88.24º | 0.94% | 0.42% | - |
| HSV(B) | 88.24º | 0.97% | 0.82% | - |
| XYZ | 30.02 | 49.68 | 8.18 | - |
| YUV | 158.04 | 42.2 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 6 | 0.46 | 0 | 0.97 | 0.18 | 88.24 | 0.94 | 0.42 |
| Hex | 72 | D2 | 6 | 2E | 0 | 61 | 12 | 58 | 5E | 2A |
| Octal | 162 | 322 | 6 | 56 | 0 | 141 | 22 | 130 | 136 | 52 |
| Binary | 1110010 | 11010010 | 110 | 101110 | 0 | 1100001 | 10010 | 1011000 | 1011110 | 101010 |
Color Harmonies of #72D206
Complementary color
Monochromatic Colors of #72D206
Black with #72D206
Text Example
Text Example
White with #72D206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D206; }
p { color: rgb(114,210,6); }
H1.HeaderClassName
{
color: #72D206;
}
.AnyTagClassName
{
color: #72D206;
}
</style>
background-color css
<style>
a { background-color: #72D206; }
a { background-color: rgb(114,210,6); }
div.DivClassName
{
background-color: #72D206;
}
.BgClassName
{
background-color: #72D206;
}
</style>
border-color css
<style>
span { border-color: #72D206; }
span { border-color: rgb(114,210,6); }
td.TdClassName
{
border-color: #72D206;
}
.TagClassName
{
border-color: #72D206;
}
</style>