Shades of Lawn Green #81DC07
Tints of Lawn Green #81DC07
RGB
CMYK
RGB Variations
Color information
#81DC07 (or 0x81DC07) is known color: Lawn Green. HEX triplet: 81, DC and 07. RGB value is (129,220,7). Sum of RGB (Red+Green+Blue) = 129+220+7=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81DC07 is #7E23F8. Grayscale: #A9A9A9. Windows color (decimal): -8266745 or 515201. OLE color: 515201.
HSL color Cylindrical-coordinate representation of color #81DC07: hue angle of 85.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81DC07 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 7 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.14 |
| HSL | 85.63º | 0.94% | 0.45% | - |
| HSV(B) | 85.63º | 0.97% | 0.86% | - |
| XYZ | 34.68 | 55.87 | 9.16 | - |
| YUV | 168.51 | 36.85 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 7 | 0.41 | 0 | 0.97 | 0.14 | 85.63 | 0.94 | 0.45 |
| Hex | 81 | DC | 7 | 29 | 0 | 61 | E | 56 | 5E | 2D |
| Octal | 201 | 334 | 7 | 51 | 0 | 141 | 16 | 126 | 136 | 55 |
| Binary | 10000001 | 11011100 | 111 | 101001 | 0 | 1100001 | 1110 | 1010110 | 1011110 | 101101 |
Color Harmonies of #81DC07
Complementary color
Monochromatic Colors of #81DC07
Black with #81DC07
Text Example
Text Example
White with #81DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC07; }
p { color: rgb(129,220,7); }
H1.HeaderClassName
{
color: #81DC07;
}
.AnyTagClassName
{
color: #81DC07;
}
</style>
background-color css
<style>
a { background-color: #81DC07; }
a { background-color: rgb(129,220,7); }
div.DivClassName
{
background-color: #81DC07;
}
.BgClassName
{
background-color: #81DC07;
}
</style>
border-color css
<style>
span { border-color: #81DC07; }
span { border-color: rgb(129,220,7); }
td.TdClassName
{
border-color: #81DC07;
}
.TagClassName
{
border-color: #81DC07;
}
</style>