Shades of Vida Loca #4E850D
Tints of Vida Loca #4E850D
RGB
CMYK
RGB Variations
Color information
#4E850D (or 0x4E850D) is known color: Vida Loca. HEX triplet: 4E, 85 and 0D. RGB value is (78,133,13). Sum of RGB (Red+Green+Blue) = 78+133+13=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #4E850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E850D is #B17AF2. Grayscale: #676767. Windows color (decimal): -11631347 or 886094. OLE color: 886094.
HSL color Cylindrical-coordinate representation of color #4E850D: hue angle of 87.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E850D is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 13 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.48 |
| HSL | 87.5º | 0.82% | 0.29% | - |
| HSV(B) | 87.5º | 0.9% | 0.52% | - |
| XYZ | 11.6 | 18.42 | 3.33 | - |
| YUV | 102.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 13 | 0.41 | 0 | 0.90 | 0.48 | 87.5 | 0.82 | 0.29 |
| Hex | 4E | 85 | D | 29 | 0 | 5A | 30 | 57 | 52 | 1D |
| Octal | 116 | 205 | 15 | 51 | 0 | 132 | 60 | 127 | 122 | 35 |
| Binary | 1001110 | 10000101 | 1101 | 101001 | 0 | 1011010 | 110000 | 1010111 | 1010010 | 11101 |
Color Harmonies of #4E850D
Complementary color
Monochromatic Colors of #4E850D
Black with #4E850D
Text Example
Text Example
White with #4E850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E850D; }
p { color: rgb(78,133,13); }
H1.HeaderClassName
{
color: #4E850D;
}
.AnyTagClassName
{
color: #4E850D;
}
</style>
background-color css
<style>
a { background-color: #4E850D; }
a { background-color: rgb(78,133,13); }
div.DivClassName
{
background-color: #4E850D;
}
.BgClassName
{
background-color: #4E850D;
}
</style>
border-color css
<style>
span { border-color: #4E850D; }
span { border-color: rgb(78,133,13); }
td.TdClassName
{
border-color: #4E850D;
}
.TagClassName
{
border-color: #4E850D;
}
</style>