Shades of Lima #77B833
Tints of Lima #77B833
RGB
CMYK
RGB Variations
Color information
#77B833 (or 0x77B833) is known color: Lima. HEX triplet: 77, B8 and 33. RGB value is (119,184,51). Sum of RGB (Red+Green+Blue) = 119+184+51=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #77B833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B833 is #8847CC. Grayscale: #959595. Windows color (decimal): -8931277 or 3389559. OLE color: 3389559.
HSL color Cylindrical-coordinate representation of color #77B833: hue angle of 89.32º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77B833 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 51 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.28 |
| HSL | 89.32º | 0.57% | 0.46% | - |
| HSV(B) | 89.32º | 0.72% | 0.72% | - |
| XYZ | 25.35 | 38.44 | 9.22 | - |
| YUV | 149.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 51 | 0.35 | 0 | 0.72 | 0.28 | 89.32 | 0.57 | 0.46 |
| Hex | 77 | B8 | 33 | 23 | 0 | 48 | 1C | 59 | 39 | 2E |
| Octal | 167 | 270 | 63 | 43 | 0 | 110 | 34 | 131 | 71 | 56 |
| Binary | 1110111 | 10111000 | 110011 | 100011 | 0 | 1001000 | 11100 | 1011001 | 111001 | 101110 |
Color Harmonies of #77B833
Complementary color
Monochromatic Colors of #77B833
Black with #77B833
Text Example
Text Example
White with #77B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B833; }
p { color: rgb(119,184,51); }
H1.HeaderClassName
{
color: #77B833;
}
.AnyTagClassName
{
color: #77B833;
}
</style>
background-color css
<style>
a { background-color: #77B833; }
a { background-color: rgb(119,184,51); }
div.DivClassName
{
background-color: #77B833;
}
.BgClassName
{
background-color: #77B833;
}
</style>
border-color css
<style>
span { border-color: #77B833; }
span { border-color: rgb(119,184,51); }
td.TdClassName
{
border-color: #77B833;
}
.TagClassName
{
border-color: #77B833;
}
</style>