Shades of Lawn Green #81D30C
Tints of Lawn Green #81D30C
RGB
CMYK
RGB Variations
Color information
#81D30C (or 0x81D30C) is known color: Lawn Green. HEX triplet: 81, D3 and 0C. RGB value is (129,211,12). Sum of RGB (Red+Green+Blue) = 129+211+12=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #81D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D30C is #7E2CF3. Grayscale: #A4A4A4. Windows color (decimal): -8269044 or 840577. OLE color: 840577.
HSL color Cylindrical-coordinate representation of color #81D30C: hue angle of 84.72º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81D30C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 12 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.17 |
| HSL | 84.72º | 0.89% | 0.44% | - |
| HSV(B) | 84.72º | 0.94% | 0.83% | - |
| XYZ | 32.41 | 51.28 | 8.54 | - |
| YUV | 163.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 12 | 0.39 | 0 | 0.94 | 0.17 | 84.72 | 0.89 | 0.44 |
| Hex | 81 | D3 | C | 27 | 0 | 5E | 11 | 55 | 59 | 2C |
| Octal | 201 | 323 | 14 | 47 | 0 | 136 | 21 | 125 | 131 | 54 |
| Binary | 10000001 | 11010011 | 1100 | 100111 | 0 | 1011110 | 10001 | 1010101 | 1011001 | 101100 |
Color Harmonies of #81D30C
Complementary color
Monochromatic Colors of #81D30C
Black with #81D30C
Text Example
Text Example
White with #81D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D30C; }
p { color: rgb(129,211,12); }
H1.HeaderClassName
{
color: #81D30C;
}
.AnyTagClassName
{
color: #81D30C;
}
</style>
background-color css
<style>
a { background-color: #81D30C; }
a { background-color: rgb(129,211,12); }
div.DivClassName
{
background-color: #81D30C;
}
.BgClassName
{
background-color: #81D30C;
}
</style>
border-color css
<style>
span { border-color: #81D30C; }
span { border-color: rgb(129,211,12); }
td.TdClassName
{
border-color: #81D30C;
}
.TagClassName
{
border-color: #81D30C;
}
</style>