Shades of Vida Loca #5E852E
Tints of Vida Loca #5E852E
RGB
CMYK
RGB Variations
Color information
#5E852E (or 0x5E852E) is known color: Vida Loca. HEX triplet: 5E, 85 and 2E. RGB value is (94,133,46). Sum of RGB (Red+Green+Blue) = 94+133+46=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #5E852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E852E is #A17AD1. Grayscale: #6F6F6F. Windows color (decimal): -10582738 or 3048798. OLE color: 3048798.
HSL color Cylindrical-coordinate representation of color #5E852E: hue angle of 86.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E852E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 46 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.48 |
| HSL | 86.9º | 0.49% | 0.35% | - |
| HSV(B) | 86.9º | 0.65% | 0.52% | - |
| XYZ | 13.5 | 19.35 | 5.61 | - |
| YUV | 111.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 46 | 0.29 | 0 | 0.65 | 0.48 | 86.9 | 0.49 | 0.35 |
| Hex | 5E | 85 | 2E | 1D | 0 | 41 | 30 | 57 | 31 | 23 |
| Octal | 136 | 205 | 56 | 35 | 0 | 101 | 60 | 127 | 61 | 43 |
| Binary | 1011110 | 10000101 | 101110 | 11101 | 0 | 1000001 | 110000 | 1010111 | 110001 | 100011 |
Color Harmonies of #5E852E
Complementary color
Monochromatic Colors of #5E852E
Black with #5E852E
Text Example
Text Example
White with #5E852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E852E; }
p { color: rgb(94,133,46); }
H1.HeaderClassName
{
color: #5E852E;
}
.AnyTagClassName
{
color: #5E852E;
}
</style>
background-color css
<style>
a { background-color: #5E852E; }
a { background-color: rgb(94,133,46); }
div.DivClassName
{
background-color: #5E852E;
}
.BgClassName
{
background-color: #5E852E;
}
</style>
border-color css
<style>
span { border-color: #5E852E; }
span { border-color: rgb(94,133,46); }
td.TdClassName
{
border-color: #5E852E;
}
.TagClassName
{
border-color: #5E852E;
}
</style>