Shades of Lima #81CB16
Tints of Lima #81CB16
RGB
CMYK
RGB Variations
Color information
#81CB16 (or 0x81CB16) is known color: Lima. HEX triplet: 81, CB and 16. RGB value is (129,203,22). Sum of RGB (Red+Green+Blue) = 129+203+22=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CB16 is #7E34E9. Grayscale: #A0A0A0. Windows color (decimal): -8271082 or 1493889. OLE color: 1493889.
HSL color Cylindrical-coordinate representation of color #81CB16: hue angle of 84.53º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81CB16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 22 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.20 |
| HSL | 84.53º | 0.8% | 0.44% | - |
| HSV(B) | 84.53º | 0.89% | 0.8% | - |
| XYZ | 30.55 | 47.44 | 8.3 | - |
| YUV | 160.24 | 49.98 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 22 | 0.36 | 0 | 0.89 | 0.20 | 84.53 | 0.8 | 0.44 |
| Hex | 81 | CB | 16 | 24 | 0 | 59 | 14 | 55 | 50 | 2C |
| Octal | 201 | 313 | 26 | 44 | 0 | 131 | 24 | 125 | 120 | 54 |
| Binary | 10000001 | 11001011 | 10110 | 100100 | 0 | 1011001 | 10100 | 1010101 | 1010000 | 101100 |
Color Harmonies of #81CB16
Complementary color
Monochromatic Colors of #81CB16
Black with #81CB16
Text Example
Text Example
White with #81CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB16; }
p { color: rgb(129,203,22); }
H1.HeaderClassName
{
color: #81CB16;
}
.AnyTagClassName
{
color: #81CB16;
}
</style>
background-color css
<style>
a { background-color: #81CB16; }
a { background-color: rgb(129,203,22); }
div.DivClassName
{
background-color: #81CB16;
}
.BgClassName
{
background-color: #81CB16;
}
</style>
border-color css
<style>
span { border-color: #81CB16; }
span { border-color: rgb(129,203,22); }
td.TdClassName
{
border-color: #81CB16;
}
.TagClassName
{
border-color: #81CB16;
}
</style>