Shades of Lawn Green #81DC06
Tints of Lawn Green #81DC06
RGB
CMYK
RGB Variations
Color information
#81DC06 (or 0x81DC06) is known color: Lawn Green. HEX triplet: 81, DC and 06. RGB value is (129,220,6). Sum of RGB (Red+Green+Blue) = 129+220+6=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81DC06 is #7E23F9. Grayscale: #A9A9A9. Windows color (decimal): -8266746 or 449665. OLE color: 449665.
HSL color Cylindrical-coordinate representation of color #81DC06: hue angle of 85.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81DC06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.14 |
| HSL | 85.51º | 0.95% | 0.44% | - |
| HSV(B) | 85.51º | 0.97% | 0.86% | - |
| XYZ | 34.68 | 55.87 | 9.13 | - |
| YUV | 168.4 | 36.35 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 6 | 0.41 | 0 | 0.97 | 0.14 | 85.51 | 0.95 | 0.44 |
| Hex | 81 | DC | 6 | 29 | 0 | 61 | E | 56 | 5F | 2C |
| Octal | 201 | 334 | 6 | 51 | 0 | 141 | 16 | 126 | 137 | 54 |
| Binary | 10000001 | 11011100 | 110 | 101001 | 0 | 1100001 | 1110 | 1010110 | 1011111 | 101100 |
Color Harmonies of #81DC06
Complementary color
Monochromatic Colors of #81DC06
Black with #81DC06
Text Example
Text Example
White with #81DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC06; }
p { color: rgb(129,220,6); }
H1.HeaderClassName
{
color: #81DC06;
}
.AnyTagClassName
{
color: #81DC06;
}
</style>
background-color css
<style>
a { background-color: #81DC06; }
a { background-color: rgb(129,220,6); }
div.DivClassName
{
background-color: #81DC06;
}
.BgClassName
{
background-color: #81DC06;
}
</style>
border-color css
<style>
span { border-color: #81DC06; }
span { border-color: rgb(129,220,6); }
td.TdClassName
{
border-color: #81DC06;
}
.TagClassName
{
border-color: #81DC06;
}
</style>