Shades of Lima #76D110
Tints of Lima #76D110
RGB
CMYK
RGB Variations
Color information
#76D110 (or 0x76D110) is known color: Lima. HEX triplet: 76, D1 and 10. RGB value is (118,209,16). Sum of RGB (Red+Green+Blue) = 118+209+16=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #76D110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D110 is #892EEF. Grayscale: #A0A0A0. Windows color (decimal): -8990448 or 1102198. OLE color: 1102198.
HSL color Cylindrical-coordinate representation of color #76D110: hue angle of 88.29º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76D110 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 16 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.18 |
| HSL | 88.29º | 0.86% | 0.44% | - |
| HSV(B) | 88.29º | 0.92% | 0.82% | - |
| XYZ | 30.37 | 49.49 | 8.44 | - |
| YUV | 159.79 | 46.85 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 16 | 0.44 | 0 | 0.92 | 0.18 | 88.29 | 0.86 | 0.44 |
| Hex | 76 | D1 | 10 | 2C | 0 | 5C | 12 | 58 | 56 | 2C |
| Octal | 166 | 321 | 20 | 54 | 0 | 134 | 22 | 130 | 126 | 54 |
| Binary | 1110110 | 11010001 | 10000 | 101100 | 0 | 1011100 | 10010 | 1011000 | 1010110 | 101100 |
Color Harmonies of #76D110
Complementary color
Monochromatic Colors of #76D110
Black with #76D110
Text Example
Text Example
White with #76D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D110; }
p { color: rgb(118,209,16); }
H1.HeaderClassName
{
color: #76D110;
}
.AnyTagClassName
{
color: #76D110;
}
</style>
background-color css
<style>
a { background-color: #76D110; }
a { background-color: rgb(118,209,16); }
div.DivClassName
{
background-color: #76D110;
}
.BgClassName
{
background-color: #76D110;
}
</style>
border-color css
<style>
span { border-color: #76D110; }
span { border-color: rgb(118,209,16); }
td.TdClassName
{
border-color: #76D110;
}
.TagClassName
{
border-color: #76D110;
}
</style>