Shades of Vida Loca #4E890F
Tints of Vida Loca #4E890F
RGB
CMYK
RGB Variations
Color information
#4E890F (or 0x4E890F) is known color: Vida Loca. HEX triplet: 4E, 89 and 0F. RGB value is (78,137,15). Sum of RGB (Red+Green+Blue) = 78+137+15=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #4E890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E890F is #B176F0. Grayscale: #696969. Windows color (decimal): -11630321 or 1018190. OLE color: 1018190.
HSL color Cylindrical-coordinate representation of color #4E890F: hue angle of 89.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E890F is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 137 | 15 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.46 |
| HSL | 89.02º | 0.8% | 0.3% | - |
| HSV(B) | 89.02º | 0.89% | 0.54% | - |
| XYZ | 12.17 | 19.55 | 3.58 | - |
| YUV | 105.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 15 | 0.43 | 0 | 0.89 | 0.46 | 89.02 | 0.8 | 0.3 |
| Hex | 4E | 89 | F | 2B | 0 | 59 | 2E | 59 | 50 | 1E |
| Octal | 116 | 211 | 17 | 53 | 0 | 131 | 56 | 131 | 120 | 36 |
| Binary | 1001110 | 10001001 | 1111 | 101011 | 0 | 1011001 | 101110 | 1011001 | 1010000 | 11110 |
Color Harmonies of #4E890F
Complementary color
Monochromatic Colors of #4E890F
Black with #4E890F
Text Example
Text Example
White with #4E890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E890F; }
p { color: rgb(78,137,15); }
H1.HeaderClassName
{
color: #4E890F;
}
.AnyTagClassName
{
color: #4E890F;
}
</style>
background-color css
<style>
a { background-color: #4E890F; }
a { background-color: rgb(78,137,15); }
div.DivClassName
{
background-color: #4E890F;
}
.BgClassName
{
background-color: #4E890F;
}
</style>
border-color css
<style>
span { border-color: #4E890F; }
span { border-color: rgb(78,137,15); }
td.TdClassName
{
border-color: #4E890F;
}
.TagClassName
{
border-color: #4E890F;
}
</style>