Shades of Lawn Green #81EF01
Tints of Lawn Green #81EF01
RGB
CMYK
RGB Variations
Color information
#81EF01 (or 0x81EF01) is known color: Lawn Green. HEX triplet: 81, EF and 01. RGB value is (129,239,1). Sum of RGB (Red+Green+Blue) = 129+239+1=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81EF01 is #7E10FE. Grayscale: #B3B3B3. Windows color (decimal): -8261887 or 126849. OLE color: 126849.
HSL color Cylindrical-coordinate representation of color #81EF01: hue angle of 87.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81EF01 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0.06 |
| HSL | 87.73º | 0.99% | 0.47% | - |
| HSV(B) | 87.73º | 1% | 0.94% | - |
| XYZ | 39.93 | 66.4 | 10.74 | - |
| YUV | 178.98 | 27.56 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 1 | 0.46 | 0 | 1.00 | 0.06 | 87.73 | 0.99 | 0.47 |
| Hex | 81 | EF | 1 | 2E | 0 | 64 | 6 | 58 | 63 | 2F |
| Octal | 201 | 357 | 1 | 56 | 0 | 144 | 6 | 130 | 143 | 57 |
| Binary | 10000001 | 11101111 | 1 | 101110 | 0 | 1100100 | 110 | 1011000 | 1100011 | 101111 |
Color Harmonies of #81EF01
Complementary color
Monochromatic Colors of #81EF01
Black with #81EF01
Text Example
Text Example
White with #81EF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF01; }
p { color: rgb(129,239,1); }
H1.HeaderClassName
{
color: #81EF01;
}
.AnyTagClassName
{
color: #81EF01;
}
</style>
background-color css
<style>
a { background-color: #81EF01; }
a { background-color: rgb(129,239,1); }
div.DivClassName
{
background-color: #81EF01;
}
.BgClassName
{
background-color: #81EF01;
}
</style>
border-color css
<style>
span { border-color: #81EF01; }
span { border-color: rgb(129,239,1); }
td.TdClassName
{
border-color: #81EF01;
}
.TagClassName
{
border-color: #81EF01;
}
</style>