Shades of Apple #57D448
Tints of Apple #57D448
RGB
CMYK
RGB Variations
Color information
#57D448 (or 0x57D448) is known color: Apple. HEX triplet: 57, D4 and 48. RGB value is (87,212,72). Sum of RGB (Red+Green+Blue) = 87+212+72=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #57D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57D448 is #A82BB7. Grayscale: #9F9F9F. Windows color (decimal): -11021240 or 4772951. OLE color: 4772951.
HSL color Cylindrical-coordinate representation of color #57D448: hue angle of 113.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57D448 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 212 | 72 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.17 |
| HSL | 113.57º | 0.62% | 0.56% | - |
| HSV(B) | 113.57º | 0.66% | 0.83% | - |
| XYZ | 28.64 | 49.58 | 14.19 | - |
| YUV | 158.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 212 | 72 | 0.59 | 0 | 0.66 | 0.17 | 113.57 | 0.62 | 0.56 |
| Hex | 57 | D4 | 48 | 3B | 0 | 42 | 11 | 72 | 3E | 38 |
| Octal | 127 | 324 | 110 | 73 | 0 | 102 | 21 | 162 | 76 | 70 |
| Binary | 1010111 | 11010100 | 1001000 | 111011 | 0 | 1000010 | 10001 | 1110010 | 111110 | 111000 |
Color Harmonies of #57D448
Complementary color
Monochromatic Colors of #57D448
Black with #57D448
Text Example
Text Example
White with #57D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D448; }
p { color: rgb(87,212,72); }
H1.HeaderClassName
{
color: #57D448;
}
.AnyTagClassName
{
color: #57D448;
}
</style>
background-color css
<style>
a { background-color: #57D448; }
a { background-color: rgb(87,212,72); }
div.DivClassName
{
background-color: #57D448;
}
.BgClassName
{
background-color: #57D448;
}
</style>
border-color css
<style>
span { border-color: #57D448; }
span { border-color: rgb(87,212,72); }
td.TdClassName
{
border-color: #57D448;
}
.TagClassName
{
border-color: #57D448;
}
</style>