Shades of Lima #77BA1E
Tints of Lima #77BA1E
RGB
CMYK
RGB Variations
Color information
#77BA1E (or 0x77BA1E) is known color: Lima. HEX triplet: 77, BA and 1E. RGB value is (119,186,30). Sum of RGB (Red+Green+Blue) = 119+186+30=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA1E is #8845E1. Grayscale: #949494. Windows color (decimal): -8930786 or 2013815. OLE color: 2013815.
HSL color Cylindrical-coordinate representation of color #77BA1E: hue angle of 85.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77BA1E is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 30 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.27 |
| HSL | 85.77º | 0.72% | 0.42% | - |
| HSV(B) | 85.77º | 0.84% | 0.73% | - |
| XYZ | 25.4 | 39.13 | 7.44 | - |
| YUV | 148.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 30 | 0.36 | 0 | 0.84 | 0.27 | 85.77 | 0.72 | 0.42 |
| Hex | 77 | BA | 1E | 24 | 0 | 54 | 1B | 56 | 48 | 2A |
| Octal | 167 | 272 | 36 | 44 | 0 | 124 | 33 | 126 | 110 | 52 |
| Binary | 1110111 | 10111010 | 11110 | 100100 | 0 | 1010100 | 11011 | 1010110 | 1001000 | 101010 |
Color Harmonies of #77BA1E
Complementary color
Monochromatic Colors of #77BA1E
Black with #77BA1E
Text Example
Text Example
White with #77BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA1E; }
p { color: rgb(119,186,30); }
H1.HeaderClassName
{
color: #77BA1E;
}
.AnyTagClassName
{
color: #77BA1E;
}
</style>
background-color css
<style>
a { background-color: #77BA1E; }
a { background-color: rgb(119,186,30); }
div.DivClassName
{
background-color: #77BA1E;
}
.BgClassName
{
background-color: #77BA1E;
}
</style>
border-color css
<style>
span { border-color: #77BA1E; }
span { border-color: rgb(119,186,30); }
td.TdClassName
{
border-color: #77BA1E;
}
.TagClassName
{
border-color: #77BA1E;
}
</style>