Shades of Lima #76C90F
Tints of Lima #76C90F
RGB
CMYK
RGB Variations
Color information
#76C90F (or 0x76C90F) is known color: Lima. HEX triplet: 76, C9 and 0F. RGB value is (118,201,15). Sum of RGB (Red+Green+Blue) = 118+201+15=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #76C90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C90F is #8936F0. Grayscale: #9B9B9B. Windows color (decimal): -8992497 or 1034614. OLE color: 1034614.
HSL color Cylindrical-coordinate representation of color #76C90F: hue angle of 86.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C90F is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 15 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.21 |
| HSL | 86.77º | 0.86% | 0.42% | - |
| HSV(B) | 86.77º | 0.93% | 0.79% | - |
| XYZ | 28.44 | 45.66 | 7.77 | - |
| YUV | 154.98 | 49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 15 | 0.41 | 0 | 0.93 | 0.21 | 86.77 | 0.86 | 0.42 |
| Hex | 76 | C9 | F | 29 | 0 | 5D | 15 | 57 | 56 | 2A |
| Octal | 166 | 311 | 17 | 51 | 0 | 135 | 25 | 127 | 126 | 52 |
| Binary | 1110110 | 11001001 | 1111 | 101001 | 0 | 1011101 | 10101 | 1010111 | 1010110 | 101010 |
Color Harmonies of #76C90F
Complementary color
Monochromatic Colors of #76C90F
Black with #76C90F
Text Example
Text Example
White with #76C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C90F; }
p { color: rgb(118,201,15); }
H1.HeaderClassName
{
color: #76C90F;
}
.AnyTagClassName
{
color: #76C90F;
}
</style>
background-color css
<style>
a { background-color: #76C90F; }
a { background-color: rgb(118,201,15); }
div.DivClassName
{
background-color: #76C90F;
}
.BgClassName
{
background-color: #76C90F;
}
</style>
border-color css
<style>
span { border-color: #76C90F; }
span { border-color: rgb(118,201,15); }
td.TdClassName
{
border-color: #76C90F;
}
.TagClassName
{
border-color: #76C90F;
}
</style>