Shades of Vida Loca #5E8825
Tints of Vida Loca #5E8825
RGB
CMYK
RGB Variations
Color information
#5E8825 (or 0x5E8825) is known color: Vida Loca. HEX triplet: 5E, 88 and 25. RGB value is (94,136,37). Sum of RGB (Red+Green+Blue) = 94+136+37=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8825 is #A177DA. Grayscale: #707070. Windows color (decimal): -10581979 or 2459742. OLE color: 2459742.
HSL color Cylindrical-coordinate representation of color #5E8825: hue angle of 85.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E8825 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 37 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.47 |
| HSL | 85.45º | 0.57% | 0.34% | - |
| HSV(B) | 85.45º | 0.73% | 0.53% | - |
| XYZ | 13.75 | 20.12 | 4.91 | - |
| YUV | 112.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 37 | 0.31 | 0 | 0.73 | 0.47 | 85.45 | 0.57 | 0.34 |
| Hex | 5E | 88 | 25 | 1F | 0 | 49 | 2F | 55 | 39 | 22 |
| Octal | 136 | 210 | 45 | 37 | 0 | 111 | 57 | 125 | 71 | 42 |
| Binary | 1011110 | 10001000 | 100101 | 11111 | 0 | 1001001 | 101111 | 1010101 | 111001 | 100010 |
Color Harmonies of #5E8825
Complementary color
Monochromatic Colors of #5E8825
Black with #5E8825
Text Example
Text Example
White with #5E8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8825; }
p { color: rgb(94,136,37); }
H1.HeaderClassName
{
color: #5E8825;
}
.AnyTagClassName
{
color: #5E8825;
}
</style>
background-color css
<style>
a { background-color: #5E8825; }
a { background-color: rgb(94,136,37); }
div.DivClassName
{
background-color: #5E8825;
}
.BgClassName
{
background-color: #5E8825;
}
</style>
border-color css
<style>
span { border-color: #5E8825; }
span { border-color: rgb(94,136,37); }
td.TdClassName
{
border-color: #5E8825;
}
.TagClassName
{
border-color: #5E8825;
}
</style>