Shades of Limeade #57A112
Tints of Limeade #57A112
RGB
CMYK
RGB Variations
Color information
#57A112 (or 0x57A112) is known color: Limeade. HEX triplet: 57, A1 and 12. RGB value is (87,161,18). Sum of RGB (Red+Green+Blue) = 87+161+18=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #57A112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57A112 is #A85EED. Grayscale: #7B7B7B. Windows color (decimal): -11034350 or 1220951. OLE color: 1220951.
HSL color Cylindrical-coordinate representation of color #57A112: hue angle of 91.05º 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 #57A112 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 161 | 18 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.37 |
| HSL | 91.05º | 0.8% | 0.35% | - |
| HSV(B) | 91.05º | 0.89% | 0.63% | - |
| XYZ | 16.78 | 27.56 | 5.01 | - |
| YUV | 122.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 18 | 0.46 | 0 | 0.89 | 0.37 | 91.05 | 0.8 | 0.35 |
| Hex | 57 | A1 | 12 | 2E | 0 | 59 | 25 | 5B | 50 | 23 |
| Octal | 127 | 241 | 22 | 56 | 0 | 131 | 45 | 133 | 120 | 43 |
| Binary | 1010111 | 10100001 | 10010 | 101110 | 0 | 1011001 | 100101 | 1011011 | 1010000 | 100011 |
Color Harmonies of #57A112
Complementary color
Monochromatic Colors of #57A112
Black with #57A112
Text Example
Text Example
White with #57A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A112; }
p { color: rgb(87,161,18); }
H1.HeaderClassName
{
color: #57A112;
}
.AnyTagClassName
{
color: #57A112;
}
</style>
background-color css
<style>
a { background-color: #57A112; }
a { background-color: rgb(87,161,18); }
div.DivClassName
{
background-color: #57A112;
}
.BgClassName
{
background-color: #57A112;
}
</style>
border-color css
<style>
span { border-color: #57A112; }
span { border-color: rgb(87,161,18); }
td.TdClassName
{
border-color: #57A112;
}
.TagClassName
{
border-color: #57A112;
}
</style>