Shades of Vida Loca #5D8525
Tints of Vida Loca #5D8525
RGB
CMYK
RGB Variations
Color information
#5D8525 (or 0x5D8525) is known color: Vida Loca. HEX triplet: 5D, 85 and 25. RGB value is (93,133,37). Sum of RGB (Red+Green+Blue) = 93+133+37=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8525 is #A27ADA. Grayscale: #6E6E6E. Windows color (decimal): -10648283 or 2458973. OLE color: 2458973.
HSL color Cylindrical-coordinate representation of color #5D8525: hue angle of 85º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D8525 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 37 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.48 |
| HSL | 85º | 0.56% | 0.33% | - |
| HSV(B) | 85º | 0.72% | 0.52% | - |
| XYZ | 13.24 | 19.24 | 4.77 | - |
| YUV | 110.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 37 | 0.30 | 0 | 0.72 | 0.48 | 85 | 0.56 | 0.33 |
| Hex | 5D | 85 | 25 | 1E | 0 | 48 | 30 | 55 | 38 | 21 |
| Octal | 135 | 205 | 45 | 36 | 0 | 110 | 60 | 125 | 70 | 41 |
| Binary | 1011101 | 10000101 | 100101 | 11110 | 0 | 1001000 | 110000 | 1010101 | 111000 | 100001 |
Color Harmonies of #5D8525
Complementary color
Monochromatic Colors of #5D8525
Black with #5D8525
Text Example
Text Example
White with #5D8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8525; }
p { color: rgb(93,133,37); }
H1.HeaderClassName
{
color: #5D8525;
}
.AnyTagClassName
{
color: #5D8525;
}
</style>
background-color css
<style>
a { background-color: #5D8525; }
a { background-color: rgb(93,133,37); }
div.DivClassName
{
background-color: #5D8525;
}
.BgClassName
{
background-color: #5D8525;
}
</style>
border-color css
<style>
span { border-color: #5D8525; }
span { border-color: rgb(93,133,37); }
td.TdClassName
{
border-color: #5D8525;
}
.TagClassName
{
border-color: #5D8525;
}
</style>