Shades of Lima #77BD16
Tints of Lima #77BD16
RGB
CMYK
RGB Variations
Color information
#77BD16 (or 0x77BD16) is known color: Lima. HEX triplet: 77, BD and 16. RGB value is (119,189,22). Sum of RGB (Red+Green+Blue) = 119+189+22=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BD16 is #8842E9. Grayscale: #959595. Windows color (decimal): -8930026 or 1490295. OLE color: 1490295.
HSL color Cylindrical-coordinate representation of color #77BD16: hue angle of 85.15º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77BD16 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 22 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.26 |
| HSL | 85.15º | 0.79% | 0.41% | - |
| HSV(B) | 85.15º | 0.88% | 0.74% | - |
| XYZ | 25.95 | 40.38 | 7.18 | - |
| YUV | 149.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 22 | 0.37 | 0 | 0.88 | 0.26 | 85.15 | 0.79 | 0.41 |
| Hex | 77 | BD | 16 | 25 | 0 | 58 | 1A | 55 | 4F | 29 |
| Octal | 167 | 275 | 26 | 45 | 0 | 130 | 32 | 125 | 117 | 51 |
| Binary | 1110111 | 10111101 | 10110 | 100101 | 0 | 1011000 | 11010 | 1010101 | 1001111 | 101001 |
Color Harmonies of #77BD16
Complementary color
Monochromatic Colors of #77BD16
Black with #77BD16
Text Example
Text Example
White with #77BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD16; }
p { color: rgb(119,189,22); }
H1.HeaderClassName
{
color: #77BD16;
}
.AnyTagClassName
{
color: #77BD16;
}
</style>
background-color css
<style>
a { background-color: #77BD16; }
a { background-color: rgb(119,189,22); }
div.DivClassName
{
background-color: #77BD16;
}
.BgClassName
{
background-color: #77BD16;
}
</style>
border-color css
<style>
span { border-color: #77BD16; }
span { border-color: rgb(119,189,22); }
td.TdClassName
{
border-color: #77BD16;
}
.TagClassName
{
border-color: #77BD16;
}
</style>