Shades of Vida Loca #557F25
Tints of Vida Loca #557F25
RGB
CMYK
RGB Variations
Color information
#557F25 (or 0x557F25) is known color: Vida Loca. HEX triplet: 55, 7F and 25. RGB value is (85,127,37). Sum of RGB (Red+Green+Blue) = 85+127+37=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #557F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F25 is #AA80DA. Grayscale: #686868. Windows color (decimal): -11174107 or 2457429. OLE color: 2457429.
HSL color Cylindrical-coordinate representation of color #557F25: hue angle of 88º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #557F25 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 37 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.50 |
| HSL | 88º | 0.55% | 0.32% | - |
| HSV(B) | 88º | 0.71% | 0.5% | - |
| XYZ | 11.67 | 17.24 | 4.46 | - |
| YUV | 104.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 37 | 0.33 | 0 | 0.71 | 0.50 | 88 | 0.55 | 0.32 |
| Hex | 55 | 7F | 25 | 21 | 0 | 47 | 32 | 58 | 37 | 20 |
| Octal | 125 | 177 | 45 | 41 | 0 | 107 | 62 | 130 | 67 | 40 |
| Binary | 1010101 | 1111111 | 100101 | 100001 | 0 | 1000111 | 110010 | 1011000 | 110111 | 100000 |
Color Harmonies of #557F25
Complementary color
Monochromatic Colors of #557F25
Black with #557F25
Text Example
Text Example
White with #557F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F25; }
p { color: rgb(85,127,37); }
H1.HeaderClassName
{
color: #557F25;
}
.AnyTagClassName
{
color: #557F25;
}
</style>
background-color css
<style>
a { background-color: #557F25; }
a { background-color: rgb(85,127,37); }
div.DivClassName
{
background-color: #557F25;
}
.BgClassName
{
background-color: #557F25;
}
</style>
border-color css
<style>
span { border-color: #557F25; }
span { border-color: rgb(85,127,37); }
td.TdClassName
{
border-color: #557F25;
}
.TagClassName
{
border-color: #557F25;
}
</style>