Shades of Lima #77BD33
Tints of Lima #77BD33
RGB
CMYK
RGB Variations
Color information
#77BD33 (or 0x77BD33) is known color: Lima. HEX triplet: 77, BD and 33. RGB value is (119,189,51). Sum of RGB (Red+Green+Blue) = 119+189+51=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD33 is #8842CC. Grayscale: #989898. Windows color (decimal): -8929997 or 3390839. OLE color: 3390839.
HSL color Cylindrical-coordinate representation of color #77BD33: hue angle of 90.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77BD33 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 51 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.26 |
| HSL | 90.43º | 0.58% | 0.47% | - |
| HSV(B) | 90.43º | 0.73% | 0.74% | - |
| XYZ | 26.4 | 40.56 | 9.57 | - |
| YUV | 152.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 51 | 0.37 | 0 | 0.73 | 0.26 | 90.43 | 0.58 | 0.47 |
| Hex | 77 | BD | 33 | 25 | 0 | 49 | 1A | 5A | 3A | 2F |
| Octal | 167 | 275 | 63 | 45 | 0 | 111 | 32 | 132 | 72 | 57 |
| Binary | 1110111 | 10111101 | 110011 | 100101 | 0 | 1001001 | 11010 | 1011010 | 111010 | 101111 |
Color Harmonies of #77BD33
Complementary color
Monochromatic Colors of #77BD33
Black with #77BD33
Text Example
Text Example
White with #77BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD33; }
p { color: rgb(119,189,51); }
H1.HeaderClassName
{
color: #77BD33;
}
.AnyTagClassName
{
color: #77BD33;
}
</style>
background-color css
<style>
a { background-color: #77BD33; }
a { background-color: rgb(119,189,51); }
div.DivClassName
{
background-color: #77BD33;
}
.BgClassName
{
background-color: #77BD33;
}
</style>
border-color css
<style>
span { border-color: #77BD33; }
span { border-color: rgb(119,189,51); }
td.TdClassName
{
border-color: #77BD33;
}
.TagClassName
{
border-color: #77BD33;
}
</style>