Shades of Lima #76AF28
Tints of Lima #76AF28
RGB
CMYK
RGB Variations
Color information
#76AF28 (or 0x76AF28) is known color: Lima. HEX triplet: 76, AF and 28. RGB value is (118,175,40). Sum of RGB (Red+Green+Blue) = 118+175+40=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF28 is #8950D7. Grayscale: #8F8F8F. Windows color (decimal): -8999128 or 2666358. OLE color: 2666358.
HSL color Cylindrical-coordinate representation of color #76AF28: hue angle of 85.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76AF28 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 40 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.31 |
| HSL | 85.33º | 0.63% | 0.42% | - |
| HSV(B) | 85.33º | 0.77% | 0.69% | - |
| XYZ | 23.18 | 34.66 | 7.48 | - |
| YUV | 142.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 40 | 0.33 | 0 | 0.77 | 0.31 | 85.33 | 0.63 | 0.42 |
| Hex | 76 | AF | 28 | 21 | 0 | 4D | 1F | 55 | 3F | 2A |
| Octal | 166 | 257 | 50 | 41 | 0 | 115 | 37 | 125 | 77 | 52 |
| Binary | 1110110 | 10101111 | 101000 | 100001 | 0 | 1001101 | 11111 | 1010101 | 111111 | 101010 |
Color Harmonies of #76AF28
Complementary color
Monochromatic Colors of #76AF28
Black with #76AF28
Text Example
Text Example
White with #76AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF28; }
p { color: rgb(118,175,40); }
H1.HeaderClassName
{
color: #76AF28;
}
.AnyTagClassName
{
color: #76AF28;
}
</style>
background-color css
<style>
a { background-color: #76AF28; }
a { background-color: rgb(118,175,40); }
div.DivClassName
{
background-color: #76AF28;
}
.BgClassName
{
background-color: #76AF28;
}
</style>
border-color css
<style>
span { border-color: #76AF28; }
span { border-color: rgb(118,175,40); }
td.TdClassName
{
border-color: #76AF28;
}
.TagClassName
{
border-color: #76AF28;
}
</style>