Shades of Vida Loca #5F872E
Tints of Vida Loca #5F872E
RGB
CMYK
RGB Variations
Color information
#5F872E (or 0x5F872E) is known color: Vida Loca. HEX triplet: 5F, 87 and 2E. RGB value is (95,135,46). Sum of RGB (Red+Green+Blue) = 95+135+46=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #5F872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F872E is #A078D1. Grayscale: #717171. Windows color (decimal): -10516690 or 3049311. OLE color: 3049311.
HSL color Cylindrical-coordinate representation of color #5F872E: hue angle of 86.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F872E is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 46 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.47 |
| HSL | 86.97º | 0.49% | 0.35% | - |
| HSV(B) | 86.97º | 0.66% | 0.53% | - |
| XYZ | 13.88 | 19.96 | 5.71 | - |
| YUV | 112.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 46 | 0.30 | 0 | 0.66 | 0.47 | 86.97 | 0.49 | 0.35 |
| Hex | 5F | 87 | 2E | 1E | 0 | 42 | 2F | 57 | 31 | 23 |
| Octal | 137 | 207 | 56 | 36 | 0 | 102 | 57 | 127 | 61 | 43 |
| Binary | 1011111 | 10000111 | 101110 | 11110 | 0 | 1000010 | 101111 | 1010111 | 110001 | 100011 |
Color Harmonies of #5F872E
Complementary color
Monochromatic Colors of #5F872E
Black with #5F872E
Text Example
Text Example
White with #5F872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F872E; }
p { color: rgb(95,135,46); }
H1.HeaderClassName
{
color: #5F872E;
}
.AnyTagClassName
{
color: #5F872E;
}
</style>
background-color css
<style>
a { background-color: #5F872E; }
a { background-color: rgb(95,135,46); }
div.DivClassName
{
background-color: #5F872E;
}
.BgClassName
{
background-color: #5F872E;
}
</style>
border-color css
<style>
span { border-color: #5F872E; }
span { border-color: rgb(95,135,46); }
td.TdClassName
{
border-color: #5F872E;
}
.TagClassName
{
border-color: #5F872E;
}
</style>