Shades of Lima #77C20D
Tints of Lima #77C20D
RGB
CMYK
RGB Variations
Color information
#77C20D (or 0x77C20D) is known color: Lima. HEX triplet: 77, C2 and 0D. RGB value is (119,194,13). Sum of RGB (Red+Green+Blue) = 119+194+13=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #77C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C20D is #883DF2. Grayscale: #979797. Windows color (decimal): -8928755 or 901751. OLE color: 901751.
HSL color Cylindrical-coordinate representation of color #77C20D: hue angle of 84.86º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77C20D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 13 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.24 |
| HSL | 84.86º | 0.87% | 0.41% | - |
| HSV(B) | 84.86º | 0.93% | 0.76% | - |
| XYZ | 26.97 | 42.53 | 7.17 | - |
| YUV | 150.94 | 50.15 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 13 | 0.39 | 0 | 0.93 | 0.24 | 84.86 | 0.87 | 0.41 |
| Hex | 77 | C2 | D | 27 | 0 | 5D | 18 | 55 | 57 | 29 |
| Octal | 167 | 302 | 15 | 47 | 0 | 135 | 30 | 125 | 127 | 51 |
| Binary | 1110111 | 11000010 | 1101 | 100111 | 0 | 1011101 | 11000 | 1010101 | 1010111 | 101001 |
Color Harmonies of #77C20D
Complementary color
Monochromatic Colors of #77C20D
Black with #77C20D
Text Example
Text Example
White with #77C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C20D; }
p { color: rgb(119,194,13); }
H1.HeaderClassName
{
color: #77C20D;
}
.AnyTagClassName
{
color: #77C20D;
}
</style>
background-color css
<style>
a { background-color: #77C20D; }
a { background-color: rgb(119,194,13); }
div.DivClassName
{
background-color: #77C20D;
}
.BgClassName
{
background-color: #77C20D;
}
</style>
border-color css
<style>
span { border-color: #77C20D; }
span { border-color: rgb(119,194,13); }
td.TdClassName
{
border-color: #77C20D;
}
.TagClassName
{
border-color: #77C20D;
}
</style>