Shades of Lima #77BF11
Tints of Lima #77BF11
RGB
CMYK
RGB Variations
Color information
#77BF11 (or 0x77BF11) is known color: Lima. HEX triplet: 77, BF and 11. RGB value is (119,191,17). Sum of RGB (Red+Green+Blue) = 119+191+17=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF11 is #8840EE. Grayscale: #969696. Windows color (decimal): -8929519 or 1163127. OLE color: 1163127.
HSL color Cylindrical-coordinate representation of color #77BF11: hue angle of 84.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77BF11 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 17 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.25 |
| HSL | 84.83º | 0.84% | 0.41% | - |
| HSV(B) | 84.83º | 0.91% | 0.75% | - |
| XYZ | 26.34 | 41.22 | 7.1 | - |
| YUV | 149.64 | 53.15 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 17 | 0.38 | 0 | 0.91 | 0.25 | 84.83 | 0.84 | 0.41 |
| Hex | 77 | BF | 11 | 26 | 0 | 5B | 19 | 55 | 54 | 29 |
| Octal | 167 | 277 | 21 | 46 | 0 | 133 | 31 | 125 | 124 | 51 |
| Binary | 1110111 | 10111111 | 10001 | 100110 | 0 | 1011011 | 11001 | 1010101 | 1010100 | 101001 |
Color Harmonies of #77BF11
Complementary color
Monochromatic Colors of #77BF11
Black with #77BF11
Text Example
Text Example
White with #77BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF11; }
p { color: rgb(119,191,17); }
H1.HeaderClassName
{
color: #77BF11;
}
.AnyTagClassName
{
color: #77BF11;
}
</style>
background-color css
<style>
a { background-color: #77BF11; }
a { background-color: rgb(119,191,17); }
div.DivClassName
{
background-color: #77BF11;
}
.BgClassName
{
background-color: #77BF11;
}
</style>
border-color css
<style>
span { border-color: #77BF11; }
span { border-color: rgb(119,191,17); }
td.TdClassName
{
border-color: #77BF11;
}
.TagClassName
{
border-color: #77BF11;
}
</style>