Shades of Lawn Green #72DD01
Tints of Lawn Green #72DD01
RGB
CMYK
RGB Variations
Color information
#72DD01 (or 0x72DD01) is known color: Lawn Green. HEX triplet: 72, DD and 01. RGB value is (114,221,1). Sum of RGB (Red+Green+Blue) = 114+221+1=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DD01 is #8D22FE. Grayscale: #A4A4A4. Windows color (decimal): -9249535 or 122226. OLE color: 122226.
HSL color Cylindrical-coordinate representation of color #72DD01: hue angle of 89.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72DD01 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 1 | - |
| CMYK | 0.48 | 0 | 1.00 | 0.13 |
| HSL | 89.18º | 0.99% | 0.44% | - |
| HSV(B) | 89.18º | 1% | 0.87% | - |
| XYZ | 32.8 | 55.29 | 8.97 | - |
| YUV | 163.93 | 36.05 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 1 | 0.48 | 0 | 1.00 | 0.13 | 89.18 | 0.99 | 0.44 |
| Hex | 72 | DD | 1 | 30 | 0 | 64 | D | 59 | 63 | 2C |
| Octal | 162 | 335 | 1 | 60 | 0 | 144 | 15 | 131 | 143 | 54 |
| Binary | 1110010 | 11011101 | 1 | 110000 | 0 | 1100100 | 1101 | 1011001 | 1100011 | 101100 |
Color Harmonies of #72DD01
Complementary color
Monochromatic Colors of #72DD01
Black with #72DD01
Text Example
Text Example
White with #72DD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DD01; }
p { color: rgb(114,221,1); }
H1.HeaderClassName
{
color: #72DD01;
}
.AnyTagClassName
{
color: #72DD01;
}
</style>
background-color css
<style>
a { background-color: #72DD01; }
a { background-color: rgb(114,221,1); }
div.DivClassName
{
background-color: #72DD01;
}
.BgClassName
{
background-color: #72DD01;
}
</style>
border-color css
<style>
span { border-color: #72DD01; }
span { border-color: rgb(114,221,1); }
td.TdClassName
{
border-color: #72DD01;
}
.TagClassName
{
border-color: #72DD01;
}
</style>