Shades of Vida Loca #5C923A
Tints of Vida Loca #5C923A
RGB
CMYK
RGB Variations
Color information
#5C923A (or 0x5C923A) is known color: Vida Loca. HEX triplet: 5C, 92 and 3A. RGB value is (92,146,58). Sum of RGB (Red+Green+Blue) = 92+146+58=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #5C923A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C923A is #A36DC5. Grayscale: #787878. Windows color (decimal): -10710470 or 3838556. OLE color: 3838556.
HSL color Cylindrical-coordinate representation of color #5C923A: hue angle of 96.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C923A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 58 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.43 |
| HSL | 96.82º | 0.43% | 0.4% | - |
| HSV(B) | 96.82º | 0.6% | 0.57% | - |
| XYZ | 15.46 | 23.14 | 7.65 | - |
| YUV | 119.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 58 | 0.37 | 0 | 0.60 | 0.43 | 96.82 | 0.43 | 0.4 |
| Hex | 5C | 92 | 3A | 25 | 0 | 3C | 2B | 61 | 2B | 28 |
| Octal | 134 | 222 | 72 | 45 | 0 | 74 | 53 | 141 | 53 | 50 |
| Binary | 1011100 | 10010010 | 111010 | 100101 | 0 | 111100 | 101011 | 1100001 | 101011 | 101000 |
Color Harmonies of #5C923A
Complementary color
Monochromatic Colors of #5C923A
Black with #5C923A
Text Example
Text Example
White with #5C923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C923A; }
p { color: rgb(92,146,58); }
H1.HeaderClassName
{
color: #5C923A;
}
.AnyTagClassName
{
color: #5C923A;
}
</style>
background-color css
<style>
a { background-color: #5C923A; }
a { background-color: rgb(92,146,58); }
div.DivClassName
{
background-color: #5C923A;
}
.BgClassName
{
background-color: #5C923A;
}
</style>
border-color css
<style>
span { border-color: #5C923A; }
span { border-color: rgb(92,146,58); }
td.TdClassName
{
border-color: #5C923A;
}
.TagClassName
{
border-color: #5C923A;
}
</style>