Shades of Lima #77BC11
Tints of Lima #77BC11
RGB
CMYK
RGB Variations
Color information
#77BC11 (or 0x77BC11) is known color: Lima. HEX triplet: 77, BC and 11. RGB value is (119,188,17). Sum of RGB (Red+Green+Blue) = 119+188+17=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC11 is #8843EE. Grayscale: #949494. Windows color (decimal): -8930287 or 1162359. OLE color: 1162359.
HSL color Cylindrical-coordinate representation of color #77BC11: hue angle of 84.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77BC11 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.26 |
| HSL | 84.21º | 0.83% | 0.4% | - |
| HSV(B) | 84.21º | 0.91% | 0.74% | - |
| XYZ | 25.69 | 39.93 | 6.88 | - |
| YUV | 147.88 | 54.14 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 17 | 0.37 | 0 | 0.91 | 0.26 | 84.21 | 0.83 | 0.4 |
| Hex | 77 | BC | 11 | 25 | 0 | 5B | 1A | 54 | 53 | 28 |
| Octal | 167 | 274 | 21 | 45 | 0 | 133 | 32 | 124 | 123 | 50 |
| Binary | 1110111 | 10111100 | 10001 | 100101 | 0 | 1011011 | 11010 | 1010100 | 1010011 | 101000 |
Color Harmonies of #77BC11
Complementary color
Monochromatic Colors of #77BC11
Black with #77BC11
Text Example
Text Example
White with #77BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC11; }
p { color: rgb(119,188,17); }
H1.HeaderClassName
{
color: #77BC11;
}
.AnyTagClassName
{
color: #77BC11;
}
</style>
background-color css
<style>
a { background-color: #77BC11; }
a { background-color: rgb(119,188,17); }
div.DivClassName
{
background-color: #77BC11;
}
.BgClassName
{
background-color: #77BC11;
}
</style>
border-color css
<style>
span { border-color: #77BC11; }
span { border-color: rgb(119,188,17); }
td.TdClassName
{
border-color: #77BC11;
}
.TagClassName
{
border-color: #77BC11;
}
</style>