Shades of Vida Loca #498901
Tints of Vida Loca #498901
RGB
CMYK
RGB Variations
Color information
#498901 (or 0x498901) is known color: Vida Loca. HEX triplet: 49, 89 and 01. RGB value is (73,137,1). Sum of RGB (Red+Green+Blue) = 73+137+1=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #498901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498901 is #B676FE. Grayscale: #666666. Windows color (decimal): -11958015 or 100681. OLE color: 100681.
HSL color Cylindrical-coordinate representation of color #498901: hue angle of 88.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #498901 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.46 |
| HSL | 88.24º | 0.99% | 0.27% | - |
| HSV(B) | 88.24º | 0.99% | 0.54% | - |
| XYZ | 11.7 | 19.31 | 3.14 | - |
| YUV | 102.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 1 | 0.47 | 0 | 0.99 | 0.46 | 88.24 | 0.99 | 0.27 |
| Hex | 49 | 89 | 1 | 2F | 0 | 63 | 2E | 58 | 63 | 1B |
| Octal | 111 | 211 | 1 | 57 | 0 | 143 | 56 | 130 | 143 | 33 |
| Binary | 1001001 | 10001001 | 1 | 101111 | 0 | 1100011 | 101110 | 1011000 | 1100011 | 11011 |
Color Harmonies of #498901
Complementary color
Monochromatic Colors of #498901
Black with #498901
Text Example
Text Example
White with #498901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498901; }
p { color: rgb(73,137,1); }
H1.HeaderClassName
{
color: #498901;
}
.AnyTagClassName
{
color: #498901;
}
</style>
background-color css
<style>
a { background-color: #498901; }
a { background-color: rgb(73,137,1); }
div.DivClassName
{
background-color: #498901;
}
.BgClassName
{
background-color: #498901;
}
</style>
border-color css
<style>
span { border-color: #498901; }
span { border-color: rgb(73,137,1); }
td.TdClassName
{
border-color: #498901;
}
.TagClassName
{
border-color: #498901;
}
</style>