Shades of Vida Loca #4E8018
Tints of Vida Loca #4E8018
RGB
CMYK
RGB Variations
Color information
#4E8018 (or 0x4E8018) is known color: Vida Loca. HEX triplet: 4E, 80 and 18. RGB value is (78,128,24). Sum of RGB (Red+Green+Blue) = 78+128+24=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #4E8018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8018 is #B17FE7. Grayscale: #656565. Windows color (decimal): -11632616 or 1605710. OLE color: 1605710.
HSL color Cylindrical-coordinate representation of color #4E8018: hue angle of 88.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E8018 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 24 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.50 |
| HSL | 88.85º | 0.68% | 0.3% | - |
| HSV(B) | 88.85º | 0.81% | 0.5% | - |
| XYZ | 11.03 | 17.12 | 3.59 | - |
| YUV | 101.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 24 | 0.39 | 0 | 0.81 | 0.50 | 88.85 | 0.68 | 0.3 |
| Hex | 4E | 80 | 18 | 27 | 0 | 51 | 32 | 59 | 44 | 1E |
| Octal | 116 | 200 | 30 | 47 | 0 | 121 | 62 | 131 | 104 | 36 |
| Binary | 1001110 | 10000000 | 11000 | 100111 | 0 | 1010001 | 110010 | 1011001 | 1000100 | 11110 |
Color Harmonies of #4E8018
Complementary color
Monochromatic Colors of #4E8018
Black with #4E8018
Text Example
Text Example
White with #4E8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8018; }
p { color: rgb(78,128,24); }
H1.HeaderClassName
{
color: #4E8018;
}
.AnyTagClassName
{
color: #4E8018;
}
</style>
background-color css
<style>
a { background-color: #4E8018; }
a { background-color: rgb(78,128,24); }
div.DivClassName
{
background-color: #4E8018;
}
.BgClassName
{
background-color: #4E8018;
}
</style>
border-color css
<style>
span { border-color: #4E8018; }
span { border-color: rgb(78,128,24); }
td.TdClassName
{
border-color: #4E8018;
}
.TagClassName
{
border-color: #4E8018;
}
</style>