Shades of Apple #57D345
Tints of Apple #57D345
RGB
CMYK
RGB Variations
Color information
#57D345 (or 0x57D345) is known color: Apple. HEX triplet: 57, D3 and 45. RGB value is (87,211,69). Sum of RGB (Red+Green+Blue) = 87+211+69=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #57D345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57D345 is #A82CBA. Grayscale: #9E9E9E. Windows color (decimal): -11021499 or 4576087. OLE color: 4576087.
HSL color Cylindrical-coordinate representation of color #57D345: hue angle of 112.39º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57D345 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 211 | 69 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.17 |
| HSL | 112.39º | 0.62% | 0.55% | - |
| HSV(B) | 112.39º | 0.67% | 0.83% | - |
| XYZ | 28.3 | 49.04 | 13.61 | - |
| YUV | 157.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 211 | 69 | 0.59 | 0 | 0.67 | 0.17 | 112.39 | 0.62 | 0.55 |
| Hex | 57 | D3 | 45 | 3B | 0 | 43 | 11 | 70 | 3E | 37 |
| Octal | 127 | 323 | 105 | 73 | 0 | 103 | 21 | 160 | 76 | 67 |
| Binary | 1010111 | 11010011 | 1000101 | 111011 | 0 | 1000011 | 10001 | 1110000 | 111110 | 110111 |
Color Harmonies of #57D345
Complementary color
Monochromatic Colors of #57D345
Black with #57D345
Text Example
Text Example
White with #57D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D345; }
p { color: rgb(87,211,69); }
H1.HeaderClassName
{
color: #57D345;
}
.AnyTagClassName
{
color: #57D345;
}
</style>
background-color css
<style>
a { background-color: #57D345; }
a { background-color: rgb(87,211,69); }
div.DivClassName
{
background-color: #57D345;
}
.BgClassName
{
background-color: #57D345;
}
</style>
border-color css
<style>
span { border-color: #57D345; }
span { border-color: rgb(87,211,69); }
td.TdClassName
{
border-color: #57D345;
}
.TagClassName
{
border-color: #57D345;
}
</style>