Shades of Limeade #5CA123
Tints of Limeade #5CA123
RGB
CMYK
RGB Variations
Color information
#5CA123 (or 0x5CA123) is known color: Limeade. HEX triplet: 5C, A1 and 23. RGB value is (92,161,35). Sum of RGB (Red+Green+Blue) = 92+161+35=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA123 is #A35EDC. Grayscale: #7E7E7E. Windows color (decimal): -10706653 or 2335068. OLE color: 2335068.
HSL color Cylindrical-coordinate representation of color #5CA123: hue angle of 92.86º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5CA123 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 35 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.37 |
| HSL | 92.86º | 0.64% | 0.38% | - |
| HSV(B) | 92.86º | 0.78% | 0.63% | - |
| XYZ | 17.46 | 27.89 | 6.05 | - |
| YUV | 126.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 35 | 0.43 | 0 | 0.78 | 0.37 | 92.86 | 0.64 | 0.38 |
| Hex | 5C | A1 | 23 | 2B | 0 | 4E | 25 | 5D | 40 | 26 |
| Octal | 134 | 241 | 43 | 53 | 0 | 116 | 45 | 135 | 100 | 46 |
| Binary | 1011100 | 10100001 | 100011 | 101011 | 0 | 1001110 | 100101 | 1011101 | 1000000 | 100110 |
Color Harmonies of #5CA123
Complementary color
Monochromatic Colors of #5CA123
Black with #5CA123
Text Example
Text Example
White with #5CA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA123; }
p { color: rgb(92,161,35); }
H1.HeaderClassName
{
color: #5CA123;
}
.AnyTagClassName
{
color: #5CA123;
}
</style>
background-color css
<style>
a { background-color: #5CA123; }
a { background-color: rgb(92,161,35); }
div.DivClassName
{
background-color: #5CA123;
}
.BgClassName
{
background-color: #5CA123;
}
</style>
border-color css
<style>
span { border-color: #5CA123; }
span { border-color: rgb(92,161,35); }
td.TdClassName
{
border-color: #5CA123;
}
.TagClassName
{
border-color: #5CA123;
}
</style>