Shades of Lima #81B218
Tints of Lima #81B218
RGB
CMYK
RGB Variations
Color information
#81B218 (or 0x81B218) is known color: Lima. HEX triplet: 81, B2 and 18. RGB value is (129,178,24). Sum of RGB (Red+Green+Blue) = 129+178+24=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #81B218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B218 is #7E4DE7. Grayscale: #929292. Windows color (decimal): -8277480 or 1618561. OLE color: 1618561.
HSL color Cylindrical-coordinate representation of color #81B218: hue angle of 79.09º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81B218 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 24 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.30 |
| HSL | 79.09º | 0.76% | 0.4% | - |
| HSV(B) | 79.09º | 0.87% | 0.7% | - |
| XYZ | 25.14 | 36.57 | 6.6 | - |
| YUV | 145.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 24 | 0.28 | 0 | 0.87 | 0.30 | 79.09 | 0.76 | 0.4 |
| Hex | 81 | B2 | 18 | 1C | 0 | 57 | 1E | 4F | 4C | 28 |
| Octal | 201 | 262 | 30 | 34 | 0 | 127 | 36 | 117 | 114 | 50 |
| Binary | 10000001 | 10110010 | 11000 | 11100 | 0 | 1010111 | 11110 | 1001111 | 1001100 | 101000 |
Color Harmonies of #81B218
Complementary color
Monochromatic Colors of #81B218
Black with #81B218
Text Example
Text Example
White with #81B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B218; }
p { color: rgb(129,178,24); }
H1.HeaderClassName
{
color: #81B218;
}
.AnyTagClassName
{
color: #81B218;
}
</style>
background-color css
<style>
a { background-color: #81B218; }
a { background-color: rgb(129,178,24); }
div.DivClassName
{
background-color: #81B218;
}
.BgClassName
{
background-color: #81B218;
}
</style>
border-color css
<style>
span { border-color: #81B218; }
span { border-color: rgb(129,178,24); }
td.TdClassName
{
border-color: #81B218;
}
.TagClassName
{
border-color: #81B218;
}
</style>