Shades of Vida Loca #4E800C
Tints of Vida Loca #4E800C
RGB
CMYK
RGB Variations
Color information
#4E800C (or 0x4E800C) is known color: Vida Loca. HEX triplet: 4E, 80 and 0C. RGB value is (78,128,12). Sum of RGB (Red+Green+Blue) = 78+128+12=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #4E800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E800C is #B17FF3. Grayscale: #646464. Windows color (decimal): -11632628 or 819278. OLE color: 819278.
HSL color Cylindrical-coordinate representation of color #4E800C: hue angle of 85.86º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E800C is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 12 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.50 |
| HSL | 85.86º | 0.83% | 0.27% | - |
| HSV(B) | 85.86º | 0.91% | 0.5% | - |
| XYZ | 10.93 | 17.08 | 3.07 | - |
| YUV | 99.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 12 | 0.39 | 0 | 0.91 | 0.50 | 85.86 | 0.83 | 0.27 |
| Hex | 4E | 80 | C | 27 | 0 | 5B | 32 | 56 | 53 | 1B |
| Octal | 116 | 200 | 14 | 47 | 0 | 133 | 62 | 126 | 123 | 33 |
| Binary | 1001110 | 10000000 | 1100 | 100111 | 0 | 1011011 | 110010 | 1010110 | 1010011 | 11011 |
Color Harmonies of #4E800C
Complementary color
Monochromatic Colors of #4E800C
Black with #4E800C
Text Example
Text Example
White with #4E800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E800C; }
p { color: rgb(78,128,12); }
H1.HeaderClassName
{
color: #4E800C;
}
.AnyTagClassName
{
color: #4E800C;
}
</style>
background-color css
<style>
a { background-color: #4E800C; }
a { background-color: rgb(78,128,12); }
div.DivClassName
{
background-color: #4E800C;
}
.BgClassName
{
background-color: #4E800C;
}
</style>
border-color css
<style>
span { border-color: #4E800C; }
span { border-color: rgb(78,128,12); }
td.TdClassName
{
border-color: #4E800C;
}
.TagClassName
{
border-color: #4E800C;
}
</style>