Shades of Lima #76AF23
Tints of Lima #76AF23
RGB
CMYK
RGB Variations
Color information
#76AF23 (or 0x76AF23) is known color: Lima. HEX triplet: 76, AF and 23. RGB value is (118,175,35). Sum of RGB (Red+Green+Blue) = 118+175+35=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF23 is #8950DC. Grayscale: #8E8E8E. Windows color (decimal): -8999133 or 2338678. OLE color: 2338678.
HSL color Cylindrical-coordinate representation of color #76AF23: hue angle of 84.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76AF23 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 35 | - |
| CMYK | 0.33 | 0 | 0.8 | 0.31 |
| HSL | 84.43º | 0.67% | 0.41% | - |
| HSV(B) | 84.43º | 0.8% | 0.69% | - |
| XYZ | 23.1 | 34.63 | 7.06 | - |
| YUV | 142 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 35 | 0.33 | 0 | 0.8 | 0.31 | 84.43 | 0.67 | 0.41 |
| Hex | 76 | AF | 23 | 21 | 0 | 50 | 1F | 54 | 43 | 29 |
| Octal | 166 | 257 | 43 | 41 | 0 | 120 | 37 | 124 | 103 | 51 |
| Binary | 1110110 | 10101111 | 100011 | 100001 | 0 | 1010000 | 11111 | 1010100 | 1000011 | 101001 |
Color Harmonies of #76AF23
Complementary color
Monochromatic Colors of #76AF23
Black with #76AF23
Text Example
Text Example
White with #76AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF23; }
p { color: rgb(118,175,35); }
H1.HeaderClassName
{
color: #76AF23;
}
.AnyTagClassName
{
color: #76AF23;
}
</style>
background-color css
<style>
a { background-color: #76AF23; }
a { background-color: rgb(118,175,35); }
div.DivClassName
{
background-color: #76AF23;
}
.BgClassName
{
background-color: #76AF23;
}
</style>
border-color css
<style>
span { border-color: #76AF23; }
span { border-color: rgb(118,175,35); }
td.TdClassName
{
border-color: #76AF23;
}
.TagClassName
{
border-color: #76AF23;
}
</style>