Shades of Lima #76C612
Tints of Lima #76C612
RGB
CMYK
RGB Variations
Color information
#76C612 (or 0x76C612) is known color: Lima. HEX triplet: 76, C6 and 12. RGB value is (118,198,18). Sum of RGB (Red+Green+Blue) = 118+198+18=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #76C612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C612 is #8939ED. Grayscale: #9A9A9A. Windows color (decimal): -8993262 or 1230454. OLE color: 1230454.
HSL color Cylindrical-coordinate representation of color #76C612: hue angle of 86.67º degrees, saturation: 0.83, 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 #76C612 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 18 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.22 |
| HSL | 86.67º | 0.83% | 0.42% | - |
| HSV(B) | 86.67º | 0.91% | 0.78% | - |
| XYZ | 27.77 | 44.28 | 7.66 | - |
| YUV | 153.56 | 51.5 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 18 | 0.40 | 0 | 0.91 | 0.22 | 86.67 | 0.83 | 0.42 |
| Hex | 76 | C6 | 12 | 28 | 0 | 5B | 16 | 57 | 53 | 2A |
| Octal | 166 | 306 | 22 | 50 | 0 | 133 | 26 | 127 | 123 | 52 |
| Binary | 1110110 | 11000110 | 10010 | 101000 | 0 | 1011011 | 10110 | 1010111 | 1010011 | 101010 |
Color Harmonies of #76C612
Complementary color
Monochromatic Colors of #76C612
Black with #76C612
Text Example
Text Example
White with #76C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C612; }
p { color: rgb(118,198,18); }
H1.HeaderClassName
{
color: #76C612;
}
.AnyTagClassName
{
color: #76C612;
}
</style>
background-color css
<style>
a { background-color: #76C612; }
a { background-color: rgb(118,198,18); }
div.DivClassName
{
background-color: #76C612;
}
.BgClassName
{
background-color: #76C612;
}
</style>
border-color css
<style>
span { border-color: #76C612; }
span { border-color: rgb(118,198,18); }
td.TdClassName
{
border-color: #76C612;
}
.TagClassName
{
border-color: #76C612;
}
</style>