Shades of Vida Loca #5F9239
Tints of Vida Loca #5F9239
RGB
CMYK
RGB Variations
Color information
#5F9239 (or 0x5F9239) is known color: Vida Loca. HEX triplet: 5F, 92 and 39. RGB value is (95,146,57). Sum of RGB (Red+Green+Blue) = 95+146+57=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9239 is #A06DC6. Grayscale: #787878. Windows color (decimal): -10513863 or 3773023. OLE color: 3773023.
HSL color Cylindrical-coordinate representation of color #5F9239: hue angle of 94.38º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F9239 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 57 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.43 |
| HSL | 94.38º | 0.44% | 0.4% | - |
| HSV(B) | 94.38º | 0.61% | 0.57% | - |
| XYZ | 15.74 | 23.29 | 7.54 | - |
| YUV | 120.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 57 | 0.35 | 0 | 0.61 | 0.43 | 94.38 | 0.44 | 0.4 |
| Hex | 5F | 92 | 39 | 23 | 0 | 3D | 2B | 5E | 2C | 28 |
| Octal | 137 | 222 | 71 | 43 | 0 | 75 | 53 | 136 | 54 | 50 |
| Binary | 1011111 | 10010010 | 111001 | 100011 | 0 | 111101 | 101011 | 1011110 | 101100 | 101000 |
Color Harmonies of #5F9239
Complementary color
Monochromatic Colors of #5F9239
Black with #5F9239
Text Example
Text Example
White with #5F9239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9239; }
p { color: rgb(95,146,57); }
H1.HeaderClassName
{
color: #5F9239;
}
.AnyTagClassName
{
color: #5F9239;
}
</style>
background-color css
<style>
a { background-color: #5F9239; }
a { background-color: rgb(95,146,57); }
div.DivClassName
{
background-color: #5F9239;
}
.BgClassName
{
background-color: #5F9239;
}
</style>
border-color css
<style>
span { border-color: #5F9239; }
span { border-color: rgb(95,146,57); }
td.TdClassName
{
border-color: #5F9239;
}
.TagClassName
{
border-color: #5F9239;
}
</style>