Shades of Vida Loca #4E821D
Tints of Vida Loca #4E821D
RGB
CMYK
RGB Variations
Color information
#4E821D (or 0x4E821D) is known color: Vida Loca. HEX triplet: 4E, 82 and 1D. RGB value is (78,130,29). Sum of RGB (Red+Green+Blue) = 78+130+29=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #4E821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E821D is #B17DE2. Grayscale: #676767. Windows color (decimal): -11632099 or 1933902. OLE color: 1933902.
HSL color Cylindrical-coordinate representation of color #4E821D: hue angle of 90.89º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E821D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 130 | 29 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.49 |
| HSL | 90.89º | 0.64% | 0.31% | - |
| HSV(B) | 90.89º | 0.78% | 0.51% | - |
| XYZ | 11.35 | 17.67 | 3.98 | - |
| YUV | 102.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 130 | 29 | 0.40 | 0 | 0.78 | 0.49 | 90.89 | 0.64 | 0.31 |
| Hex | 4E | 82 | 1D | 28 | 0 | 4E | 31 | 5B | 40 | 1F |
| Octal | 116 | 202 | 35 | 50 | 0 | 116 | 61 | 133 | 100 | 37 |
| Binary | 1001110 | 10000010 | 11101 | 101000 | 0 | 1001110 | 110001 | 1011011 | 1000000 | 11111 |
Color Harmonies of #4E821D
Complementary color
Monochromatic Colors of #4E821D
Black with #4E821D
Text Example
Text Example
White with #4E821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E821D; }
p { color: rgb(78,130,29); }
H1.HeaderClassName
{
color: #4E821D;
}
.AnyTagClassName
{
color: #4E821D;
}
</style>
background-color css
<style>
a { background-color: #4E821D; }
a { background-color: rgb(78,130,29); }
div.DivClassName
{
background-color: #4E821D;
}
.BgClassName
{
background-color: #4E821D;
}
</style>
border-color css
<style>
span { border-color: #4E821D; }
span { border-color: rgb(78,130,29); }
td.TdClassName
{
border-color: #4E821D;
}
.TagClassName
{
border-color: #4E821D;
}
</style>