Shades of Lima #77C921
Tints of Lima #77C921
RGB
CMYK
RGB Variations
Color information
#77C921 (or 0x77C921) is known color: Lima. HEX triplet: 77, C9 and 21. RGB value is (119,201,33). Sum of RGB (Red+Green+Blue) = 119+201+33=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #77C921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C921 is #8836DE. Grayscale: #9D9D9D. Windows color (decimal): -8926943 or 2214263. OLE color: 2214263.
HSL color Cylindrical-coordinate representation of color #77C921: hue angle of 89.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77C921 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 33 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.21 |
| HSL | 89.29º | 0.72% | 0.46% | - |
| HSV(B) | 89.29º | 0.84% | 0.79% | - |
| XYZ | 28.77 | 45.81 | 8.76 | - |
| YUV | 157.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 33 | 0.41 | 0 | 0.84 | 0.21 | 89.29 | 0.72 | 0.46 |
| Hex | 77 | C9 | 21 | 29 | 0 | 54 | 15 | 59 | 48 | 2E |
| Octal | 167 | 311 | 41 | 51 | 0 | 124 | 25 | 131 | 110 | 56 |
| Binary | 1110111 | 11001001 | 100001 | 101001 | 0 | 1010100 | 10101 | 1011001 | 1001000 | 101110 |
Color Harmonies of #77C921
Complementary color
Monochromatic Colors of #77C921
Black with #77C921
Text Example
Text Example
White with #77C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C921; }
p { color: rgb(119,201,33); }
H1.HeaderClassName
{
color: #77C921;
}
.AnyTagClassName
{
color: #77C921;
}
</style>
background-color css
<style>
a { background-color: #77C921; }
a { background-color: rgb(119,201,33); }
div.DivClassName
{
background-color: #77C921;
}
.BgClassName
{
background-color: #77C921;
}
</style>
border-color css
<style>
span { border-color: #77C921; }
span { border-color: rgb(119,201,33); }
td.TdClassName
{
border-color: #77C921;
}
.TagClassName
{
border-color: #77C921;
}
</style>