Shades of Apple #57C452
Tints of Apple #57C452
RGB
CMYK
RGB Variations
Color information
#57C452 (or 0x57C452) is known color: Apple. HEX triplet: 57, C4 and 52. RGB value is (87,196,82). Sum of RGB (Red+Green+Blue) = 87+196+82=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #57C452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C452 is #A83BAD. Grayscale: #969696. Windows color (decimal): -11025326 or 5424215. OLE color: 5424215.
HSL color Cylindrical-coordinate representation of color #57C452: hue angle of 117.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C452 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 196 | 82 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.23 |
| HSL | 117.37º | 0.49% | 0.55% | - |
| HSV(B) | 117.37º | 0.58% | 0.77% | - |
| XYZ | 25.19 | 42.12 | 14.78 | - |
| YUV | 150.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 82 | 0.56 | 0 | 0.58 | 0.23 | 117.37 | 0.49 | 0.55 |
| Hex | 57 | C4 | 52 | 38 | 0 | 3A | 17 | 75 | 31 | 37 |
| Octal | 127 | 304 | 122 | 70 | 0 | 72 | 27 | 165 | 61 | 67 |
| Binary | 1010111 | 11000100 | 1010010 | 111000 | 0 | 111010 | 10111 | 1110101 | 110001 | 110111 |
Color Harmonies of #57C452
Complementary color
Monochromatic Colors of #57C452
Black with #57C452
Text Example
Text Example
White with #57C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C452; }
p { color: rgb(87,196,82); }
H1.HeaderClassName
{
color: #57C452;
}
.AnyTagClassName
{
color: #57C452;
}
</style>
background-color css
<style>
a { background-color: #57C452; }
a { background-color: rgb(87,196,82); }
div.DivClassName
{
background-color: #57C452;
}
.BgClassName
{
background-color: #57C452;
}
</style>
border-color css
<style>
span { border-color: #57C452; }
span { border-color: rgb(87,196,82); }
td.TdClassName
{
border-color: #57C452;
}
.TagClassName
{
border-color: #57C452;
}
</style>