Shades of Vida Loca #4E8A1D
Tints of Vida Loca #4E8A1D
RGB
CMYK
RGB Variations
Color information
#4E8A1D (or 0x4E8A1D) is known color: Vida Loca. HEX triplet: 4E, 8A and 1D. RGB value is (78,138,29). Sum of RGB (Red+Green+Blue) = 78+138+29=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8A1D is #B175E2. Grayscale: #6C6C6C. Windows color (decimal): -11630051 or 1935950. OLE color: 1935950.
HSL color Cylindrical-coordinate representation of color #4E8A1D: hue angle of 93.03º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E8A1D is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 29 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.46 |
| HSL | 93.03º | 0.65% | 0.33% | - |
| HSV(B) | 93.03º | 0.79% | 0.54% | - |
| XYZ | 12.45 | 19.89 | 4.34 | - |
| YUV | 107.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 29 | 0.43 | 0 | 0.79 | 0.46 | 93.03 | 0.65 | 0.33 |
| Hex | 4E | 8A | 1D | 2B | 0 | 4F | 2E | 5D | 41 | 21 |
| Octal | 116 | 212 | 35 | 53 | 0 | 117 | 56 | 135 | 101 | 41 |
| Binary | 1001110 | 10001010 | 11101 | 101011 | 0 | 1001111 | 101110 | 1011101 | 1000001 | 100001 |
Color Harmonies of #4E8A1D
Complementary color
Monochromatic Colors of #4E8A1D
Black with #4E8A1D
Text Example
Text Example
White with #4E8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A1D; }
p { color: rgb(78,138,29); }
H1.HeaderClassName
{
color: #4E8A1D;
}
.AnyTagClassName
{
color: #4E8A1D;
}
</style>
background-color css
<style>
a { background-color: #4E8A1D; }
a { background-color: rgb(78,138,29); }
div.DivClassName
{
background-color: #4E8A1D;
}
.BgClassName
{
background-color: #4E8A1D;
}
</style>
border-color css
<style>
span { border-color: #4E8A1D; }
span { border-color: rgb(78,138,29); }
td.TdClassName
{
border-color: #4E8A1D;
}
.TagClassName
{
border-color: #4E8A1D;
}
</style>