Shades of Vida Loca #558E2F
Tints of Vida Loca #558E2F
RGB
CMYK
RGB Variations
Color information
#558E2F (or 0x558E2F) is known color: Vida Loca. HEX triplet: 55, 8E and 2F. RGB value is (85,142,47). Sum of RGB (Red+Green+Blue) = 85+142+47=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #558E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E2F is #AA71D0. Grayscale: #727272. Windows color (decimal): -11170257 or 3116629. OLE color: 3116629.
HSL color Cylindrical-coordinate representation of color #558E2F: hue angle of 96º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558E2F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 47 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.44 |
| HSL | 96º | 0.5% | 0.37% | - |
| HSV(B) | 96º | 0.67% | 0.56% | - |
| XYZ | 13.93 | 21.48 | 6.1 | - |
| YUV | 114.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 47 | 0.40 | 0 | 0.67 | 0.44 | 96 | 0.5 | 0.37 |
| Hex | 55 | 8E | 2F | 28 | 0 | 43 | 2C | 60 | 32 | 25 |
| Octal | 125 | 216 | 57 | 50 | 0 | 103 | 54 | 140 | 62 | 45 |
| Binary | 1010101 | 10001110 | 101111 | 101000 | 0 | 1000011 | 101100 | 1100000 | 110010 | 100101 |
Color Harmonies of #558E2F
Complementary color
Monochromatic Colors of #558E2F
Black with #558E2F
Text Example
Text Example
White with #558E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E2F; }
p { color: rgb(85,142,47); }
H1.HeaderClassName
{
color: #558E2F;
}
.AnyTagClassName
{
color: #558E2F;
}
</style>
background-color css
<style>
a { background-color: #558E2F; }
a { background-color: rgb(85,142,47); }
div.DivClassName
{
background-color: #558E2F;
}
.BgClassName
{
background-color: #558E2F;
}
</style>
border-color css
<style>
span { border-color: #558E2F; }
span { border-color: rgb(85,142,47); }
td.TdClassName
{
border-color: #558E2F;
}
.TagClassName
{
border-color: #558E2F;
}
</style>