Shades of Lima #77B838
Tints of Lima #77B838
RGB
CMYK
RGB Variations
Color information
#77B838 (or 0x77B838) is known color: Lima. HEX triplet: 77, B8 and 38. RGB value is (119,184,56). Sum of RGB (Red+Green+Blue) = 119+184+56=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #77B838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B838 is #8847C7. Grayscale: #969696. Windows color (decimal): -8931272 or 3717239. OLE color: 3717239.
HSL color Cylindrical-coordinate representation of color #77B838: hue angle of 90.47º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77B838 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 56 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.28 |
| HSL | 90.47º | 0.53% | 0.47% | - |
| HSV(B) | 90.47º | 0.7% | 0.72% | - |
| XYZ | 25.46 | 38.49 | 9.83 | - |
| YUV | 149.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 56 | 0.35 | 0 | 0.70 | 0.28 | 90.47 | 0.53 | 0.47 |
| Hex | 77 | B8 | 38 | 23 | 0 | 46 | 1C | 5A | 35 | 2F |
| Octal | 167 | 270 | 70 | 43 | 0 | 106 | 34 | 132 | 65 | 57 |
| Binary | 1110111 | 10111000 | 111000 | 100011 | 0 | 1000110 | 11100 | 1011010 | 110101 | 101111 |
Color Harmonies of #77B838
Complementary color
Monochromatic Colors of #77B838
Black with #77B838
Text Example
Text Example
White with #77B838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B838; }
p { color: rgb(119,184,56); }
H1.HeaderClassName
{
color: #77B838;
}
.AnyTagClassName
{
color: #77B838;
}
</style>
background-color css
<style>
a { background-color: #77B838; }
a { background-color: rgb(119,184,56); }
div.DivClassName
{
background-color: #77B838;
}
.BgClassName
{
background-color: #77B838;
}
</style>
border-color css
<style>
span { border-color: #77B838; }
span { border-color: rgb(119,184,56); }
td.TdClassName
{
border-color: #77B838;
}
.TagClassName
{
border-color: #77B838;
}
</style>