Shades of Limeade #5CA010
Tints of Limeade #5CA010
RGB
CMYK
RGB Variations
Color information
#5CA010 (or 0x5CA010) is known color: Limeade. HEX triplet: 5C, A0 and 10. RGB value is (92,160,16). Sum of RGB (Red+Green+Blue) = 92+160+16=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA010 is #A35FEF. Grayscale: #7B7B7B. Windows color (decimal): -10706928 or 1089628. OLE color: 1089628.
HSL color Cylindrical-coordinate representation of color #5CA010: hue angle of 88.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CA010 is Cyan = 0.43, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 16 | - |
| CMYK | 0.43 | 0 | 0.9 | 0.37 |
| HSL | 88.33º | 0.82% | 0.35% | - |
| HSV(B) | 88.33º | 0.9% | 0.63% | - |
| XYZ | 17.08 | 27.45 | 4.89 | - |
| YUV | 123.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 16 | 0.43 | 0 | 0.9 | 0.37 | 88.33 | 0.82 | 0.35 |
| Hex | 5C | A0 | 10 | 2B | 0 | 5A | 25 | 58 | 52 | 23 |
| Octal | 134 | 240 | 20 | 53 | 0 | 132 | 45 | 130 | 122 | 43 |
| Binary | 1011100 | 10100000 | 10000 | 101011 | 0 | 1011010 | 100101 | 1011000 | 1010010 | 100011 |
Color Harmonies of #5CA010
Complementary color
Monochromatic Colors of #5CA010
Black with #5CA010
Text Example
Text Example
White with #5CA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA010; }
p { color: rgb(92,160,16); }
H1.HeaderClassName
{
color: #5CA010;
}
.AnyTagClassName
{
color: #5CA010;
}
</style>
background-color css
<style>
a { background-color: #5CA010; }
a { background-color: rgb(92,160,16); }
div.DivClassName
{
background-color: #5CA010;
}
.BgClassName
{
background-color: #5CA010;
}
</style>
border-color css
<style>
span { border-color: #5CA010; }
span { border-color: rgb(92,160,16); }
td.TdClassName
{
border-color: #5CA010;
}
.TagClassName
{
border-color: #5CA010;
}
</style>