Shades of Lima #77AD23
Tints of Lima #77AD23
RGB
CMYK
RGB Variations
Color information
#77AD23 (or 0x77AD23) is known color: Lima. HEX triplet: 77, AD and 23. RGB value is (119,173,35). Sum of RGB (Red+Green+Blue) = 119+173+35=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AD23 is #8852DC. Grayscale: #8D8D8D. Windows color (decimal): -8934109 or 2338167. OLE color: 2338167.
HSL color Cylindrical-coordinate representation of color #77AD23: hue angle of 83.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77AD23 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 35 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.32 |
| HSL | 83.48º | 0.66% | 0.41% | - |
| HSV(B) | 83.48º | 0.8% | 0.68% | - |
| XYZ | 22.85 | 33.93 | 6.93 | - |
| YUV | 141.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 35 | 0.31 | 0 | 0.80 | 0.32 | 83.48 | 0.66 | 0.41 |
| Hex | 77 | AD | 23 | 1F | 0 | 50 | 20 | 53 | 42 | 29 |
| Octal | 167 | 255 | 43 | 37 | 0 | 120 | 40 | 123 | 102 | 51 |
| Binary | 1110111 | 10101101 | 100011 | 11111 | 0 | 1010000 | 100000 | 1010011 | 1000010 | 101001 |
Color Harmonies of #77AD23
Complementary color
Monochromatic Colors of #77AD23
Black with #77AD23
Text Example
Text Example
White with #77AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AD23; }
p { color: rgb(119,173,35); }
H1.HeaderClassName
{
color: #77AD23;
}
.AnyTagClassName
{
color: #77AD23;
}
</style>
background-color css
<style>
a { background-color: #77AD23; }
a { background-color: rgb(119,173,35); }
div.DivClassName
{
background-color: #77AD23;
}
.BgClassName
{
background-color: #77AD23;
}
</style>
border-color css
<style>
span { border-color: #77AD23; }
span { border-color: rgb(119,173,35); }
td.TdClassName
{
border-color: #77AD23;
}
.TagClassName
{
border-color: #77AD23;
}
</style>