Shades of Limeade #57A012
Tints of Limeade #57A012
RGB
CMYK
RGB Variations
Color information
#57A012 (or 0x57A012) is known color: Limeade. HEX triplet: 57, A0 and 12. RGB value is (87,160,18). Sum of RGB (Red+Green+Blue) = 87+160+18=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #57A012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57A012 is #A85FED. Grayscale: #7A7A7A. Windows color (decimal): -11034606 or 1220695. OLE color: 1220695.
HSL color Cylindrical-coordinate representation of color #57A012: hue angle of 90.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57A012 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 18 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.37 |
| HSL | 90.85º | 0.8% | 0.35% | - |
| HSV(B) | 90.85º | 0.89% | 0.63% | - |
| XYZ | 16.61 | 27.21 | 4.95 | - |
| YUV | 121.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 18 | 0.46 | 0 | 0.89 | 0.37 | 90.85 | 0.8 | 0.35 |
| Hex | 57 | A0 | 12 | 2E | 0 | 59 | 25 | 5B | 50 | 23 |
| Octal | 127 | 240 | 22 | 56 | 0 | 131 | 45 | 133 | 120 | 43 |
| Binary | 1010111 | 10100000 | 10010 | 101110 | 0 | 1011001 | 100101 | 1011011 | 1010000 | 100011 |
Color Harmonies of #57A012
Complementary color
Monochromatic Colors of #57A012
Black with #57A012
Text Example
Text Example
White with #57A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A012; }
p { color: rgb(87,160,18); }
H1.HeaderClassName
{
color: #57A012;
}
.AnyTagClassName
{
color: #57A012;
}
</style>
background-color css
<style>
a { background-color: #57A012; }
a { background-color: rgb(87,160,18); }
div.DivClassName
{
background-color: #57A012;
}
.BgClassName
{
background-color: #57A012;
}
</style>
border-color css
<style>
span { border-color: #57A012; }
span { border-color: rgb(87,160,18); }
td.TdClassName
{
border-color: #57A012;
}
.TagClassName
{
border-color: #57A012;
}
</style>