Shades of Lawn Green #81DF14
Tints of Lawn Green #81DF14
RGB
CMYK
RGB Variations
Color information
#81DF14 (or 0x81DF14) is known color: Lawn Green. HEX triplet: 81, DF and 14. RGB value is (129,223,20). Sum of RGB (Red+Green+Blue) = 129+223+20=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81DF14 is #7E20EB. Grayscale: #ACACAC. Windows color (decimal): -8265964 or 1367937. OLE color: 1367937.
HSL color Cylindrical-coordinate representation of color #81DF14: hue angle of 87.78º 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 #81DF14 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 20 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.13 |
| HSL | 87.78º | 0.84% | 0.48% | - |
| HSV(B) | 87.78º | 0.91% | 0.87% | - |
| XYZ | 35.57 | 57.49 | 9.88 | - |
| YUV | 171.75 | 42.36 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 20 | 0.42 | 0 | 0.91 | 0.13 | 87.78 | 0.84 | 0.48 |
| Hex | 81 | DF | 14 | 2A | 0 | 5B | D | 58 | 54 | 30 |
| Octal | 201 | 337 | 24 | 52 | 0 | 133 | 15 | 130 | 124 | 60 |
| Binary | 10000001 | 11011111 | 10100 | 101010 | 0 | 1011011 | 1101 | 1011000 | 1010100 | 110000 |
Color Harmonies of #81DF14
Complementary color
Monochromatic Colors of #81DF14
Black with #81DF14
Text Example
Text Example
White with #81DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF14; }
p { color: rgb(129,223,20); }
H1.HeaderClassName
{
color: #81DF14;
}
.AnyTagClassName
{
color: #81DF14;
}
</style>
background-color css
<style>
a { background-color: #81DF14; }
a { background-color: rgb(129,223,20); }
div.DivClassName
{
background-color: #81DF14;
}
.BgClassName
{
background-color: #81DF14;
}
</style>
border-color css
<style>
span { border-color: #81DF14; }
span { border-color: rgb(129,223,20); }
td.TdClassName
{
border-color: #81DF14;
}
.TagClassName
{
border-color: #81DF14;
}
</style>