Shades of Lawn Green #81F02C
Tints of Lawn Green #81F02C
RGB
CMYK
RGB Variations
Color information
#81F02C (or 0x81F02C) is known color: Lawn Green. HEX triplet: 81, F0 and 2C. RGB value is (129,240,44). Sum of RGB (Red+Green+Blue) = 129+240+44=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #81F02C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F02C is #7E0FD3. Grayscale: #B9B9B9. Windows color (decimal): -8261588 or 2945153. OLE color: 2945153.
HSL color Cylindrical-coordinate representation of color #81F02C: hue angle of 93.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81F02C is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 44 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.06 |
| HSL | 93.98º | 0.87% | 0.56% | - |
| HSV(B) | 93.98º | 0.82% | 0.94% | - |
| XYZ | 40.67 | 67.17 | 13.2 | - |
| YUV | 184.47 | 48.73 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 44 | 0.46 | 0 | 0.82 | 0.06 | 93.98 | 0.87 | 0.56 |
| Hex | 81 | F0 | 2C | 2E | 0 | 52 | 6 | 5E | 57 | 38 |
| Octal | 201 | 360 | 54 | 56 | 0 | 122 | 6 | 136 | 127 | 70 |
| Binary | 10000001 | 11110000 | 101100 | 101110 | 0 | 1010010 | 110 | 1011110 | 1010111 | 111000 |
Color Harmonies of #81F02C
Complementary color
Monochromatic Colors of #81F02C
Black with #81F02C
Text Example
Text Example
White with #81F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F02C; }
p { color: rgb(129,240,44); }
H1.HeaderClassName
{
color: #81F02C;
}
.AnyTagClassName
{
color: #81F02C;
}
</style>
background-color css
<style>
a { background-color: #81F02C; }
a { background-color: rgb(129,240,44); }
div.DivClassName
{
background-color: #81F02C;
}
.BgClassName
{
background-color: #81F02C;
}
</style>
border-color css
<style>
span { border-color: #81F02C; }
span { border-color: rgb(129,240,44); }
td.TdClassName
{
border-color: #81F02C;
}
.TagClassName
{
border-color: #81F02C;
}
</style>