Shades of Vida Loca #5D8829
Tints of Vida Loca #5D8829
RGB
CMYK
RGB Variations
Color information
#5D8829 (or 0x5D8829) is known color: Vida Loca. HEX triplet: 5D, 88 and 29. RGB value is (93,136,41). Sum of RGB (Red+Green+Blue) = 93+136+41=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8829 is #A277D6. Grayscale: #707070. Windows color (decimal): -10647511 or 2721885. OLE color: 2721885.
HSL color Cylindrical-coordinate representation of color #5D8829: hue angle of 87.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D8829 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 41 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.47 |
| HSL | 87.16º | 0.54% | 0.35% | - |
| HSV(B) | 87.16º | 0.7% | 0.53% | - |
| XYZ | 13.72 | 20.1 | 5.25 | - |
| YUV | 112.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 41 | 0.32 | 0 | 0.70 | 0.47 | 87.16 | 0.54 | 0.35 |
| Hex | 5D | 88 | 29 | 20 | 0 | 46 | 2F | 57 | 36 | 23 |
| Octal | 135 | 210 | 51 | 40 | 0 | 106 | 57 | 127 | 66 | 43 |
| Binary | 1011101 | 10001000 | 101001 | 100000 | 0 | 1000110 | 101111 | 1010111 | 110110 | 100011 |
Color Harmonies of #5D8829
Complementary color
Monochromatic Colors of #5D8829
Black with #5D8829
Text Example
Text Example
White with #5D8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8829; }
p { color: rgb(93,136,41); }
H1.HeaderClassName
{
color: #5D8829;
}
.AnyTagClassName
{
color: #5D8829;
}
</style>
background-color css
<style>
a { background-color: #5D8829; }
a { background-color: rgb(93,136,41); }
div.DivClassName
{
background-color: #5D8829;
}
.BgClassName
{
background-color: #5D8829;
}
</style>
border-color css
<style>
span { border-color: #5D8829; }
span { border-color: rgb(93,136,41); }
td.TdClassName
{
border-color: #5D8829;
}
.TagClassName
{
border-color: #5D8829;
}
</style>