Shades of Lawn Green #72D81C
Tints of Lawn Green #72D81C
RGB
CMYK
RGB Variations
Color information
#72D81C (or 0x72D81C) is known color: Lawn Green. HEX triplet: 72, D8 and 1C. RGB value is (114,216,28). Sum of RGB (Red+Green+Blue) = 114+216+28=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #72D81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D81C is #8D27E3. Grayscale: #A4A4A4. Windows color (decimal): -9250788 or 1890418. OLE color: 1890418.
HSL color Cylindrical-coordinate representation of color #72D81C: hue angle of 92.55º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72D81C is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 28 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.15 |
| HSL | 92.55º | 0.77% | 0.48% | - |
| HSV(B) | 92.55º | 0.87% | 0.85% | - |
| XYZ | 31.7 | 52.77 | 9.61 | - |
| YUV | 164.07 | 51.21 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 28 | 0.47 | 0 | 0.87 | 0.15 | 92.55 | 0.77 | 0.48 |
| Hex | 72 | D8 | 1C | 2F | 0 | 57 | F | 5D | 4D | 30 |
| Octal | 162 | 330 | 34 | 57 | 0 | 127 | 17 | 135 | 115 | 60 |
| Binary | 1110010 | 11011000 | 11100 | 101111 | 0 | 1010111 | 1111 | 1011101 | 1001101 | 110000 |
Color Harmonies of #72D81C
Complementary color
Monochromatic Colors of #72D81C
Black with #72D81C
Text Example
Text Example
White with #72D81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D81C; }
p { color: rgb(114,216,28); }
H1.HeaderClassName
{
color: #72D81C;
}
.AnyTagClassName
{
color: #72D81C;
}
</style>
background-color css
<style>
a { background-color: #72D81C; }
a { background-color: rgb(114,216,28); }
div.DivClassName
{
background-color: #72D81C;
}
.BgClassName
{
background-color: #72D81C;
}
</style>
border-color css
<style>
span { border-color: #72D81C; }
span { border-color: rgb(114,216,28); }
td.TdClassName
{
border-color: #72D81C;
}
.TagClassName
{
border-color: #72D81C;
}
</style>