Shades of Lawn Green #81D602
Tints of Lawn Green #81D602
RGB
CMYK
RGB Variations
Color information
#81D602 (or 0x81D602) is known color: Lawn Green. HEX triplet: 81, D6 and 02. RGB value is (129,214,2). Sum of RGB (Red+Green+Blue) = 129+214+2=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #81D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D602 is #7E29FD. Grayscale: #A5A5A5. Windows color (decimal): -8268286 or 185985. OLE color: 185985.
HSL color Cylindrical-coordinate representation of color #81D602: hue angle of 84.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81D602 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.16 |
| HSL | 84.06º | 0.98% | 0.42% | - |
| HSV(B) | 84.06º | 0.99% | 0.84% | - |
| XYZ | 33.11 | 52.76 | 8.5 | - |
| YUV | 164.42 | 36.34 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 2 | 0.40 | 0 | 0.99 | 0.16 | 84.06 | 0.98 | 0.42 |
| Hex | 81 | D6 | 2 | 28 | 0 | 63 | 10 | 54 | 62 | 2A |
| Octal | 201 | 326 | 2 | 50 | 0 | 143 | 20 | 124 | 142 | 52 |
| Binary | 10000001 | 11010110 | 10 | 101000 | 0 | 1100011 | 10000 | 1010100 | 1100010 | 101010 |
Color Harmonies of #81D602
Complementary color
Monochromatic Colors of #81D602
Black with #81D602
Text Example
Text Example
White with #81D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D602; }
p { color: rgb(129,214,2); }
H1.HeaderClassName
{
color: #81D602;
}
.AnyTagClassName
{
color: #81D602;
}
</style>
background-color css
<style>
a { background-color: #81D602; }
a { background-color: rgb(129,214,2); }
div.DivClassName
{
background-color: #81D602;
}
.BgClassName
{
background-color: #81D602;
}
</style>
border-color css
<style>
span { border-color: #81D602; }
span { border-color: rgb(129,214,2); }
td.TdClassName
{
border-color: #81D602;
}
.TagClassName
{
border-color: #81D602;
}
</style>