Shades of Apple #57D04C
Tints of Apple #57D04C
RGB
CMYK
RGB Variations
Color information
#57D04C (or 0x57D04C) is known color: Apple. HEX triplet: 57, D0 and 4C. RGB value is (87,208,76). Sum of RGB (Red+Green+Blue) = 87+208+76=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #57D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57D04C is #A82FB3. Grayscale: #9D9D9D. Windows color (decimal): -11022260 or 5034071. OLE color: 5034071.
HSL color Cylindrical-coordinate representation of color #57D04C: hue angle of 115º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57D04C is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 76 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.18 |
| HSL | 115º | 0.58% | 0.56% | - |
| HSV(B) | 115º | 0.63% | 0.82% | - |
| XYZ | 27.79 | 47.66 | 14.57 | - |
| YUV | 156.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 76 | 0.58 | 0 | 0.63 | 0.18 | 115 | 0.58 | 0.56 |
| Hex | 57 | D0 | 4C | 3A | 0 | 3F | 12 | 73 | 3A | 38 |
| Octal | 127 | 320 | 114 | 72 | 0 | 77 | 22 | 163 | 72 | 70 |
| Binary | 1010111 | 11010000 | 1001100 | 111010 | 0 | 111111 | 10010 | 1110011 | 111010 | 111000 |
Color Harmonies of #57D04C
Complementary color
Monochromatic Colors of #57D04C
Black with #57D04C
Text Example
Text Example
White with #57D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D04C; }
p { color: rgb(87,208,76); }
H1.HeaderClassName
{
color: #57D04C;
}
.AnyTagClassName
{
color: #57D04C;
}
</style>
background-color css
<style>
a { background-color: #57D04C; }
a { background-color: rgb(87,208,76); }
div.DivClassName
{
background-color: #57D04C;
}
.BgClassName
{
background-color: #57D04C;
}
</style>
border-color css
<style>
span { border-color: #57D04C; }
span { border-color: rgb(87,208,76); }
td.TdClassName
{
border-color: #57D04C;
}
.TagClassName
{
border-color: #57D04C;
}
</style>