Shades of Lawn Green #72DF16
Tints of Lawn Green #72DF16
RGB
CMYK
RGB Variations
Color information
#72DF16 (or 0x72DF16) is known color: Lawn Green. HEX triplet: 72, DF and 16. RGB value is (114,223,22). Sum of RGB (Red+Green+Blue) = 114+223+22=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DF16 is #8D20E9. Grayscale: #A8A8A8. Windows color (decimal): -9249002 or 1498994. OLE color: 1498994.
HSL color Cylindrical-coordinate representation of color #72DF16: hue angle of 92.54º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72DF16 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 22 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.13 |
| HSL | 92.54º | 0.82% | 0.48% | - |
| HSV(B) | 92.54º | 0.9% | 0.87% | - |
| XYZ | 33.47 | 56.41 | 9.88 | - |
| YUV | 167.5 | 45.89 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 22 | 0.49 | 0 | 0.90 | 0.13 | 92.54 | 0.82 | 0.48 |
| Hex | 72 | DF | 16 | 31 | 0 | 5A | D | 5D | 52 | 30 |
| Octal | 162 | 337 | 26 | 61 | 0 | 132 | 15 | 135 | 122 | 60 |
| Binary | 1110010 | 11011111 | 10110 | 110001 | 0 | 1011010 | 1101 | 1011101 | 1010010 | 110000 |
Color Harmonies of #72DF16
Complementary color
Monochromatic Colors of #72DF16
Black with #72DF16
Text Example
Text Example
White with #72DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF16; }
p { color: rgb(114,223,22); }
H1.HeaderClassName
{
color: #72DF16;
}
.AnyTagClassName
{
color: #72DF16;
}
</style>
background-color css
<style>
a { background-color: #72DF16; }
a { background-color: rgb(114,223,22); }
div.DivClassName
{
background-color: #72DF16;
}
.BgClassName
{
background-color: #72DF16;
}
</style>
border-color css
<style>
span { border-color: #72DF16; }
span { border-color: rgb(114,223,22); }
td.TdClassName
{
border-color: #72DF16;
}
.TagClassName
{
border-color: #72DF16;
}
</style>