Shades of Limeade #57A632
Tints of Limeade #57A632
RGB
CMYK
RGB Variations
Color information
#57A632 (or 0x57A632) is known color: Limeade. HEX triplet: 57, A6 and 32. RGB value is (87,166,50). Sum of RGB (Red+Green+Blue) = 87+166+50=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #57A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A632 is #A859CD. Grayscale: #818181. Windows color (decimal): -11033038 or 3319383. OLE color: 3319383.
HSL color Cylindrical-coordinate representation of color #57A632: hue angle of 100.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57A632 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 166 | 50 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.35 |
| HSL | 100.86º | 0.54% | 0.42% | - |
| HSV(B) | 100.86º | 0.7% | 0.65% | - |
| XYZ | 18.14 | 29.53 | 7.76 | - |
| YUV | 129.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 50 | 0.48 | 0 | 0.70 | 0.35 | 100.86 | 0.54 | 0.42 |
| Hex | 57 | A6 | 32 | 30 | 0 | 46 | 23 | 65 | 36 | 2A |
| Octal | 127 | 246 | 62 | 60 | 0 | 106 | 43 | 145 | 66 | 52 |
| Binary | 1010111 | 10100110 | 110010 | 110000 | 0 | 1000110 | 100011 | 1100101 | 110110 | 101010 |
Color Harmonies of #57A632
Complementary color
Monochromatic Colors of #57A632
Black with #57A632
Text Example
Text Example
White with #57A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A632; }
p { color: rgb(87,166,50); }
H1.HeaderClassName
{
color: #57A632;
}
.AnyTagClassName
{
color: #57A632;
}
</style>
background-color css
<style>
a { background-color: #57A632; }
a { background-color: rgb(87,166,50); }
div.DivClassName
{
background-color: #57A632;
}
.BgClassName
{
background-color: #57A632;
}
</style>
border-color css
<style>
span { border-color: #57A632; }
span { border-color: rgb(87,166,50); }
td.TdClassName
{
border-color: #57A632;
}
.TagClassName
{
border-color: #57A632;
}
</style>