Shades of Vida Loca #5F892B
Tints of Vida Loca #5F892B
RGB
CMYK
RGB Variations
Color information
#5F892B (or 0x5F892B) is known color: Vida Loca. HEX triplet: 5F, 89 and 2B. RGB value is (95,137,43). Sum of RGB (Red+Green+Blue) = 95+137+43=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #5F892B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F892B is #A076D4. Grayscale: #727272. Windows color (decimal): -10516181 or 2853215. OLE color: 2853215.
HSL color Cylindrical-coordinate representation of color #5F892B: hue angle of 86.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F892B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 43 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.46 |
| HSL | 86.81º | 0.52% | 0.35% | - |
| HSV(B) | 86.81º | 0.69% | 0.54% | - |
| XYZ | 14.1 | 20.5 | 5.5 | - |
| YUV | 113.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 43 | 0.31 | 0 | 0.69 | 0.46 | 86.81 | 0.52 | 0.35 |
| Hex | 5F | 89 | 2B | 1F | 0 | 45 | 2E | 57 | 34 | 23 |
| Octal | 137 | 211 | 53 | 37 | 0 | 105 | 56 | 127 | 64 | 43 |
| Binary | 1011111 | 10001001 | 101011 | 11111 | 0 | 1000101 | 101110 | 1010111 | 110100 | 100011 |
Color Harmonies of #5F892B
Complementary color
Monochromatic Colors of #5F892B
Black with #5F892B
Text Example
Text Example
White with #5F892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F892B; }
p { color: rgb(95,137,43); }
H1.HeaderClassName
{
color: #5F892B;
}
.AnyTagClassName
{
color: #5F892B;
}
</style>
background-color css
<style>
a { background-color: #5F892B; }
a { background-color: rgb(95,137,43); }
div.DivClassName
{
background-color: #5F892B;
}
.BgClassName
{
background-color: #5F892B;
}
</style>
border-color css
<style>
span { border-color: #5F892B; }
span { border-color: rgb(95,137,43); }
td.TdClassName
{
border-color: #5F892B;
}
.TagClassName
{
border-color: #5F892B;
}
</style>