Shades of Vida Loca #5E842A
Tints of Vida Loca #5E842A
RGB
CMYK
RGB Variations
Color information
#5E842A (or 0x5E842A) is known color: Vida Loca. HEX triplet: 5E, 84 and 2A. RGB value is (94,132,42). Sum of RGB (Red+Green+Blue) = 94+132+42=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #5E842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E842A is #A17BD5. Grayscale: #6E6E6E. Windows color (decimal): -10582998 or 2786398. OLE color: 2786398.
HSL color Cylindrical-coordinate representation of color #5E842A: hue angle of 85.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E842A is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 42 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.48 |
| HSL | 85.33º | 0.52% | 0.34% | - |
| HSV(B) | 85.33º | 0.68% | 0.52% | - |
| XYZ | 13.29 | 19.05 | 5.17 | - |
| YUV | 110.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 42 | 0.29 | 0 | 0.68 | 0.48 | 85.33 | 0.52 | 0.34 |
| Hex | 5E | 84 | 2A | 1D | 0 | 44 | 30 | 55 | 34 | 22 |
| Octal | 136 | 204 | 52 | 35 | 0 | 104 | 60 | 125 | 64 | 42 |
| Binary | 1011110 | 10000100 | 101010 | 11101 | 0 | 1000100 | 110000 | 1010101 | 110100 | 100010 |
Color Harmonies of #5E842A
Complementary color
Monochromatic Colors of #5E842A
Black with #5E842A
Text Example
Text Example
White with #5E842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E842A; }
p { color: rgb(94,132,42); }
H1.HeaderClassName
{
color: #5E842A;
}
.AnyTagClassName
{
color: #5E842A;
}
</style>
background-color css
<style>
a { background-color: #5E842A; }
a { background-color: rgb(94,132,42); }
div.DivClassName
{
background-color: #5E842A;
}
.BgClassName
{
background-color: #5E842A;
}
</style>
border-color css
<style>
span { border-color: #5E842A; }
span { border-color: rgb(94,132,42); }
td.TdClassName
{
border-color: #5E842A;
}
.TagClassName
{
border-color: #5E842A;
}
</style>