Shades of Vida Loca #5E872A
Tints of Vida Loca #5E872A
RGB
CMYK
RGB Variations
Color information
#5E872A (or 0x5E872A) is known color: Vida Loca. HEX triplet: 5E, 87 and 2A. RGB value is (94,135,42). Sum of RGB (Red+Green+Blue) = 94+135+42=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #5E872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E872A is #A178D5. Grayscale: #707070. Windows color (decimal): -10582230 or 2787166. OLE color: 2787166.
HSL color Cylindrical-coordinate representation of color #5E872A: hue angle of 86.45º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E872A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 42 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.47 |
| HSL | 86.45º | 0.53% | 0.35% | - |
| HSV(B) | 86.45º | 0.69% | 0.53% | - |
| XYZ | 13.7 | 19.87 | 5.3 | - |
| YUV | 112.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 42 | 0.30 | 0 | 0.69 | 0.47 | 86.45 | 0.53 | 0.35 |
| Hex | 5E | 87 | 2A | 1E | 0 | 45 | 2F | 56 | 35 | 23 |
| Octal | 136 | 207 | 52 | 36 | 0 | 105 | 57 | 126 | 65 | 43 |
| Binary | 1011110 | 10000111 | 101010 | 11110 | 0 | 1000101 | 101111 | 1010110 | 110101 | 100011 |
Color Harmonies of #5E872A
Complementary color
Monochromatic Colors of #5E872A
Black with #5E872A
Text Example
Text Example
White with #5E872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E872A; }
p { color: rgb(94,135,42); }
H1.HeaderClassName
{
color: #5E872A;
}
.AnyTagClassName
{
color: #5E872A;
}
</style>
background-color css
<style>
a { background-color: #5E872A; }
a { background-color: rgb(94,135,42); }
div.DivClassName
{
background-color: #5E872A;
}
.BgClassName
{
background-color: #5E872A;
}
</style>
border-color css
<style>
span { border-color: #5E872A; }
span { border-color: rgb(94,135,42); }
td.TdClassName
{
border-color: #5E872A;
}
.TagClassName
{
border-color: #5E872A;
}
</style>