Shades of Lawn Green #81D60C
Tints of Lawn Green #81D60C
RGB
CMYK
RGB Variations
Color information
#81D60C (or 0x81D60C) is known color: Lawn Green. HEX triplet: 81, D6 and 0C. RGB value is (129,214,12). Sum of RGB (Red+Green+Blue) = 129+214+12=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #81D60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D60C is #7E29F3. Grayscale: #A6A6A6. Windows color (decimal): -8268276 or 841345. OLE color: 841345.
HSL color Cylindrical-coordinate representation of color #81D60C: hue angle of 85.25º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81D60C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 12 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.16 |
| HSL | 85.25º | 0.89% | 0.44% | - |
| HSV(B) | 85.25º | 0.94% | 0.84% | - |
| XYZ | 33.17 | 52.79 | 8.79 | - |
| YUV | 165.56 | 41.34 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 12 | 0.40 | 0 | 0.94 | 0.16 | 85.25 | 0.89 | 0.44 |
| Hex | 81 | D6 | C | 28 | 0 | 5E | 10 | 55 | 59 | 2C |
| Octal | 201 | 326 | 14 | 50 | 0 | 136 | 20 | 125 | 131 | 54 |
| Binary | 10000001 | 11010110 | 1100 | 101000 | 0 | 1011110 | 10000 | 1010101 | 1011001 | 101100 |
Color Harmonies of #81D60C
Complementary color
Monochromatic Colors of #81D60C
Black with #81D60C
Text Example
Text Example
White with #81D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D60C; }
p { color: rgb(129,214,12); }
H1.HeaderClassName
{
color: #81D60C;
}
.AnyTagClassName
{
color: #81D60C;
}
</style>
background-color css
<style>
a { background-color: #81D60C; }
a { background-color: rgb(129,214,12); }
div.DivClassName
{
background-color: #81D60C;
}
.BgClassName
{
background-color: #81D60C;
}
</style>
border-color css
<style>
span { border-color: #81D60C; }
span { border-color: rgb(129,214,12); }
td.TdClassName
{
border-color: #81D60C;
}
.TagClassName
{
border-color: #81D60C;
}
</style>