Shades of Vida Loca #4F890D
Tints of Vida Loca #4F890D
RGB
CMYK
RGB Variations
Color information
#4F890D (or 0x4F890D) is known color: Vida Loca. HEX triplet: 4F, 89 and 0D. RGB value is (79,137,13). Sum of RGB (Red+Green+Blue) = 79+137+13=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #4F890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F890D is #B076F2. Grayscale: #696969. Windows color (decimal): -11564787 or 887119. OLE color: 887119.
HSL color Cylindrical-coordinate representation of color #4F890D: hue angle of 88.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F890D is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 13 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.46 |
| HSL | 88.06º | 0.83% | 0.29% | - |
| HSV(B) | 88.06º | 0.91% | 0.54% | - |
| XYZ | 12.24 | 19.58 | 3.52 | - |
| YUV | 105.52 | 75.78 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 13 | 0.42 | 0 | 0.91 | 0.46 | 88.06 | 0.83 | 0.29 |
| Hex | 4F | 89 | D | 2A | 0 | 5B | 2E | 58 | 53 | 1D |
| Octal | 117 | 211 | 15 | 52 | 0 | 133 | 56 | 130 | 123 | 35 |
| Binary | 1001111 | 10001001 | 1101 | 101010 | 0 | 1011011 | 101110 | 1011000 | 1010011 | 11101 |
Color Harmonies of #4F890D
Complementary color
Monochromatic Colors of #4F890D
Black with #4F890D
Text Example
Text Example
White with #4F890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F890D; }
p { color: rgb(79,137,13); }
H1.HeaderClassName
{
color: #4F890D;
}
.AnyTagClassName
{
color: #4F890D;
}
</style>
background-color css
<style>
a { background-color: #4F890D; }
a { background-color: rgb(79,137,13); }
div.DivClassName
{
background-color: #4F890D;
}
.BgClassName
{
background-color: #4F890D;
}
</style>
border-color css
<style>
span { border-color: #4F890D; }
span { border-color: rgb(79,137,13); }
td.TdClassName
{
border-color: #4F890D;
}
.TagClassName
{
border-color: #4F890D;
}
</style>