Shades of Vida Loca #498C04
Tints of Vida Loca #498C04
RGB
CMYK
RGB Variations
Color information
#498C04 (or 0x498C04) is known color: Vida Loca. HEX triplet: 49, 8C and 04. RGB value is (73,140,4). Sum of RGB (Red+Green+Blue) = 73+140+4=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 140 (55.08% from 255 or 64.52% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 140 - color contains mainly: green. Hex color #498C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498C04 is #B673FB. Grayscale: #686868. Windows color (decimal): -11957244 or 298057. OLE color: 298057.
HSL color Cylindrical-coordinate representation of color #498C04: hue angle of 89.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #498C04 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 4 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.45 |
| HSL | 89.56º | 0.94% | 0.28% | - |
| HSV(B) | 89.56º | 0.97% | 0.55% | - |
| XYZ | 12.15 | 20.18 | 3.37 | - |
| YUV | 104.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 4 | 0.48 | 0 | 0.97 | 0.45 | 89.56 | 0.94 | 0.28 |
| Hex | 49 | 8C | 4 | 30 | 0 | 61 | 2D | 5A | 5E | 1C |
| Octal | 111 | 214 | 4 | 60 | 0 | 141 | 55 | 132 | 136 | 34 |
| Binary | 1001001 | 10001100 | 100 | 110000 | 0 | 1100001 | 101101 | 1011010 | 1011110 | 11100 |
Color Harmonies of #498C04
Complementary color
Monochromatic Colors of #498C04
Black with #498C04
Text Example
Text Example
White with #498C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C04; }
p { color: rgb(73,140,4); }
H1.HeaderClassName
{
color: #498C04;
}
.AnyTagClassName
{
color: #498C04;
}
</style>
background-color css
<style>
a { background-color: #498C04; }
a { background-color: rgb(73,140,4); }
div.DivClassName
{
background-color: #498C04;
}
.BgClassName
{
background-color: #498C04;
}
</style>
border-color css
<style>
span { border-color: #498C04; }
span { border-color: rgb(73,140,4); }
td.TdClassName
{
border-color: #498C04;
}
.TagClassName
{
border-color: #498C04;
}
</style>