Shades of Limeade #57A108
Tints of Limeade #57A108
RGB
CMYK
RGB Variations
Color information
#57A108 (or 0x57A108) is known color: Limeade. HEX triplet: 57, A1 and 08. RGB value is (87,161,8). Sum of RGB (Red+Green+Blue) = 87+161+8=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #57A108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57A108 is #A85EF7. Grayscale: #797979. Windows color (decimal): -11034360 or 565591. OLE color: 565591.
HSL color Cylindrical-coordinate representation of color #57A108: hue angle of 89.02º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57A108 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 161 | 8 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.37 |
| HSL | 89.02º | 0.91% | 0.33% | - |
| HSV(B) | 89.02º | 0.95% | 0.63% | - |
| XYZ | 16.72 | 27.53 | 4.66 | - |
| YUV | 121.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 8 | 0.46 | 0 | 0.95 | 0.37 | 89.02 | 0.91 | 0.33 |
| Hex | 57 | A1 | 8 | 2E | 0 | 5F | 25 | 59 | 5B | 21 |
| Octal | 127 | 241 | 10 | 56 | 0 | 137 | 45 | 131 | 133 | 41 |
| Binary | 1010111 | 10100001 | 1000 | 101110 | 0 | 1011111 | 100101 | 1011001 | 1011011 | 100001 |
Color Harmonies of #57A108
Complementary color
Monochromatic Colors of #57A108
Black with #57A108
Text Example
Text Example
White with #57A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A108; }
p { color: rgb(87,161,8); }
H1.HeaderClassName
{
color: #57A108;
}
.AnyTagClassName
{
color: #57A108;
}
</style>
background-color css
<style>
a { background-color: #57A108; }
a { background-color: rgb(87,161,8); }
div.DivClassName
{
background-color: #57A108;
}
.BgClassName
{
background-color: #57A108;
}
</style>
border-color css
<style>
span { border-color: #57A108; }
span { border-color: rgb(87,161,8); }
td.TdClassName
{
border-color: #57A108;
}
.TagClassName
{
border-color: #57A108;
}
</style>