Shades of Vida Loca #5E8737
Tints of Vida Loca #5E8737
RGB
CMYK
RGB Variations
Color information
#5E8737 (or 0x5E8737) is known color: Vida Loca. HEX triplet: 5E, 87 and 37. RGB value is (94,135,55). Sum of RGB (Red+Green+Blue) = 94+135+55=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8737 is #A178C8. Grayscale: #717171. Windows color (decimal): -10582217 or 3639134. OLE color: 3639134.
HSL color Cylindrical-coordinate representation of color #5E8737: hue angle of 90.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E8737 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 55 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.47 |
| HSL | 90.75º | 0.42% | 0.37% | - |
| HSV(B) | 90.75º | 0.59% | 0.53% | - |
| XYZ | 13.97 | 19.98 | 6.74 | - |
| YUV | 113.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 55 | 0.30 | 0 | 0.59 | 0.47 | 90.75 | 0.42 | 0.37 |
| Hex | 5E | 87 | 37 | 1E | 0 | 3B | 2F | 5B | 2A | 25 |
| Octal | 136 | 207 | 67 | 36 | 0 | 73 | 57 | 133 | 52 | 45 |
| Binary | 1011110 | 10000111 | 110111 | 11110 | 0 | 111011 | 101111 | 1011011 | 101010 | 100101 |
Color Harmonies of #5E8737
Complementary color
Monochromatic Colors of #5E8737
Black with #5E8737
Text Example
Text Example
White with #5E8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8737; }
p { color: rgb(94,135,55); }
H1.HeaderClassName
{
color: #5E8737;
}
.AnyTagClassName
{
color: #5E8737;
}
</style>
background-color css
<style>
a { background-color: #5E8737; }
a { background-color: rgb(94,135,55); }
div.DivClassName
{
background-color: #5E8737;
}
.BgClassName
{
background-color: #5E8737;
}
</style>
border-color css
<style>
span { border-color: #5E8737; }
span { border-color: rgb(94,135,55); }
td.TdClassName
{
border-color: #5E8737;
}
.TagClassName
{
border-color: #5E8737;
}
</style>