Shades of Lima #77BD32
Tints of Lima #77BD32
RGB
CMYK
RGB Variations
Color information
#77BD32 (or 0x77BD32) is known color: Lima. HEX triplet: 77, BD and 32. RGB value is (119,189,50). Sum of RGB (Red+Green+Blue) = 119+189+50=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD32 is #8842CD. Grayscale: #989898. Windows color (decimal): -8929998 or 3325303. OLE color: 3325303.
HSL color Cylindrical-coordinate representation of color #77BD32: hue angle of 90.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77BD32 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 50 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.26 |
| HSL | 90.22º | 0.58% | 0.47% | - |
| HSV(B) | 90.22º | 0.74% | 0.74% | - |
| XYZ | 26.38 | 40.55 | 9.45 | - |
| YUV | 152.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 50 | 0.37 | 0 | 0.74 | 0.26 | 90.22 | 0.58 | 0.47 |
| Hex | 77 | BD | 32 | 25 | 0 | 4A | 1A | 5A | 3A | 2F |
| Octal | 167 | 275 | 62 | 45 | 0 | 112 | 32 | 132 | 72 | 57 |
| Binary | 1110111 | 10111101 | 110010 | 100101 | 0 | 1001010 | 11010 | 1011010 | 111010 | 101111 |
Color Harmonies of #77BD32
Complementary color
Monochromatic Colors of #77BD32
Black with #77BD32
Text Example
Text Example
White with #77BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD32; }
p { color: rgb(119,189,50); }
H1.HeaderClassName
{
color: #77BD32;
}
.AnyTagClassName
{
color: #77BD32;
}
</style>
background-color css
<style>
a { background-color: #77BD32; }
a { background-color: rgb(119,189,50); }
div.DivClassName
{
background-color: #77BD32;
}
.BgClassName
{
background-color: #77BD32;
}
</style>
border-color css
<style>
span { border-color: #77BD32; }
span { border-color: rgb(119,189,50); }
td.TdClassName
{
border-color: #77BD32;
}
.TagClassName
{
border-color: #77BD32;
}
</style>