Shades of Vida Loca #4E8C04
Tints of Vida Loca #4E8C04
RGB
CMYK
RGB Variations
Color information
#4E8C04 (or 0x4E8C04) is known color: Vida Loca. HEX triplet: 4E, 8C and 04. RGB value is (78,140,4). Sum of RGB (Red+Green+Blue) = 78+140+4=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #4E8C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8C04 is #B173FB. Grayscale: #6A6A6A. Windows color (decimal): -11629564 or 298062. OLE color: 298062.
HSL color Cylindrical-coordinate representation of color #4E8C04: hue angle of 87.35º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E8C04 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 140 | 4 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.45 |
| HSL | 87.35º | 0.94% | 0.28% | - |
| HSV(B) | 87.35º | 0.97% | 0.55% | - |
| XYZ | 12.54 | 20.38 | 3.39 | - |
| YUV | 105.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 4 | 0.44 | 0 | 0.97 | 0.45 | 87.35 | 0.94 | 0.28 |
| Hex | 4E | 8C | 4 | 2C | 0 | 61 | 2D | 57 | 5E | 1C |
| Octal | 116 | 214 | 4 | 54 | 0 | 141 | 55 | 127 | 136 | 34 |
| Binary | 1001110 | 10001100 | 100 | 101100 | 0 | 1100001 | 101101 | 1010111 | 1011110 | 11100 |
Color Harmonies of #4E8C04
Complementary color
Monochromatic Colors of #4E8C04
Black with #4E8C04
Text Example
Text Example
White with #4E8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8C04; }
p { color: rgb(78,140,4); }
H1.HeaderClassName
{
color: #4E8C04;
}
.AnyTagClassName
{
color: #4E8C04;
}
</style>
background-color css
<style>
a { background-color: #4E8C04; }
a { background-color: rgb(78,140,4); }
div.DivClassName
{
background-color: #4E8C04;
}
.BgClassName
{
background-color: #4E8C04;
}
</style>
border-color css
<style>
span { border-color: #4E8C04; }
span { border-color: rgb(78,140,4); }
td.TdClassName
{
border-color: #4E8C04;
}
.TagClassName
{
border-color: #4E8C04;
}
</style>