Shades of Lima #77BA24
Tints of Lima #77BA24
RGB
CMYK
RGB Variations
Color information
#77BA24 (or 0x77BA24) is known color: Lima. HEX triplet: 77, BA and 24. RGB value is (119,186,36). Sum of RGB (Red+Green+Blue) = 119+186+36=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA24 is #8845DB. Grayscale: #959595. Windows color (decimal): -8930780 or 2407031. OLE color: 2407031.
HSL color Cylindrical-coordinate representation of color #77BA24: hue angle of 86.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77BA24 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 36 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.27 |
| HSL | 86.8º | 0.68% | 0.44% | - |
| HSV(B) | 86.8º | 0.81% | 0.73% | - |
| XYZ | 25.49 | 39.17 | 7.89 | - |
| YUV | 148.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 36 | 0.36 | 0 | 0.81 | 0.27 | 86.8 | 0.68 | 0.44 |
| Hex | 77 | BA | 24 | 24 | 0 | 51 | 1B | 57 | 44 | 2C |
| Octal | 167 | 272 | 44 | 44 | 0 | 121 | 33 | 127 | 104 | 54 |
| Binary | 1110111 | 10111010 | 100100 | 100100 | 0 | 1010001 | 11011 | 1010111 | 1000100 | 101100 |
Color Harmonies of #77BA24
Complementary color
Monochromatic Colors of #77BA24
Black with #77BA24
Text Example
Text Example
White with #77BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA24; }
p { color: rgb(119,186,36); }
H1.HeaderClassName
{
color: #77BA24;
}
.AnyTagClassName
{
color: #77BA24;
}
</style>
background-color css
<style>
a { background-color: #77BA24; }
a { background-color: rgb(119,186,36); }
div.DivClassName
{
background-color: #77BA24;
}
.BgClassName
{
background-color: #77BA24;
}
</style>
border-color css
<style>
span { border-color: #77BA24; }
span { border-color: rgb(119,186,36); }
td.TdClassName
{
border-color: #77BA24;
}
.TagClassName
{
border-color: #77BA24;
}
</style>