Shades of Vida Loca #5F953F
Tints of Vida Loca #5F953F
RGB
CMYK
RGB Variations
Color information
#5F953F (or 0x5F953F) is known color: Vida Loca. HEX triplet: 5F, 95 and 3F. RGB value is (95,149,63). Sum of RGB (Red+Green+Blue) = 95+149+63=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #5F953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F953F is #A06AC0. Grayscale: #7B7B7B. Windows color (decimal): -10513089 or 4167007. OLE color: 4167007.
HSL color Cylindrical-coordinate representation of color #5F953F: hue angle of 97.67º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F953F is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 63 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.42 |
| HSL | 97.67º | 0.41% | 0.42% | - |
| HSV(B) | 97.67º | 0.58% | 0.58% | - |
| XYZ | 16.36 | 24.29 | 8.53 | - |
| YUV | 123.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 63 | 0.36 | 0 | 0.58 | 0.42 | 97.67 | 0.41 | 0.42 |
| Hex | 5F | 95 | 3F | 24 | 0 | 3A | 2A | 62 | 29 | 2A |
| Octal | 137 | 225 | 77 | 44 | 0 | 72 | 52 | 142 | 51 | 52 |
| Binary | 1011111 | 10010101 | 111111 | 100100 | 0 | 111010 | 101010 | 1100010 | 101001 | 101010 |
Color Harmonies of #5F953F
Complementary color
Monochromatic Colors of #5F953F
Black with #5F953F
Text Example
Text Example
White with #5F953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F953F; }
p { color: rgb(95,149,63); }
H1.HeaderClassName
{
color: #5F953F;
}
.AnyTagClassName
{
color: #5F953F;
}
</style>
background-color css
<style>
a { background-color: #5F953F; }
a { background-color: rgb(95,149,63); }
div.DivClassName
{
background-color: #5F953F;
}
.BgClassName
{
background-color: #5F953F;
}
</style>
border-color css
<style>
span { border-color: #5F953F; }
span { border-color: rgb(95,149,63); }
td.TdClassName
{
border-color: #5F953F;
}
.TagClassName
{
border-color: #5F953F;
}
</style>