Shades of Lima #77C821
Tints of Lima #77C821
RGB
CMYK
RGB Variations
Color information
#77C821 (or 0x77C821) is known color: Lima. HEX triplet: 77, C8 and 21. RGB value is (119,200,33). Sum of RGB (Red+Green+Blue) = 119+200+33=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #77C821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C821 is #8837DE. Grayscale: #9D9D9D. Windows color (decimal): -8927199 or 2214007. OLE color: 2214007.
HSL color Cylindrical-coordinate representation of color #77C821: hue angle of 89.1º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77C821 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 33 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.22 |
| HSL | 89.1º | 0.72% | 0.46% | - |
| HSV(B) | 89.1º | 0.84% | 0.78% | - |
| XYZ | 28.54 | 45.34 | 8.69 | - |
| YUV | 156.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 33 | 0.40 | 0 | 0.84 | 0.22 | 89.1 | 0.72 | 0.46 |
| Hex | 77 | C8 | 21 | 28 | 0 | 54 | 16 | 59 | 48 | 2E |
| Octal | 167 | 310 | 41 | 50 | 0 | 124 | 26 | 131 | 110 | 56 |
| Binary | 1110111 | 11001000 | 100001 | 101000 | 0 | 1010100 | 10110 | 1011001 | 1001000 | 101110 |
Color Harmonies of #77C821
Complementary color
Monochromatic Colors of #77C821
Black with #77C821
Text Example
Text Example
White with #77C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C821; }
p { color: rgb(119,200,33); }
H1.HeaderClassName
{
color: #77C821;
}
.AnyTagClassName
{
color: #77C821;
}
</style>
background-color css
<style>
a { background-color: #77C821; }
a { background-color: rgb(119,200,33); }
div.DivClassName
{
background-color: #77C821;
}
.BgClassName
{
background-color: #77C821;
}
</style>
border-color css
<style>
span { border-color: #77C821; }
span { border-color: rgb(119,200,33); }
td.TdClassName
{
border-color: #77C821;
}
.TagClassName
{
border-color: #77C821;
}
</style>