Shades of Limeade #5CA021
Tints of Limeade #5CA021
RGB
CMYK
RGB Variations
Color information
#5CA021 (or 0x5CA021) is known color: Limeade. HEX triplet: 5C, A0 and 21. RGB value is (92,160,33). Sum of RGB (Red+Green+Blue) = 92+160+33=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA021 is #A35FDE. Grayscale: #7D7D7D. Windows color (decimal): -10706911 or 2203740. OLE color: 2203740.
HSL color Cylindrical-coordinate representation of color #5CA021: hue angle of 92.13º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5CA021 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 33 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.37 |
| HSL | 92.13º | 0.66% | 0.38% | - |
| HSV(B) | 92.13º | 0.79% | 0.63% | - |
| XYZ | 17.26 | 27.53 | 5.84 | - |
| YUV | 125.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 33 | 0.43 | 0 | 0.79 | 0.37 | 92.13 | 0.66 | 0.38 |
| Hex | 5C | A0 | 21 | 2B | 0 | 4F | 25 | 5C | 42 | 26 |
| Octal | 134 | 240 | 41 | 53 | 0 | 117 | 45 | 134 | 102 | 46 |
| Binary | 1011100 | 10100000 | 100001 | 101011 | 0 | 1001111 | 100101 | 1011100 | 1000010 | 100110 |
Color Harmonies of #5CA021
Complementary color
Monochromatic Colors of #5CA021
Black with #5CA021
Text Example
Text Example
White with #5CA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA021; }
p { color: rgb(92,160,33); }
H1.HeaderClassName
{
color: #5CA021;
}
.AnyTagClassName
{
color: #5CA021;
}
</style>
background-color css
<style>
a { background-color: #5CA021; }
a { background-color: rgb(92,160,33); }
div.DivClassName
{
background-color: #5CA021;
}
.BgClassName
{
background-color: #5CA021;
}
</style>
border-color css
<style>
span { border-color: #5CA021; }
span { border-color: rgb(92,160,33); }
td.TdClassName
{
border-color: #5CA021;
}
.TagClassName
{
border-color: #5CA021;
}
</style>