Shades of Limeade #57A431
Tints of Limeade #57A431
RGB
CMYK
RGB Variations
Color information
#57A431 (or 0x57A431) is known color: Limeade. HEX triplet: 57, A4 and 31. RGB value is (87,164,49). Sum of RGB (Red+Green+Blue) = 87+164+49=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #57A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A431 is #A85BCE. Grayscale: #808080. Windows color (decimal): -11033551 or 3253335. OLE color: 3253335.
HSL color Cylindrical-coordinate representation of color #57A431: hue angle of 100.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57A431 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 49 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.36 |
| HSL | 100.17º | 0.54% | 0.42% | - |
| HSV(B) | 100.17º | 0.7% | 0.64% | - |
| XYZ | 17.76 | 28.8 | 7.53 | - |
| YUV | 127.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 49 | 0.47 | 0 | 0.70 | 0.36 | 100.17 | 0.54 | 0.42 |
| Hex | 57 | A4 | 31 | 2F | 0 | 46 | 24 | 64 | 36 | 2A |
| Octal | 127 | 244 | 61 | 57 | 0 | 106 | 44 | 144 | 66 | 52 |
| Binary | 1010111 | 10100100 | 110001 | 101111 | 0 | 1000110 | 100100 | 1100100 | 110110 | 101010 |
Color Harmonies of #57A431
Complementary color
Monochromatic Colors of #57A431
Black with #57A431
Text Example
Text Example
White with #57A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A431; }
p { color: rgb(87,164,49); }
H1.HeaderClassName
{
color: #57A431;
}
.AnyTagClassName
{
color: #57A431;
}
</style>
background-color css
<style>
a { background-color: #57A431; }
a { background-color: rgb(87,164,49); }
div.DivClassName
{
background-color: #57A431;
}
.BgClassName
{
background-color: #57A431;
}
</style>
border-color css
<style>
span { border-color: #57A431; }
span { border-color: rgb(87,164,49); }
td.TdClassName
{
border-color: #57A431;
}
.TagClassName
{
border-color: #57A431;
}
</style>