Shades of Apple #57D84D
Tints of Apple #57D84D
RGB
CMYK
RGB Variations
Color information
#57D84D (or 0x57D84D) is known color: Apple. HEX triplet: 57, D8 and 4D. RGB value is (87,216,77). Sum of RGB (Red+Green+Blue) = 87+216+77=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #57D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57D84D is #A827B2. Grayscale: #A2A2A2. Windows color (decimal): -11020211 or 5101655. OLE color: 5101655.
HSL color Cylindrical-coordinate representation of color #57D84D: hue angle of 115.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57D84D is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 77 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.15 |
| HSL | 115.68º | 0.64% | 0.57% | - |
| HSV(B) | 115.68º | 0.64% | 0.85% | - |
| XYZ | 29.83 | 51.67 | 15.42 | - |
| YUV | 161.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 77 | 0.60 | 0 | 0.64 | 0.15 | 115.68 | 0.64 | 0.57 |
| Hex | 57 | D8 | 4D | 3C | 0 | 40 | F | 74 | 40 | 39 |
| Octal | 127 | 330 | 115 | 74 | 0 | 100 | 17 | 164 | 100 | 71 |
| Binary | 1010111 | 11011000 | 1001101 | 111100 | 0 | 1000000 | 1111 | 1110100 | 1000000 | 111001 |
Color Harmonies of #57D84D
Complementary color
Monochromatic Colors of #57D84D
Black with #57D84D
Text Example
Text Example
White with #57D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D84D; }
p { color: rgb(87,216,77); }
H1.HeaderClassName
{
color: #57D84D;
}
.AnyTagClassName
{
color: #57D84D;
}
</style>
background-color css
<style>
a { background-color: #57D84D; }
a { background-color: rgb(87,216,77); }
div.DivClassName
{
background-color: #57D84D;
}
.BgClassName
{
background-color: #57D84D;
}
</style>
border-color css
<style>
span { border-color: #57D84D; }
span { border-color: rgb(87,216,77); }
td.TdClassName
{
border-color: #57D84D;
}
.TagClassName
{
border-color: #57D84D;
}
</style>