Shades of Vida Loca #5C8828
Tints of Vida Loca #5C8828
RGB
CMYK
RGB Variations
Color information
#5C8828 (or 0x5C8828) is known color: Vida Loca. HEX triplet: 5C, 88 and 28. RGB value is (92,136,40). Sum of RGB (Red+Green+Blue) = 92+136+40=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8828 is #A377D7. Grayscale: #707070. Windows color (decimal): -10713048 or 2656348. OLE color: 2656348.
HSL color Cylindrical-coordinate representation of color #5C8828: hue angle of 87.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C8828 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 40 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.47 |
| HSL | 87.5º | 0.55% | 0.35% | - |
| HSV(B) | 87.5º | 0.71% | 0.53% | - |
| XYZ | 13.6 | 20.04 | 5.16 | - |
| YUV | 111.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 40 | 0.32 | 0 | 0.71 | 0.47 | 87.5 | 0.55 | 0.35 |
| Hex | 5C | 88 | 28 | 20 | 0 | 47 | 2F | 57 | 37 | 23 |
| Octal | 134 | 210 | 50 | 40 | 0 | 107 | 57 | 127 | 67 | 43 |
| Binary | 1011100 | 10001000 | 101000 | 100000 | 0 | 1000111 | 101111 | 1010111 | 110111 | 100011 |
Color Harmonies of #5C8828
Complementary color
Monochromatic Colors of #5C8828
Black with #5C8828
Text Example
Text Example
White with #5C8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8828; }
p { color: rgb(92,136,40); }
H1.HeaderClassName
{
color: #5C8828;
}
.AnyTagClassName
{
color: #5C8828;
}
</style>
background-color css
<style>
a { background-color: #5C8828; }
a { background-color: rgb(92,136,40); }
div.DivClassName
{
background-color: #5C8828;
}
.BgClassName
{
background-color: #5C8828;
}
</style>
border-color css
<style>
span { border-color: #5C8828; }
span { border-color: rgb(92,136,40); }
td.TdClassName
{
border-color: #5C8828;
}
.TagClassName
{
border-color: #5C8828;
}
</style>