Shades of Lawn Green #81F312
Tints of Lawn Green #81F312
RGB
CMYK
RGB Variations
Color information
#81F312 (or 0x81F312) is known color: Lawn Green. HEX triplet: 81, F3 and 12. RGB value is (129,243,18). Sum of RGB (Red+Green+Blue) = 129+243+18=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #81F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81F312 is #7E0CED. Grayscale: #B8B8B8. Windows color (decimal): -8260846 or 1241985. OLE color: 1241985.
HSL color Cylindrical-coordinate representation of color #81F312: hue angle of 90.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81F312 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 18 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.05 |
| HSL | 90.4º | 0.9% | 0.51% | - |
| HSV(B) | 90.4º | 0.93% | 0.95% | - |
| XYZ | 41.21 | 68.81 | 11.68 | - |
| YUV | 183.26 | 34.73 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 18 | 0.47 | 0 | 0.93 | 0.05 | 90.4 | 0.9 | 0.51 |
| Hex | 81 | F3 | 12 | 2F | 0 | 5D | 5 | 5A | 5A | 33 |
| Octal | 201 | 363 | 22 | 57 | 0 | 135 | 5 | 132 | 132 | 63 |
| Binary | 10000001 | 11110011 | 10010 | 101111 | 0 | 1011101 | 101 | 1011010 | 1011010 | 110011 |
Color Harmonies of #81F312
Complementary color
Monochromatic Colors of #81F312
Black with #81F312
Text Example
Text Example
White with #81F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F312; }
p { color: rgb(129,243,18); }
H1.HeaderClassName
{
color: #81F312;
}
.AnyTagClassName
{
color: #81F312;
}
</style>
background-color css
<style>
a { background-color: #81F312; }
a { background-color: rgb(129,243,18); }
div.DivClassName
{
background-color: #81F312;
}
.BgClassName
{
background-color: #81F312;
}
</style>
border-color css
<style>
span { border-color: #81F312; }
span { border-color: rgb(129,243,18); }
td.TdClassName
{
border-color: #81F312;
}
.TagClassName
{
border-color: #81F312;
}
</style>