Shades of Lawn Green #81F013
Tints of Lawn Green #81F013
RGB
CMYK
RGB Variations
Color information
#81F013 (or 0x81F013) is known color: Lawn Green. HEX triplet: 81, F0 and 13. RGB value is (129,240,19). Sum of RGB (Red+Green+Blue) = 129+240+19=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #81F013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81F013 is #7E0FEC. Grayscale: #B6B6B6. Windows color (decimal): -8261613 or 1306753. OLE color: 1306753.
HSL color Cylindrical-coordinate representation of color #81F013: hue angle of 90.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81F013 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 19 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.06 |
| HSL | 90.14º | 0.88% | 0.51% | - |
| HSV(B) | 90.14º | 0.92% | 0.94% | - |
| XYZ | 40.33 | 67.03 | 11.43 | - |
| YUV | 181.62 | 36.23 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 19 | 0.46 | 0 | 0.92 | 0.06 | 90.14 | 0.88 | 0.51 |
| Hex | 81 | F0 | 13 | 2E | 0 | 5C | 6 | 5A | 58 | 33 |
| Octal | 201 | 360 | 23 | 56 | 0 | 134 | 6 | 132 | 130 | 63 |
| Binary | 10000001 | 11110000 | 10011 | 101110 | 0 | 1011100 | 110 | 1011010 | 1011000 | 110011 |
Color Harmonies of #81F013
Complementary color
Monochromatic Colors of #81F013
Black with #81F013
Text Example
Text Example
White with #81F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F013; }
p { color: rgb(129,240,19); }
H1.HeaderClassName
{
color: #81F013;
}
.AnyTagClassName
{
color: #81F013;
}
</style>
background-color css
<style>
a { background-color: #81F013; }
a { background-color: rgb(129,240,19); }
div.DivClassName
{
background-color: #81F013;
}
.BgClassName
{
background-color: #81F013;
}
</style>
border-color css
<style>
span { border-color: #81F013; }
span { border-color: rgb(129,240,19); }
td.TdClassName
{
border-color: #81F013;
}
.TagClassName
{
border-color: #81F013;
}
</style>