Shades of Lima #77C922
Tints of Lima #77C922
RGB
CMYK
RGB Variations
Color information
#77C922 (or 0x77C922) is known color: Lima. HEX triplet: 77, C9 and 22. RGB value is (119,201,34). Sum of RGB (Red+Green+Blue) = 119+201+34=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #77C922 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C922 is #8836DD. Grayscale: #9E9E9E. Windows color (decimal): -8926942 or 2279799. OLE color: 2279799.
HSL color Cylindrical-coordinate representation of color #77C922: hue angle of 89.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77C922 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 34 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.21 |
| HSL | 89.46º | 0.71% | 0.46% | - |
| HSV(B) | 89.46º | 0.83% | 0.79% | - |
| XYZ | 28.78 | 45.81 | 8.84 | - |
| YUV | 157.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 34 | 0.41 | 0 | 0.83 | 0.21 | 89.46 | 0.71 | 0.46 |
| Hex | 77 | C9 | 22 | 29 | 0 | 53 | 15 | 59 | 47 | 2E |
| Octal | 167 | 311 | 42 | 51 | 0 | 123 | 25 | 131 | 107 | 56 |
| Binary | 1110111 | 11001001 | 100010 | 101001 | 0 | 1010011 | 10101 | 1011001 | 1000111 | 101110 |
Color Harmonies of #77C922
Complementary color
Monochromatic Colors of #77C922
Black with #77C922
Text Example
Text Example
White with #77C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C922; }
p { color: rgb(119,201,34); }
H1.HeaderClassName
{
color: #77C922;
}
.AnyTagClassName
{
color: #77C922;
}
</style>
background-color css
<style>
a { background-color: #77C922; }
a { background-color: rgb(119,201,34); }
div.DivClassName
{
background-color: #77C922;
}
.BgClassName
{
background-color: #77C922;
}
</style>
border-color css
<style>
span { border-color: #77C922; }
span { border-color: rgb(119,201,34); }
td.TdClassName
{
border-color: #77C922;
}
.TagClassName
{
border-color: #77C922;
}
</style>