Shades of Lima #81B610
Tints of Lima #81B610
RGB
CMYK
RGB Variations
Color information
#81B610 (or 0x81B610) is known color: Lima. HEX triplet: 81, B6 and 10. RGB value is (129,182,16). Sum of RGB (Red+Green+Blue) = 129+182+16=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #81B610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B610 is #7E49EF. Grayscale: #939393. Windows color (decimal): -8276464 or 1095297. OLE color: 1095297.
HSL color Cylindrical-coordinate representation of color #81B610: hue angle of 79.16º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81B610 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 182 | 16 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.29 |
| HSL | 79.16º | 0.84% | 0.39% | - |
| HSV(B) | 79.16º | 0.91% | 0.71% | - |
| XYZ | 25.87 | 38.16 | 6.49 | - |
| YUV | 147.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 182 | 16 | 0.29 | 0 | 0.91 | 0.29 | 79.16 | 0.84 | 0.39 |
| Hex | 81 | B6 | 10 | 1D | 0 | 5B | 1D | 4F | 54 | 27 |
| Octal | 201 | 266 | 20 | 35 | 0 | 133 | 35 | 117 | 124 | 47 |
| Binary | 10000001 | 10110110 | 10000 | 11101 | 0 | 1011011 | 11101 | 1001111 | 1010100 | 100111 |
Color Harmonies of #81B610
Complementary color
Monochromatic Colors of #81B610
Black with #81B610
Text Example
Text Example
White with #81B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B610; }
p { color: rgb(129,182,16); }
H1.HeaderClassName
{
color: #81B610;
}
.AnyTagClassName
{
color: #81B610;
}
</style>
background-color css
<style>
a { background-color: #81B610; }
a { background-color: rgb(129,182,16); }
div.DivClassName
{
background-color: #81B610;
}
.BgClassName
{
background-color: #81B610;
}
</style>
border-color css
<style>
span { border-color: #81B610; }
span { border-color: rgb(129,182,16); }
td.TdClassName
{
border-color: #81B610;
}
.TagClassName
{
border-color: #81B610;
}
</style>