Shades of Lima #76AF26
Tints of Lima #76AF26
RGB
CMYK
RGB Variations
Color information
#76AF26 (or 0x76AF26) is known color: Lima. HEX triplet: 76, AF and 26. RGB value is (118,175,38). Sum of RGB (Red+Green+Blue) = 118+175+38=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF26 is #8950D9. Grayscale: #8E8E8E. Windows color (decimal): -8999130 or 2535286. OLE color: 2535286.
HSL color Cylindrical-coordinate representation of color #76AF26: hue angle of 84.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76AF26 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 38 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.31 |
| HSL | 84.96º | 0.64% | 0.42% | - |
| HSV(B) | 84.96º | 0.78% | 0.69% | - |
| XYZ | 23.15 | 34.65 | 7.3 | - |
| YUV | 142.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 38 | 0.33 | 0 | 0.78 | 0.31 | 84.96 | 0.64 | 0.42 |
| Hex | 76 | AF | 26 | 21 | 0 | 4E | 1F | 55 | 40 | 2A |
| Octal | 166 | 257 | 46 | 41 | 0 | 116 | 37 | 125 | 100 | 52 |
| Binary | 1110110 | 10101111 | 100110 | 100001 | 0 | 1001110 | 11111 | 1010101 | 1000000 | 101010 |
Color Harmonies of #76AF26
Complementary color
Monochromatic Colors of #76AF26
Black with #76AF26
Text Example
Text Example
White with #76AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF26; }
p { color: rgb(118,175,38); }
H1.HeaderClassName
{
color: #76AF26;
}
.AnyTagClassName
{
color: #76AF26;
}
</style>
background-color css
<style>
a { background-color: #76AF26; }
a { background-color: rgb(118,175,38); }
div.DivClassName
{
background-color: #76AF26;
}
.BgClassName
{
background-color: #76AF26;
}
</style>
border-color css
<style>
span { border-color: #76AF26; }
span { border-color: rgb(118,175,38); }
td.TdClassName
{
border-color: #76AF26;
}
.TagClassName
{
border-color: #76AF26;
}
</style>