Shades of Vida Loca #5E842F
Tints of Vida Loca #5E842F
RGB
CMYK
RGB Variations
Color information
#5E842F (or 0x5E842F) is known color: Vida Loca. HEX triplet: 5E, 84 and 2F. RGB value is (94,132,47). Sum of RGB (Red+Green+Blue) = 94+132+47=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #5E842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E842F is #A17BD0. Grayscale: #6F6F6F. Windows color (decimal): -10582993 or 3114078. OLE color: 3114078.
HSL color Cylindrical-coordinate representation of color #5E842F: hue angle of 86.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E842F is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 47 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.48 |
| HSL | 86.82º | 0.47% | 0.35% | - |
| HSV(B) | 86.82º | 0.64% | 0.52% | - |
| XYZ | 13.38 | 19.09 | 5.67 | - |
| YUV | 110.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 47 | 0.29 | 0 | 0.64 | 0.48 | 86.82 | 0.47 | 0.35 |
| Hex | 5E | 84 | 2F | 1D | 0 | 40 | 30 | 57 | 2F | 23 |
| Octal | 136 | 204 | 57 | 35 | 0 | 100 | 60 | 127 | 57 | 43 |
| Binary | 1011110 | 10000100 | 101111 | 11101 | 0 | 1000000 | 110000 | 1010111 | 101111 | 100011 |
Color Harmonies of #5E842F
Complementary color
Monochromatic Colors of #5E842F
Black with #5E842F
Text Example
Text Example
White with #5E842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E842F; }
p { color: rgb(94,132,47); }
H1.HeaderClassName
{
color: #5E842F;
}
.AnyTagClassName
{
color: #5E842F;
}
</style>
background-color css
<style>
a { background-color: #5E842F; }
a { background-color: rgb(94,132,47); }
div.DivClassName
{
background-color: #5E842F;
}
.BgClassName
{
background-color: #5E842F;
}
</style>
border-color css
<style>
span { border-color: #5E842F; }
span { border-color: rgb(94,132,47); }
td.TdClassName
{
border-color: #5E842F;
}
.TagClassName
{
border-color: #5E842F;
}
</style>