Shades of Vida Loca #4D840D
Tints of Vida Loca #4D840D
RGB
CMYK
RGB Variations
Color information
#4D840D (or 0x4D840D) is known color: Vida Loca. HEX triplet: 4D, 84 and 0D. RGB value is (77,132,13). Sum of RGB (Red+Green+Blue) = 77+132+13=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #4D840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D840D is #B27BF2. Grayscale: #666666. Windows color (decimal): -11697139 or 885837. OLE color: 885837.
HSL color Cylindrical-coordinate representation of color #4D840D: hue angle of 87.73º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D840D is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 13 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.48 |
| HSL | 87.73º | 0.82% | 0.28% | - |
| HSV(B) | 87.73º | 0.9% | 0.52% | - |
| XYZ | 11.38 | 18.11 | 3.28 | - |
| YUV | 101.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 13 | 0.42 | 0 | 0.90 | 0.48 | 87.73 | 0.82 | 0.28 |
| Hex | 4D | 84 | D | 2A | 0 | 5A | 30 | 58 | 52 | 1C |
| Octal | 115 | 204 | 15 | 52 | 0 | 132 | 60 | 130 | 122 | 34 |
| Binary | 1001101 | 10000100 | 1101 | 101010 | 0 | 1011010 | 110000 | 1011000 | 1010010 | 11100 |
Color Harmonies of #4D840D
Complementary color
Monochromatic Colors of #4D840D
Black with #4D840D
Text Example
Text Example
White with #4D840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D840D; }
p { color: rgb(77,132,13); }
H1.HeaderClassName
{
color: #4D840D;
}
.AnyTagClassName
{
color: #4D840D;
}
</style>
background-color css
<style>
a { background-color: #4D840D; }
a { background-color: rgb(77,132,13); }
div.DivClassName
{
background-color: #4D840D;
}
.BgClassName
{
background-color: #4D840D;
}
</style>
border-color css
<style>
span { border-color: #4D840D; }
span { border-color: rgb(77,132,13); }
td.TdClassName
{
border-color: #4D840D;
}
.TagClassName
{
border-color: #4D840D;
}
</style>