Shades of Apple #57C248
Tints of Apple #57C248
RGB
CMYK
RGB Variations
Color information
#57C248 (or 0x57C248) is known color: Apple. HEX triplet: 57, C2 and 48. RGB value is (87,194,72). Sum of RGB (Red+Green+Blue) = 87+194+72=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #57C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C248 is #A83DB7. Grayscale: #949494. Windows color (decimal): -11025848 or 4768343. OLE color: 4768343.
HSL color Cylindrical-coordinate representation of color #57C248: hue angle of 112.62º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57C248 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 194 | 72 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.24 |
| HSL | 112.62º | 0.5% | 0.52% | - |
| HSV(B) | 112.62º | 0.63% | 0.76% | - |
| XYZ | 24.39 | 41.08 | 12.77 | - |
| YUV | 148.1 | 85.05 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 72 | 0.55 | 0 | 0.63 | 0.24 | 112.62 | 0.5 | 0.52 |
| Hex | 57 | C2 | 48 | 37 | 0 | 3F | 18 | 71 | 32 | 34 |
| Octal | 127 | 302 | 110 | 67 | 0 | 77 | 30 | 161 | 62 | 64 |
| Binary | 1010111 | 11000010 | 1001000 | 110111 | 0 | 111111 | 11000 | 1110001 | 110010 | 110100 |
Color Harmonies of #57C248
Complementary color
Monochromatic Colors of #57C248
Black with #57C248
Text Example
Text Example
White with #57C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C248; }
p { color: rgb(87,194,72); }
H1.HeaderClassName
{
color: #57C248;
}
.AnyTagClassName
{
color: #57C248;
}
</style>
background-color css
<style>
a { background-color: #57C248; }
a { background-color: rgb(87,194,72); }
div.DivClassName
{
background-color: #57C248;
}
.BgClassName
{
background-color: #57C248;
}
</style>
border-color css
<style>
span { border-color: #57C248; }
span { border-color: rgb(87,194,72); }
td.TdClassName
{
border-color: #57C248;
}
.TagClassName
{
border-color: #57C248;
}
</style>