Shades of Apple #57D550
Tints of Apple #57D550
RGB
CMYK
RGB Variations
Color information
#57D550 (or 0x57D550) is known color: Apple. HEX triplet: 57, D5 and 50. RGB value is (87,213,80). Sum of RGB (Red+Green+Blue) = 87+213+80=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #57D550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57D550 is #A82AAF. Grayscale: #A0A0A0. Windows color (decimal): -11020976 or 5297495. OLE color: 5297495.
HSL color Cylindrical-coordinate representation of color #57D550: hue angle of 116.84º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57D550 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 213 | 80 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.16 |
| HSL | 116.84º | 0.61% | 0.57% | - |
| HSV(B) | 116.84º | 0.62% | 0.84% | - |
| XYZ | 29.17 | 50.19 | 15.74 | - |
| YUV | 160.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 80 | 0.59 | 0 | 0.62 | 0.16 | 116.84 | 0.61 | 0.57 |
| Hex | 57 | D5 | 50 | 3B | 0 | 3E | 10 | 75 | 3D | 39 |
| Octal | 127 | 325 | 120 | 73 | 0 | 76 | 20 | 165 | 75 | 71 |
| Binary | 1010111 | 11010101 | 1010000 | 111011 | 0 | 111110 | 10000 | 1110101 | 111101 | 111001 |
Color Harmonies of #57D550
Complementary color
Monochromatic Colors of #57D550
Black with #57D550
Text Example
Text Example
White with #57D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D550; }
p { color: rgb(87,213,80); }
H1.HeaderClassName
{
color: #57D550;
}
.AnyTagClassName
{
color: #57D550;
}
</style>
background-color css
<style>
a { background-color: #57D550; }
a { background-color: rgb(87,213,80); }
div.DivClassName
{
background-color: #57D550;
}
.BgClassName
{
background-color: #57D550;
}
</style>
border-color css
<style>
span { border-color: #57D550; }
span { border-color: rgb(87,213,80); }
td.TdClassName
{
border-color: #57D550;
}
.TagClassName
{
border-color: #57D550;
}
</style>