Shades of Apple #57DB45
Tints of Apple #57DB45
RGB
CMYK
RGB Variations
Color information
#57DB45 (or 0x57DB45) is known color: Apple. HEX triplet: 57, DB and 45. RGB value is (87,219,69). Sum of RGB (Red+Green+Blue) = 87+219+69=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DB45 is #A824BA. Grayscale: #A2A2A2. Windows color (decimal): -11019451 or 4578135. OLE color: 4578135.
HSL color Cylindrical-coordinate representation of color #57DB45: hue angle of 112.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57DB45 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 69 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.14 |
| HSL | 112.8º | 0.68% | 0.56% | - |
| HSV(B) | 112.8º | 0.68% | 0.86% | - |
| XYZ | 30.34 | 53.12 | 14.28 | - |
| YUV | 162.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 69 | 0.60 | 0 | 0.68 | 0.14 | 112.8 | 0.68 | 0.56 |
| Hex | 57 | DB | 45 | 3C | 0 | 44 | E | 71 | 44 | 38 |
| Octal | 127 | 333 | 105 | 74 | 0 | 104 | 16 | 161 | 104 | 70 |
| Binary | 1010111 | 11011011 | 1000101 | 111100 | 0 | 1000100 | 1110 | 1110001 | 1000100 | 111000 |
Color Harmonies of #57DB45
Complementary color
Monochromatic Colors of #57DB45
Black with #57DB45
Text Example
Text Example
White with #57DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB45; }
p { color: rgb(87,219,69); }
H1.HeaderClassName
{
color: #57DB45;
}
.AnyTagClassName
{
color: #57DB45;
}
</style>
background-color css
<style>
a { background-color: #57DB45; }
a { background-color: rgb(87,219,69); }
div.DivClassName
{
background-color: #57DB45;
}
.BgClassName
{
background-color: #57DB45;
}
</style>
border-color css
<style>
span { border-color: #57DB45; }
span { border-color: rgb(87,219,69); }
td.TdClassName
{
border-color: #57DB45;
}
.TagClassName
{
border-color: #57DB45;
}
</style>