Shades of Vida Loca #5F852F
Tints of Vida Loca #5F852F
RGB
CMYK
RGB Variations
Color information
#5F852F (or 0x5F852F) is known color: Vida Loca. HEX triplet: 5F, 85 and 2F. RGB value is (95,133,47). Sum of RGB (Red+Green+Blue) = 95+133+47=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #5F852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F852F is #A07AD0. Grayscale: #707070. Windows color (decimal): -10517201 or 3114335. OLE color: 3114335.
HSL color Cylindrical-coordinate representation of color #5F852F: hue angle of 86.51º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F852F is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 47 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.48 |
| HSL | 86.51º | 0.48% | 0.35% | - |
| HSV(B) | 86.51º | 0.65% | 0.52% | - |
| XYZ | 13.62 | 19.41 | 5.72 | - |
| YUV | 111.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 47 | 0.29 | 0 | 0.65 | 0.48 | 86.51 | 0.48 | 0.35 |
| Hex | 5F | 85 | 2F | 1D | 0 | 41 | 30 | 57 | 30 | 23 |
| Octal | 137 | 205 | 57 | 35 | 0 | 101 | 60 | 127 | 60 | 43 |
| Binary | 1011111 | 10000101 | 101111 | 11101 | 0 | 1000001 | 110000 | 1010111 | 110000 | 100011 |
Color Harmonies of #5F852F
Complementary color
Monochromatic Colors of #5F852F
Black with #5F852F
Text Example
Text Example
White with #5F852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F852F; }
p { color: rgb(95,133,47); }
H1.HeaderClassName
{
color: #5F852F;
}
.AnyTagClassName
{
color: #5F852F;
}
</style>
background-color css
<style>
a { background-color: #5F852F; }
a { background-color: rgb(95,133,47); }
div.DivClassName
{
background-color: #5F852F;
}
.BgClassName
{
background-color: #5F852F;
}
</style>
border-color css
<style>
span { border-color: #5F852F; }
span { border-color: rgb(95,133,47); }
td.TdClassName
{
border-color: #5F852F;
}
.TagClassName
{
border-color: #5F852F;
}
</style>