Shades of Vida Loca #5D882B
Tints of Vida Loca #5D882B
RGB
CMYK
RGB Variations
Color information
#5D882B (or 0x5D882B) is known color: Vida Loca. HEX triplet: 5D, 88 and 2B. RGB value is (93,136,43). Sum of RGB (Red+Green+Blue) = 93+136+43=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #5D882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D882B is #A277D4. Grayscale: #707070. Windows color (decimal): -10647509 or 2852957. OLE color: 2852957.
HSL color Cylindrical-coordinate representation of color #5D882B: hue angle of 87.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D882B is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 43 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.47 |
| HSL | 87.74º | 0.52% | 0.35% | - |
| HSV(B) | 87.74º | 0.68% | 0.53% | - |
| XYZ | 13.75 | 20.11 | 5.44 | - |
| YUV | 112.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 43 | 0.32 | 0 | 0.68 | 0.47 | 87.74 | 0.52 | 0.35 |
| Hex | 5D | 88 | 2B | 20 | 0 | 44 | 2F | 58 | 34 | 23 |
| Octal | 135 | 210 | 53 | 40 | 0 | 104 | 57 | 130 | 64 | 43 |
| Binary | 1011101 | 10001000 | 101011 | 100000 | 0 | 1000100 | 101111 | 1011000 | 110100 | 100011 |
Color Harmonies of #5D882B
Complementary color
Monochromatic Colors of #5D882B
Black with #5D882B
Text Example
Text Example
White with #5D882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D882B; }
p { color: rgb(93,136,43); }
H1.HeaderClassName
{
color: #5D882B;
}
.AnyTagClassName
{
color: #5D882B;
}
</style>
background-color css
<style>
a { background-color: #5D882B; }
a { background-color: rgb(93,136,43); }
div.DivClassName
{
background-color: #5D882B;
}
.BgClassName
{
background-color: #5D882B;
}
</style>
border-color css
<style>
span { border-color: #5D882B; }
span { border-color: rgb(93,136,43); }
td.TdClassName
{
border-color: #5D882B;
}
.TagClassName
{
border-color: #5D882B;
}
</style>