Shades of Lima #76CB0A
Tints of Lima #76CB0A
RGB
CMYK
RGB Variations
Color information
#76CB0A (or 0x76CB0A) is known color: Lima. HEX triplet: 76, CB and 0A. RGB value is (118,203,10). Sum of RGB (Red+Green+Blue) = 118+203+10=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CB0A is #8934F5. Grayscale: #9C9C9C. Windows color (decimal): -8991990 or 707446. OLE color: 707446.
HSL color Cylindrical-coordinate representation of color #76CB0A: hue angle of 86.42º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76CB0A is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 10 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.20 |
| HSL | 86.42º | 0.91% | 0.42% | - |
| HSV(B) | 86.42º | 0.95% | 0.8% | - |
| XYZ | 28.88 | 46.59 | 7.76 | - |
| YUV | 155.58 | 45.84 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 10 | 0.42 | 0 | 0.95 | 0.20 | 86.42 | 0.91 | 0.42 |
| Hex | 76 | CB | A | 2A | 0 | 5F | 14 | 56 | 5B | 2A |
| Octal | 166 | 313 | 12 | 52 | 0 | 137 | 24 | 126 | 133 | 52 |
| Binary | 1110110 | 11001011 | 1010 | 101010 | 0 | 1011111 | 10100 | 1010110 | 1011011 | 101010 |
Color Harmonies of #76CB0A
Complementary color
Monochromatic Colors of #76CB0A
Black with #76CB0A
Text Example
Text Example
White with #76CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB0A; }
p { color: rgb(118,203,10); }
H1.HeaderClassName
{
color: #76CB0A;
}
.AnyTagClassName
{
color: #76CB0A;
}
</style>
background-color css
<style>
a { background-color: #76CB0A; }
a { background-color: rgb(118,203,10); }
div.DivClassName
{
background-color: #76CB0A;
}
.BgClassName
{
background-color: #76CB0A;
}
</style>
border-color css
<style>
span { border-color: #76CB0A; }
span { border-color: rgb(118,203,10); }
td.TdClassName
{
border-color: #76CB0A;
}
.TagClassName
{
border-color: #76CB0A;
}
</style>