Shades of Vida Loca #628A25
Tints of Vida Loca #628A25
RGB
CMYK
RGB Variations
Color information
#628A25 (or 0x628A25) is known color: Vida Loca. HEX triplet: 62, 8A and 25. RGB value is (98,138,37). Sum of RGB (Red+Green+Blue) = 98+138+37=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #628A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A25 is #9D75DA. Grayscale: #727272. Windows color (decimal): -10319323 or 2460258. OLE color: 2460258.
HSL color Cylindrical-coordinate representation of color #628A25: hue angle of 83.76º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #628A25 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 37 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.46 |
| HSL | 83.76º | 0.58% | 0.34% | - |
| HSV(B) | 83.76º | 0.73% | 0.54% | - |
| XYZ | 14.46 | 20.91 | 5.02 | - |
| YUV | 114.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 37 | 0.29 | 0 | 0.73 | 0.46 | 83.76 | 0.58 | 0.34 |
| Hex | 62 | 8A | 25 | 1D | 0 | 49 | 2E | 54 | 3A | 22 |
| Octal | 142 | 212 | 45 | 35 | 0 | 111 | 56 | 124 | 72 | 42 |
| Binary | 1100010 | 10001010 | 100101 | 11101 | 0 | 1001001 | 101110 | 1010100 | 111010 | 100010 |
Color Harmonies of #628A25
Complementary color
Monochromatic Colors of #628A25
Black with #628A25
Text Example
Text Example
White with #628A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A25; }
p { color: rgb(98,138,37); }
H1.HeaderClassName
{
color: #628A25;
}
.AnyTagClassName
{
color: #628A25;
}
</style>
background-color css
<style>
a { background-color: #628A25; }
a { background-color: rgb(98,138,37); }
div.DivClassName
{
background-color: #628A25;
}
.BgClassName
{
background-color: #628A25;
}
</style>
border-color css
<style>
span { border-color: #628A25; }
span { border-color: rgb(98,138,37); }
td.TdClassName
{
border-color: #628A25;
}
.TagClassName
{
border-color: #628A25;
}
</style>