Shades of Vida Loca #5C852A
Tints of Vida Loca #5C852A
RGB
CMYK
RGB Variations
Color information
#5C852A (or 0x5C852A) is known color: Vida Loca. HEX triplet: 5C, 85 and 2A. RGB value is (92,133,42). Sum of RGB (Red+Green+Blue) = 92+133+42=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #5C852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C852A is #A37AD5. Grayscale: #6E6E6E. Windows color (decimal): -10713814 or 2786652. OLE color: 2786652.
HSL color Cylindrical-coordinate representation of color #5C852A: hue angle of 87.03º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C852A is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 42 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.48 |
| HSL | 87.03º | 0.52% | 0.34% | - |
| HSV(B) | 87.03º | 0.68% | 0.52% | - |
| XYZ | 13.22 | 19.22 | 5.2 | - |
| YUV | 110.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 42 | 0.31 | 0 | 0.68 | 0.48 | 87.03 | 0.52 | 0.34 |
| Hex | 5C | 85 | 2A | 1F | 0 | 44 | 30 | 57 | 34 | 22 |
| Octal | 134 | 205 | 52 | 37 | 0 | 104 | 60 | 127 | 64 | 42 |
| Binary | 1011100 | 10000101 | 101010 | 11111 | 0 | 1000100 | 110000 | 1010111 | 110100 | 100010 |
Color Harmonies of #5C852A
Complementary color
Monochromatic Colors of #5C852A
Black with #5C852A
Text Example
Text Example
White with #5C852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C852A; }
p { color: rgb(92,133,42); }
H1.HeaderClassName
{
color: #5C852A;
}
.AnyTagClassName
{
color: #5C852A;
}
</style>
background-color css
<style>
a { background-color: #5C852A; }
a { background-color: rgb(92,133,42); }
div.DivClassName
{
background-color: #5C852A;
}
.BgClassName
{
background-color: #5C852A;
}
</style>
border-color css
<style>
span { border-color: #5C852A; }
span { border-color: rgb(92,133,42); }
td.TdClassName
{
border-color: #5C852A;
}
.TagClassName
{
border-color: #5C852A;
}
</style>