Shades of Vida Loca #5D8928
Tints of Vida Loca #5D8928
RGB
CMYK
RGB Variations
Color information
#5D8928 (or 0x5D8928) is known color: Vida Loca. HEX triplet: 5D, 89 and 28. RGB value is (93,137,40). Sum of RGB (Red+Green+Blue) = 93+137+40=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8928 is #A276D7. Grayscale: #717171. Windows color (decimal): -10647256 or 2656605. OLE color: 2656605.
HSL color Cylindrical-coordinate representation of color #5D8928: hue angle of 87.22º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D8928 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 40 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.46 |
| HSL | 87.22º | 0.55% | 0.35% | - |
| HSV(B) | 87.22º | 0.71% | 0.54% | - |
| XYZ | 13.84 | 20.37 | 5.21 | - |
| YUV | 112.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 40 | 0.32 | 0 | 0.71 | 0.46 | 87.22 | 0.55 | 0.35 |
| Hex | 5D | 89 | 28 | 20 | 0 | 47 | 2E | 57 | 37 | 23 |
| Octal | 135 | 211 | 50 | 40 | 0 | 107 | 56 | 127 | 67 | 43 |
| Binary | 1011101 | 10001001 | 101000 | 100000 | 0 | 1000111 | 101110 | 1010111 | 110111 | 100011 |
Color Harmonies of #5D8928
Complementary color
Monochromatic Colors of #5D8928
Black with #5D8928
Text Example
Text Example
White with #5D8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8928; }
p { color: rgb(93,137,40); }
H1.HeaderClassName
{
color: #5D8928;
}
.AnyTagClassName
{
color: #5D8928;
}
</style>
background-color css
<style>
a { background-color: #5D8928; }
a { background-color: rgb(93,137,40); }
div.DivClassName
{
background-color: #5D8928;
}
.BgClassName
{
background-color: #5D8928;
}
</style>
border-color css
<style>
span { border-color: #5D8928; }
span { border-color: rgb(93,137,40); }
td.TdClassName
{
border-color: #5D8928;
}
.TagClassName
{
border-color: #5D8928;
}
</style>