Shades of Limeade #57A316
Tints of Limeade #57A316
RGB
CMYK
RGB Variations
Color information
#57A316 (or 0x57A316) is known color: Limeade. HEX triplet: 57, A3 and 16. RGB value is (87,163,22). Sum of RGB (Red+Green+Blue) = 87+163+22=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #57A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57A316 is #A85CE9. Grayscale: #7C7C7C. Windows color (decimal): -11033834 or 1483607. OLE color: 1483607.
HSL color Cylindrical-coordinate representation of color #57A316: hue angle of 92.34º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57A316 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 22 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.36 |
| HSL | 92.34º | 0.76% | 0.36% | - |
| HSV(B) | 92.34º | 0.87% | 0.64% | - |
| XYZ | 17.17 | 28.28 | 5.31 | - |
| YUV | 124.2 | 70.32 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 22 | 0.47 | 0 | 0.87 | 0.36 | 92.34 | 0.76 | 0.36 |
| Hex | 57 | A3 | 16 | 2F | 0 | 57 | 24 | 5C | 4C | 24 |
| Octal | 127 | 243 | 26 | 57 | 0 | 127 | 44 | 134 | 114 | 44 |
| Binary | 1010111 | 10100011 | 10110 | 101111 | 0 | 1010111 | 100100 | 1011100 | 1001100 | 100100 |
Color Harmonies of #57A316
Complementary color
Monochromatic Colors of #57A316
Black with #57A316
Text Example
Text Example
White with #57A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A316; }
p { color: rgb(87,163,22); }
H1.HeaderClassName
{
color: #57A316;
}
.AnyTagClassName
{
color: #57A316;
}
</style>
background-color css
<style>
a { background-color: #57A316; }
a { background-color: rgb(87,163,22); }
div.DivClassName
{
background-color: #57A316;
}
.BgClassName
{
background-color: #57A316;
}
</style>
border-color css
<style>
span { border-color: #57A316; }
span { border-color: rgb(87,163,22); }
td.TdClassName
{
border-color: #57A316;
}
.TagClassName
{
border-color: #57A316;
}
</style>