Shades of Lima #77AF18
Tints of Lima #77AF18
RGB
CMYK
RGB Variations
Color information
#77AF18 (or 0x77AF18) is known color: Lima. HEX triplet: 77, AF and 18. RGB value is (119,175,24). Sum of RGB (Red+Green+Blue) = 119+175+24=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AF18 is #8850E7. Grayscale: #8D8D8D. Windows color (decimal): -8933608 or 1617783. OLE color: 1617783.
HSL color Cylindrical-coordinate representation of color #77AF18: hue angle of 82.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77AF18 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 24 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.31 |
| HSL | 82.25º | 0.76% | 0.39% | - |
| HSV(B) | 82.25º | 0.86% | 0.69% | - |
| XYZ | 23.1 | 34.65 | 6.33 | - |
| YUV | 141.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 24 | 0.32 | 0 | 0.86 | 0.31 | 82.25 | 0.76 | 0.39 |
| Hex | 77 | AF | 18 | 20 | 0 | 56 | 1F | 52 | 4C | 27 |
| Octal | 167 | 257 | 30 | 40 | 0 | 126 | 37 | 122 | 114 | 47 |
| Binary | 1110111 | 10101111 | 11000 | 100000 | 0 | 1010110 | 11111 | 1010010 | 1001100 | 100111 |
Color Harmonies of #77AF18
Complementary color
Monochromatic Colors of #77AF18
Black with #77AF18
Text Example
Text Example
White with #77AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF18; }
p { color: rgb(119,175,24); }
H1.HeaderClassName
{
color: #77AF18;
}
.AnyTagClassName
{
color: #77AF18;
}
</style>
background-color css
<style>
a { background-color: #77AF18; }
a { background-color: rgb(119,175,24); }
div.DivClassName
{
background-color: #77AF18;
}
.BgClassName
{
background-color: #77AF18;
}
</style>
border-color css
<style>
span { border-color: #77AF18; }
span { border-color: rgb(119,175,24); }
td.TdClassName
{
border-color: #77AF18;
}
.TagClassName
{
border-color: #77AF18;
}
</style>