Shades of Lima #76C510
Tints of Lima #76C510
RGB
CMYK
RGB Variations
Color information
#76C510 (or 0x76C510) is known color: Lima. HEX triplet: 76, C5 and 10. RGB value is (118,197,16). Sum of RGB (Red+Green+Blue) = 118+197+16=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #76C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C510 is #893AEF. Grayscale: #999999. Windows color (decimal): -8993520 or 1099126. OLE color: 1099126.
HSL color Cylindrical-coordinate representation of color #76C510: hue angle of 86.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76C510 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 16 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.23 |
| HSL | 86.19º | 0.85% | 0.42% | - |
| HSV(B) | 86.19º | 0.92% | 0.77% | - |
| XYZ | 27.53 | 43.82 | 7.5 | - |
| YUV | 152.75 | 50.83 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 16 | 0.40 | 0 | 0.92 | 0.23 | 86.19 | 0.85 | 0.42 |
| Hex | 76 | C5 | 10 | 28 | 0 | 5C | 17 | 56 | 55 | 2A |
| Octal | 166 | 305 | 20 | 50 | 0 | 134 | 27 | 126 | 125 | 52 |
| Binary | 1110110 | 11000101 | 10000 | 101000 | 0 | 1011100 | 10111 | 1010110 | 1010101 | 101010 |
Color Harmonies of #76C510
Complementary color
Monochromatic Colors of #76C510
Black with #76C510
Text Example
Text Example
White with #76C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C510; }
p { color: rgb(118,197,16); }
H1.HeaderClassName
{
color: #76C510;
}
.AnyTagClassName
{
color: #76C510;
}
</style>
background-color css
<style>
a { background-color: #76C510; }
a { background-color: rgb(118,197,16); }
div.DivClassName
{
background-color: #76C510;
}
.BgClassName
{
background-color: #76C510;
}
</style>
border-color css
<style>
span { border-color: #76C510; }
span { border-color: rgb(118,197,16); }
td.TdClassName
{
border-color: #76C510;
}
.TagClassName
{
border-color: #76C510;
}
</style>