Shades of Lima #77BD11
Tints of Lima #77BD11
RGB
CMYK
RGB Variations
Color information
#77BD11 (or 0x77BD11) is known color: Lima. HEX triplet: 77, BD and 11. RGB value is (119,189,17). Sum of RGB (Red+Green+Blue) = 119+189+17=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BD11 is #8842EE. Grayscale: #959595. Windows color (decimal): -8930031 or 1162615. OLE color: 1162615.
HSL color Cylindrical-coordinate representation of color #77BD11: hue angle of 84.42º 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 #77BD11 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.26 |
| HSL | 84.42º | 0.83% | 0.4% | - |
| HSV(B) | 84.42º | 0.91% | 0.74% | - |
| XYZ | 25.91 | 40.36 | 6.95 | - |
| YUV | 148.46 | 53.81 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 17 | 0.37 | 0 | 0.91 | 0.26 | 84.42 | 0.83 | 0.4 |
| Hex | 77 | BD | 11 | 25 | 0 | 5B | 1A | 54 | 53 | 28 |
| Octal | 167 | 275 | 21 | 45 | 0 | 133 | 32 | 124 | 123 | 50 |
| Binary | 1110111 | 10111101 | 10001 | 100101 | 0 | 1011011 | 11010 | 1010100 | 1010011 | 101000 |
Color Harmonies of #77BD11
Complementary color
Monochromatic Colors of #77BD11
Black with #77BD11
Text Example
Text Example
White with #77BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD11; }
p { color: rgb(119,189,17); }
H1.HeaderClassName
{
color: #77BD11;
}
.AnyTagClassName
{
color: #77BD11;
}
</style>
background-color css
<style>
a { background-color: #77BD11; }
a { background-color: rgb(119,189,17); }
div.DivClassName
{
background-color: #77BD11;
}
.BgClassName
{
background-color: #77BD11;
}
</style>
border-color css
<style>
span { border-color: #77BD11; }
span { border-color: rgb(119,189,17); }
td.TdClassName
{
border-color: #77BD11;
}
.TagClassName
{
border-color: #77BD11;
}
</style>