Shades of Lima #77C811
Tints of Lima #77C811
RGB
CMYK
RGB Variations
Color information
#77C811 (or 0x77C811) is known color: Lima. HEX triplet: 77, C8 and 11. RGB value is (119,200,17). Sum of RGB (Red+Green+Blue) = 119+200+17=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #77C811 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C811 is #8837EE. Grayscale: #9B9B9B. Windows color (decimal): -8927215 or 1165431. OLE color: 1165431.
HSL color Cylindrical-coordinate representation of color #77C811: hue angle of 86.56º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77C811 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 17 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.22 |
| HSL | 86.56º | 0.84% | 0.43% | - |
| HSV(B) | 86.56º | 0.92% | 0.78% | - |
| XYZ | 28.36 | 45.27 | 7.77 | - |
| YUV | 154.92 | 50.16 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 17 | 0.40 | 0 | 0.92 | 0.22 | 86.56 | 0.84 | 0.43 |
| Hex | 77 | C8 | 11 | 28 | 0 | 5C | 16 | 57 | 54 | 2B |
| Octal | 167 | 310 | 21 | 50 | 0 | 134 | 26 | 127 | 124 | 53 |
| Binary | 1110111 | 11001000 | 10001 | 101000 | 0 | 1011100 | 10110 | 1010111 | 1010100 | 101011 |
Color Harmonies of #77C811
Complementary color
Monochromatic Colors of #77C811
Black with #77C811
Text Example
Text Example
White with #77C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C811; }
p { color: rgb(119,200,17); }
H1.HeaderClassName
{
color: #77C811;
}
.AnyTagClassName
{
color: #77C811;
}
</style>
background-color css
<style>
a { background-color: #77C811; }
a { background-color: rgb(119,200,17); }
div.DivClassName
{
background-color: #77C811;
}
.BgClassName
{
background-color: #77C811;
}
</style>
border-color css
<style>
span { border-color: #77C811; }
span { border-color: rgb(119,200,17); }
td.TdClassName
{
border-color: #77C811;
}
.TagClassName
{
border-color: #77C811;
}
</style>