Shades of Vida Loca #5B822F
Tints of Vida Loca #5B822F
RGB
CMYK
RGB Variations
Color information
#5B822F (or 0x5B822F) is known color: Vida Loca. HEX triplet: 5B, 82 and 2F. RGB value is (91,130,47). Sum of RGB (Red+Green+Blue) = 91+130+47=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #5B822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B822F is #A47DD0. Grayscale: #6D6D6D. Windows color (decimal): -10780113 or 3113563. OLE color: 3113563.
HSL color Cylindrical-coordinate representation of color #5B822F: hue angle of 88.19º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B822F is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 47 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.49 |
| HSL | 88.19º | 0.47% | 0.35% | - |
| HSV(B) | 88.19º | 0.64% | 0.51% | - |
| XYZ | 12.81 | 18.39 | 5.56 | - |
| YUV | 108.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 47 | 0.30 | 0 | 0.64 | 0.49 | 88.19 | 0.47 | 0.35 |
| Hex | 5B | 82 | 2F | 1E | 0 | 40 | 31 | 58 | 2F | 23 |
| Octal | 133 | 202 | 57 | 36 | 0 | 100 | 61 | 130 | 57 | 43 |
| Binary | 1011011 | 10000010 | 101111 | 11110 | 0 | 1000000 | 110001 | 1011000 | 101111 | 100011 |
Color Harmonies of #5B822F
Complementary color
Monochromatic Colors of #5B822F
Black with #5B822F
Text Example
Text Example
White with #5B822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B822F; }
p { color: rgb(91,130,47); }
H1.HeaderClassName
{
color: #5B822F;
}
.AnyTagClassName
{
color: #5B822F;
}
</style>
background-color css
<style>
a { background-color: #5B822F; }
a { background-color: rgb(91,130,47); }
div.DivClassName
{
background-color: #5B822F;
}
.BgClassName
{
background-color: #5B822F;
}
</style>
border-color css
<style>
span { border-color: #5B822F; }
span { border-color: rgb(91,130,47); }
td.TdClassName
{
border-color: #5B822F;
}
.TagClassName
{
border-color: #5B822F;
}
</style>