Shades of Vida Loca #5F9321
Tints of Vida Loca #5F9321
RGB
CMYK
RGB Variations
Color information
#5F9321 (or 0x5F9321) is known color: Vida Loca. HEX triplet: 5F, 93 and 21. RGB value is (95,147,33). Sum of RGB (Red+Green+Blue) = 95+147+33=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9321 is #A06CDE. Grayscale: #767676. Windows color (decimal): -10513631 or 2200415. OLE color: 2200415.
HSL color Cylindrical-coordinate representation of color #5F9321: hue angle of 87.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F9321 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 33 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.42 |
| HSL | 87.37º | 0.63% | 0.35% | - |
| HSV(B) | 87.37º | 0.78% | 0.58% | - |
| XYZ | 15.43 | 23.41 | 5.14 | - |
| YUV | 118.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 33 | 0.35 | 0 | 0.78 | 0.42 | 87.37 | 0.63 | 0.35 |
| Hex | 5F | 93 | 21 | 23 | 0 | 4E | 2A | 57 | 3F | 23 |
| Octal | 137 | 223 | 41 | 43 | 0 | 116 | 52 | 127 | 77 | 43 |
| Binary | 1011111 | 10010011 | 100001 | 100011 | 0 | 1001110 | 101010 | 1010111 | 111111 | 100011 |
Color Harmonies of #5F9321
Complementary color
Monochromatic Colors of #5F9321
Black with #5F9321
Text Example
Text Example
White with #5F9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9321; }
p { color: rgb(95,147,33); }
H1.HeaderClassName
{
color: #5F9321;
}
.AnyTagClassName
{
color: #5F9321;
}
</style>
background-color css
<style>
a { background-color: #5F9321; }
a { background-color: rgb(95,147,33); }
div.DivClassName
{
background-color: #5F9321;
}
.BgClassName
{
background-color: #5F9321;
}
</style>
border-color css
<style>
span { border-color: #5F9321; }
span { border-color: rgb(95,147,33); }
td.TdClassName
{
border-color: #5F9321;
}
.TagClassName
{
border-color: #5F9321;
}
</style>