Shades of Lima #81C810
Tints of Lima #81C810
RGB
CMYK
RGB Variations
Color information
#81C810 (or 0x81C810) is known color: Lima. HEX triplet: 81, C8 and 10. RGB value is (129,200,16). Sum of RGB (Red+Green+Blue) = 129+200+16=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #81C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C810 is #7E37EF. Grayscale: #9E9E9E. Windows color (decimal): -8271856 or 1099905. OLE color: 1099905.
HSL color Cylindrical-coordinate representation of color #81C810: hue angle of 83.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81C810 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 16 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.22 |
| HSL | 83.15º | 0.85% | 0.42% | - |
| HSV(B) | 83.15º | 0.92% | 0.78% | - |
| XYZ | 29.8 | 46.01 | 7.8 | - |
| YUV | 157.8 | 47.98 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 16 | 0.36 | 0 | 0.92 | 0.22 | 83.15 | 0.85 | 0.42 |
| Hex | 81 | C8 | 10 | 24 | 0 | 5C | 16 | 53 | 55 | 2A |
| Octal | 201 | 310 | 20 | 44 | 0 | 134 | 26 | 123 | 125 | 52 |
| Binary | 10000001 | 11001000 | 10000 | 100100 | 0 | 1011100 | 10110 | 1010011 | 1010101 | 101010 |
Color Harmonies of #81C810
Complementary color
Monochromatic Colors of #81C810
Black with #81C810
Text Example
Text Example
White with #81C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C810; }
p { color: rgb(129,200,16); }
H1.HeaderClassName
{
color: #81C810;
}
.AnyTagClassName
{
color: #81C810;
}
</style>
background-color css
<style>
a { background-color: #81C810; }
a { background-color: rgb(129,200,16); }
div.DivClassName
{
background-color: #81C810;
}
.BgClassName
{
background-color: #81C810;
}
</style>
border-color css
<style>
span { border-color: #81C810; }
span { border-color: rgb(129,200,16); }
td.TdClassName
{
border-color: #81C810;
}
.TagClassName
{
border-color: #81C810;
}
</style>