Shades of Vida Loca #4E890A
Tints of Vida Loca #4E890A
RGB
CMYK
RGB Variations
Color information
#4E890A (or 0x4E890A) is known color: Vida Loca. HEX triplet: 4E, 89 and 0A. RGB value is (78,137,10). Sum of RGB (Red+Green+Blue) = 78+137+10=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #4E890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E890A is #B176F5. Grayscale: #696969. Windows color (decimal): -11630326 or 690510. OLE color: 690510.
HSL color Cylindrical-coordinate representation of color #4E890A: hue angle of 87.87º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E890A is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 137 | 10 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.46 |
| HSL | 87.87º | 0.86% | 0.29% | - |
| HSV(B) | 87.87º | 0.93% | 0.54% | - |
| XYZ | 12.14 | 19.53 | 3.42 | - |
| YUV | 104.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 10 | 0.43 | 0 | 0.93 | 0.46 | 87.87 | 0.86 | 0.29 |
| Hex | 4E | 89 | A | 2B | 0 | 5D | 2E | 58 | 56 | 1D |
| Octal | 116 | 211 | 12 | 53 | 0 | 135 | 56 | 130 | 126 | 35 |
| Binary | 1001110 | 10001001 | 1010 | 101011 | 0 | 1011101 | 101110 | 1011000 | 1010110 | 11101 |
Color Harmonies of #4E890A
Complementary color
Monochromatic Colors of #4E890A
Black with #4E890A
Text Example
Text Example
White with #4E890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E890A; }
p { color: rgb(78,137,10); }
H1.HeaderClassName
{
color: #4E890A;
}
.AnyTagClassName
{
color: #4E890A;
}
</style>
background-color css
<style>
a { background-color: #4E890A; }
a { background-color: rgb(78,137,10); }
div.DivClassName
{
background-color: #4E890A;
}
.BgClassName
{
background-color: #4E890A;
}
</style>
border-color css
<style>
span { border-color: #4E890A; }
span { border-color: rgb(78,137,10); }
td.TdClassName
{
border-color: #4E890A;
}
.TagClassName
{
border-color: #4E890A;
}
</style>