Shades of Vida Loca #5B8B15
Tints of Vida Loca #5B8B15
RGB
CMYK
RGB Variations
Color information
#5B8B15 (or 0x5B8B15) is known color: Vida Loca. HEX triplet: 5B, 8B and 15. RGB value is (91,139,21). Sum of RGB (Red+Green+Blue) = 91+139+21=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8B15 is #A474EA. Grayscale: #6F6F6F. Windows color (decimal): -10777835 or 1411931. OLE color: 1411931.
HSL color Cylindrical-coordinate representation of color #5B8B15: hue angle of 84.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B8B15 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 139 | 21 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.45 |
| HSL | 84.41º | 0.74% | 0.31% | - |
| HSV(B) | 84.41º | 0.85% | 0.55% | - |
| XYZ | 13.68 | 20.74 | 3.99 | - |
| YUV | 111.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 139 | 21 | 0.35 | 0 | 0.85 | 0.45 | 84.41 | 0.74 | 0.31 |
| Hex | 5B | 8B | 15 | 23 | 0 | 55 | 2D | 54 | 4A | 1F |
| Octal | 133 | 213 | 25 | 43 | 0 | 125 | 55 | 124 | 112 | 37 |
| Binary | 1011011 | 10001011 | 10101 | 100011 | 0 | 1010101 | 101101 | 1010100 | 1001010 | 11111 |
Color Harmonies of #5B8B15
Complementary color
Monochromatic Colors of #5B8B15
Black with #5B8B15
Text Example
Text Example
White with #5B8B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8B15; }
p { color: rgb(91,139,21); }
H1.HeaderClassName
{
color: #5B8B15;
}
.AnyTagClassName
{
color: #5B8B15;
}
</style>
background-color css
<style>
a { background-color: #5B8B15; }
a { background-color: rgb(91,139,21); }
div.DivClassName
{
background-color: #5B8B15;
}
.BgClassName
{
background-color: #5B8B15;
}
</style>
border-color css
<style>
span { border-color: #5B8B15; }
span { border-color: rgb(91,139,21); }
td.TdClassName
{
border-color: #5B8B15;
}
.TagClassName
{
border-color: #5B8B15;
}
</style>