Shades of Lawn Green #72DF14
Tints of Lawn Green #72DF14
RGB
CMYK
RGB Variations
Color information
#72DF14 (or 0x72DF14) is known color: Lawn Green. HEX triplet: 72, DF and 14. RGB value is (114,223,20). Sum of RGB (Red+Green+Blue) = 114+223+20=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DF14 is #8D20EB. Grayscale: #A7A7A7. Windows color (decimal): -9249004 or 1367922. OLE color: 1367922.
HSL color Cylindrical-coordinate representation of color #72DF14: hue angle of 92.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72DF14 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 20 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.13 |
| HSL | 92.22º | 0.84% | 0.48% | - |
| HSV(B) | 92.22º | 0.91% | 0.87% | - |
| XYZ | 33.45 | 56.4 | 9.79 | - |
| YUV | 167.27 | 44.89 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 20 | 0.49 | 0 | 0.91 | 0.13 | 92.22 | 0.84 | 0.48 |
| Hex | 72 | DF | 14 | 31 | 0 | 5B | D | 5C | 54 | 30 |
| Octal | 162 | 337 | 24 | 61 | 0 | 133 | 15 | 134 | 124 | 60 |
| Binary | 1110010 | 11011111 | 10100 | 110001 | 0 | 1011011 | 1101 | 1011100 | 1010100 | 110000 |
Color Harmonies of #72DF14
Complementary color
Monochromatic Colors of #72DF14
Black with #72DF14
Text Example
Text Example
White with #72DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF14; }
p { color: rgb(114,223,20); }
H1.HeaderClassName
{
color: #72DF14;
}
.AnyTagClassName
{
color: #72DF14;
}
</style>
background-color css
<style>
a { background-color: #72DF14; }
a { background-color: rgb(114,223,20); }
div.DivClassName
{
background-color: #72DF14;
}
.BgClassName
{
background-color: #72DF14;
}
</style>
border-color css
<style>
span { border-color: #72DF14; }
span { border-color: rgb(114,223,20); }
td.TdClassName
{
border-color: #72DF14;
}
.TagClassName
{
border-color: #72DF14;
}
</style>