Shades of Vida Loca #4E881A
Tints of Vida Loca #4E881A
RGB
CMYK
RGB Variations
Color information
#4E881A (or 0x4E881A) is known color: Vida Loca. HEX triplet: 4E, 88 and 1A. RGB value is (78,136,26). Sum of RGB (Red+Green+Blue) = 78+136+26=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #4E881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E881A is #B177E5. Grayscale: #6A6A6A. Windows color (decimal): -11630566 or 1738830. OLE color: 1738830.
HSL color Cylindrical-coordinate representation of color #4E881A: hue angle of 91.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E881A is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 26 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.47 |
| HSL | 91.64º | 0.68% | 0.32% | - |
| HSV(B) | 91.64º | 0.81% | 0.53% | - |
| XYZ | 12.13 | 19.3 | 4.06 | - |
| YUV | 106.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 26 | 0.43 | 0 | 0.81 | 0.47 | 91.64 | 0.68 | 0.32 |
| Hex | 4E | 88 | 1A | 2B | 0 | 51 | 2F | 5C | 44 | 20 |
| Octal | 116 | 210 | 32 | 53 | 0 | 121 | 57 | 134 | 104 | 40 |
| Binary | 1001110 | 10001000 | 11010 | 101011 | 0 | 1010001 | 101111 | 1011100 | 1000100 | 100000 |
Color Harmonies of #4E881A
Complementary color
Monochromatic Colors of #4E881A
Black with #4E881A
Text Example
Text Example
White with #4E881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E881A; }
p { color: rgb(78,136,26); }
H1.HeaderClassName
{
color: #4E881A;
}
.AnyTagClassName
{
color: #4E881A;
}
</style>
background-color css
<style>
a { background-color: #4E881A; }
a { background-color: rgb(78,136,26); }
div.DivClassName
{
background-color: #4E881A;
}
.BgClassName
{
background-color: #4E881A;
}
</style>
border-color css
<style>
span { border-color: #4E881A; }
span { border-color: rgb(78,136,26); }
td.TdClassName
{
border-color: #4E881A;
}
.TagClassName
{
border-color: #4E881A;
}
</style>