Shades of Lima #81C711
Tints of Lima #81C711
RGB
CMYK
RGB Variations
Color information
#81C711 (or 0x81C711) is known color: Lima. HEX triplet: 81, C7 and 11. RGB value is (129,199,17). Sum of RGB (Red+Green+Blue) = 129+199+17=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #81C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C711 is #7E38EE. Grayscale: #9D9D9D. Windows color (decimal): -8272111 or 1165185. OLE color: 1165185.
HSL color Cylindrical-coordinate representation of color #81C711: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81C711 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.22 |
| HSL | 83.08º | 0.84% | 0.42% | - |
| HSV(B) | 83.08º | 0.91% | 0.78% | - |
| XYZ | 29.58 | 45.55 | 7.76 | - |
| YUV | 157.32 | 48.81 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 17 | 0.35 | 0 | 0.91 | 0.22 | 83.08 | 0.84 | 0.42 |
| Hex | 81 | C7 | 11 | 23 | 0 | 5B | 16 | 53 | 54 | 2A |
| Octal | 201 | 307 | 21 | 43 | 0 | 133 | 26 | 123 | 124 | 52 |
| Binary | 10000001 | 11000111 | 10001 | 100011 | 0 | 1011011 | 10110 | 1010011 | 1010100 | 101010 |
Color Harmonies of #81C711
Complementary color
Monochromatic Colors of #81C711
Black with #81C711
Text Example
Text Example
White with #81C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C711; }
p { color: rgb(129,199,17); }
H1.HeaderClassName
{
color: #81C711;
}
.AnyTagClassName
{
color: #81C711;
}
</style>
background-color css
<style>
a { background-color: #81C711; }
a { background-color: rgb(129,199,17); }
div.DivClassName
{
background-color: #81C711;
}
.BgClassName
{
background-color: #81C711;
}
</style>
border-color css
<style>
span { border-color: #81C711; }
span { border-color: rgb(129,199,17); }
td.TdClassName
{
border-color: #81C711;
}
.TagClassName
{
border-color: #81C711;
}
</style>