Shades of Vida Loca #5E872F
Tints of Vida Loca #5E872F
RGB
CMYK
RGB Variations
Color information
#5E872F (or 0x5E872F) is known color: Vida Loca. HEX triplet: 5E, 87 and 2F. RGB value is (94,135,47). Sum of RGB (Red+Green+Blue) = 94+135+47=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #5E872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E872F is #A178D0. Grayscale: #717171. Windows color (decimal): -10582225 or 3114846. OLE color: 3114846.
HSL color Cylindrical-coordinate representation of color #5E872F: hue angle of 87.95º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E872F is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 47 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.47 |
| HSL | 87.95º | 0.48% | 0.36% | - |
| HSV(B) | 87.95º | 0.65% | 0.53% | - |
| XYZ | 13.79 | 19.91 | 5.81 | - |
| YUV | 112.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 47 | 0.30 | 0 | 0.65 | 0.47 | 87.95 | 0.48 | 0.36 |
| Hex | 5E | 87 | 2F | 1E | 0 | 41 | 2F | 58 | 30 | 24 |
| Octal | 136 | 207 | 57 | 36 | 0 | 101 | 57 | 130 | 60 | 44 |
| Binary | 1011110 | 10000111 | 101111 | 11110 | 0 | 1000001 | 101111 | 1011000 | 110000 | 100100 |
Color Harmonies of #5E872F
Complementary color
Monochromatic Colors of #5E872F
Black with #5E872F
Text Example
Text Example
White with #5E872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E872F; }
p { color: rgb(94,135,47); }
H1.HeaderClassName
{
color: #5E872F;
}
.AnyTagClassName
{
color: #5E872F;
}
</style>
background-color css
<style>
a { background-color: #5E872F; }
a { background-color: rgb(94,135,47); }
div.DivClassName
{
background-color: #5E872F;
}
.BgClassName
{
background-color: #5E872F;
}
</style>
border-color css
<style>
span { border-color: #5E872F; }
span { border-color: rgb(94,135,47); }
td.TdClassName
{
border-color: #5E872F;
}
.TagClassName
{
border-color: #5E872F;
}
</style>