Shades of Limeade #5CA134
Tints of Limeade #5CA134
RGB
CMYK
RGB Variations
Color information
#5CA134 (or 0x5CA134) is known color: Limeade. HEX triplet: 5C, A1 and 34. RGB value is (92,161,52). Sum of RGB (Red+Green+Blue) = 92+161+52=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA134 is #A35ECB. Grayscale: #808080. Windows color (decimal): -10706636 or 3449180. OLE color: 3449180.
HSL color Cylindrical-coordinate representation of color #5CA134: hue angle of 97.98º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CA134 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 52 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.37 |
| HSL | 97.98º | 0.51% | 0.42% | - |
| HSV(B) | 97.98º | 0.68% | 0.63% | - |
| XYZ | 17.78 | 28.01 | 7.72 | - |
| YUV | 127.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 52 | 0.43 | 0 | 0.68 | 0.37 | 97.98 | 0.51 | 0.42 |
| Hex | 5C | A1 | 34 | 2B | 0 | 44 | 25 | 62 | 33 | 2A |
| Octal | 134 | 241 | 64 | 53 | 0 | 104 | 45 | 142 | 63 | 52 |
| Binary | 1011100 | 10100001 | 110100 | 101011 | 0 | 1000100 | 100101 | 1100010 | 110011 | 101010 |
Color Harmonies of #5CA134
Complementary color
Monochromatic Colors of #5CA134
Black with #5CA134
Text Example
Text Example
White with #5CA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA134; }
p { color: rgb(92,161,52); }
H1.HeaderClassName
{
color: #5CA134;
}
.AnyTagClassName
{
color: #5CA134;
}
</style>
background-color css
<style>
a { background-color: #5CA134; }
a { background-color: rgb(92,161,52); }
div.DivClassName
{
background-color: #5CA134;
}
.BgClassName
{
background-color: #5CA134;
}
</style>
border-color css
<style>
span { border-color: #5CA134; }
span { border-color: rgb(92,161,52); }
td.TdClassName
{
border-color: #5CA134;
}
.TagClassName
{
border-color: #5CA134;
}
</style>