Shades of Lima #76C711
Tints of Lima #76C711
RGB
CMYK
RGB Variations
Color information
#76C711 (or 0x76C711) is known color: Lima. HEX triplet: 76, C7 and 11. RGB value is (118,199,17). Sum of RGB (Red+Green+Blue) = 118+199+17=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #76C711 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C711 is #8938EE. Grayscale: #9A9A9A. Windows color (decimal): -8993007 or 1165174. OLE color: 1165174.
HSL color Cylindrical-coordinate representation of color #76C711: hue angle of 86.7º 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 #76C711 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 17 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.22 |
| HSL | 86.7º | 0.84% | 0.42% | - |
| HSV(B) | 86.7º | 0.91% | 0.78% | - |
| XYZ | 28 | 44.74 | 7.69 | - |
| YUV | 154.03 | 50.66 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 17 | 0.41 | 0 | 0.91 | 0.22 | 86.7 | 0.84 | 0.42 |
| Hex | 76 | C7 | 11 | 29 | 0 | 5B | 16 | 57 | 54 | 2A |
| Octal | 166 | 307 | 21 | 51 | 0 | 133 | 26 | 127 | 124 | 52 |
| Binary | 1110110 | 11000111 | 10001 | 101001 | 0 | 1011011 | 10110 | 1010111 | 1010100 | 101010 |
Color Harmonies of #76C711
Complementary color
Monochromatic Colors of #76C711
Black with #76C711
Text Example
Text Example
White with #76C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C711; }
p { color: rgb(118,199,17); }
H1.HeaderClassName
{
color: #76C711;
}
.AnyTagClassName
{
color: #76C711;
}
</style>
background-color css
<style>
a { background-color: #76C711; }
a { background-color: rgb(118,199,17); }
div.DivClassName
{
background-color: #76C711;
}
.BgClassName
{
background-color: #76C711;
}
</style>
border-color css
<style>
span { border-color: #76C711; }
span { border-color: rgb(118,199,17); }
td.TdClassName
{
border-color: #76C711;
}
.TagClassName
{
border-color: #76C711;
}
</style>