Shades of Vida Loca #5E8832
Tints of Vida Loca #5E8832
RGB
CMYK
RGB Variations
Color information
#5E8832 (or 0x5E8832) is known color: Vida Loca. HEX triplet: 5E, 88 and 32. RGB value is (94,136,50). Sum of RGB (Red+Green+Blue) = 94+136+50=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8832 is #A177CD. Grayscale: #717171. Windows color (decimal): -10581966 or 3311710. OLE color: 3311710.
HSL color Cylindrical-coordinate representation of color #5E8832: hue angle of 89.3º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E8832 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 50 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.47 |
| HSL | 89.3º | 0.46% | 0.36% | - |
| HSV(B) | 89.3º | 0.63% | 0.53% | - |
| XYZ | 14 | 20.22 | 6.18 | - |
| YUV | 113.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 50 | 0.31 | 0 | 0.63 | 0.47 | 89.3 | 0.46 | 0.36 |
| Hex | 5E | 88 | 32 | 1F | 0 | 3F | 2F | 59 | 2E | 24 |
| Octal | 136 | 210 | 62 | 37 | 0 | 77 | 57 | 131 | 56 | 44 |
| Binary | 1011110 | 10001000 | 110010 | 11111 | 0 | 111111 | 101111 | 1011001 | 101110 | 100100 |
Color Harmonies of #5E8832
Complementary color
Monochromatic Colors of #5E8832
Black with #5E8832
Text Example
Text Example
White with #5E8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8832; }
p { color: rgb(94,136,50); }
H1.HeaderClassName
{
color: #5E8832;
}
.AnyTagClassName
{
color: #5E8832;
}
</style>
background-color css
<style>
a { background-color: #5E8832; }
a { background-color: rgb(94,136,50); }
div.DivClassName
{
background-color: #5E8832;
}
.BgClassName
{
background-color: #5E8832;
}
</style>
border-color css
<style>
span { border-color: #5E8832; }
span { border-color: rgb(94,136,50); }
td.TdClassName
{
border-color: #5E8832;
}
.TagClassName
{
border-color: #5E8832;
}
</style>