Shades of Vida Loca #5F882F
Tints of Vida Loca #5F882F
RGB
CMYK
RGB Variations
Color information
#5F882F (or 0x5F882F) is known color: Vida Loca. HEX triplet: 5F, 88 and 2F. RGB value is (95,136,47). Sum of RGB (Red+Green+Blue) = 95+136+47=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #5F882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F882F is #A077D0. Grayscale: #717171. Windows color (decimal): -10516433 or 3115103. OLE color: 3115103.
HSL color Cylindrical-coordinate representation of color #5F882F: hue angle of 87.64º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F882F is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 47 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.47 |
| HSL | 87.64º | 0.49% | 0.36% | - |
| HSV(B) | 87.64º | 0.65% | 0.53% | - |
| XYZ | 14.04 | 20.25 | 5.86 | - |
| YUV | 113.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 47 | 0.30 | 0 | 0.65 | 0.47 | 87.64 | 0.49 | 0.36 |
| Hex | 5F | 88 | 2F | 1E | 0 | 41 | 2F | 58 | 31 | 24 |
| Octal | 137 | 210 | 57 | 36 | 0 | 101 | 57 | 130 | 61 | 44 |
| Binary | 1011111 | 10001000 | 101111 | 11110 | 0 | 1000001 | 101111 | 1011000 | 110001 | 100100 |
Color Harmonies of #5F882F
Complementary color
Monochromatic Colors of #5F882F
Black with #5F882F
Text Example
Text Example
White with #5F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F882F; }
p { color: rgb(95,136,47); }
H1.HeaderClassName
{
color: #5F882F;
}
.AnyTagClassName
{
color: #5F882F;
}
</style>
background-color css
<style>
a { background-color: #5F882F; }
a { background-color: rgb(95,136,47); }
div.DivClassName
{
background-color: #5F882F;
}
.BgClassName
{
background-color: #5F882F;
}
</style>
border-color css
<style>
span { border-color: #5F882F; }
span { border-color: rgb(95,136,47); }
td.TdClassName
{
border-color: #5F882F;
}
.TagClassName
{
border-color: #5F882F;
}
</style>