Shades of Lawn Green #81D701
Tints of Lawn Green #81D701
RGB
CMYK
RGB Variations
Color information
#81D701 (or 0x81D701) is known color: Lawn Green. HEX triplet: 81, D7 and 01. RGB value is (129,215,1). Sum of RGB (Red+Green+Blue) = 129+215+1=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #81D701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D701 is #7E28FE. Grayscale: #A5A5A5. Windows color (decimal): -8268031 or 120705. OLE color: 120705.
HSL color Cylindrical-coordinate representation of color #81D701: hue angle of 84.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81D701 is Cyan = 0.4, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 1 | - |
| CMYK | 0.4 | 0 | 1.00 | 0.16 |
| HSL | 84.11º | 0.99% | 0.42% | - |
| HSV(B) | 84.11º | 1% | 0.84% | - |
| XYZ | 33.36 | 53.27 | 8.55 | - |
| YUV | 164.89 | 35.51 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 1 | 0.4 | 0 | 1.00 | 0.16 | 84.11 | 0.99 | 0.42 |
| Hex | 81 | D7 | 1 | 28 | 0 | 64 | 10 | 54 | 63 | 2A |
| Octal | 201 | 327 | 1 | 50 | 0 | 144 | 20 | 124 | 143 | 52 |
| Binary | 10000001 | 11010111 | 1 | 101000 | 0 | 1100100 | 10000 | 1010100 | 1100011 | 101010 |
Color Harmonies of #81D701
Complementary color
Monochromatic Colors of #81D701
Black with #81D701
Text Example
Text Example
White with #81D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D701; }
p { color: rgb(129,215,1); }
H1.HeaderClassName
{
color: #81D701;
}
.AnyTagClassName
{
color: #81D701;
}
</style>
background-color css
<style>
a { background-color: #81D701; }
a { background-color: rgb(129,215,1); }
div.DivClassName
{
background-color: #81D701;
}
.BgClassName
{
background-color: #81D701;
}
</style>
border-color css
<style>
span { border-color: #81D701; }
span { border-color: rgb(129,215,1); }
td.TdClassName
{
border-color: #81D701;
}
.TagClassName
{
border-color: #81D701;
}
</style>