Shades of Apple #57DB46
Tints of Apple #57DB46
RGB
CMYK
RGB Variations
Color information
#57DB46 (or 0x57DB46) is known color: Apple. HEX triplet: 57, DB and 46. RGB value is (87,219,70). Sum of RGB (Red+Green+Blue) = 87+219+70=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DB46 is #A824B9. Grayscale: #A3A3A3. Windows color (decimal): -11019450 or 4643671. OLE color: 4643671.
HSL color Cylindrical-coordinate representation of color #57DB46: hue angle of 113.15º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57DB46 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 70 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.14 |
| HSL | 113.15º | 0.67% | 0.57% | - |
| HSV(B) | 113.15º | 0.68% | 0.86% | - |
| XYZ | 30.37 | 53.13 | 14.45 | - |
| YUV | 162.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 70 | 0.60 | 0 | 0.68 | 0.14 | 113.15 | 0.67 | 0.57 |
| Hex | 57 | DB | 46 | 3C | 0 | 44 | E | 71 | 43 | 39 |
| Octal | 127 | 333 | 106 | 74 | 0 | 104 | 16 | 161 | 103 | 71 |
| Binary | 1010111 | 11011011 | 1000110 | 111100 | 0 | 1000100 | 1110 | 1110001 | 1000011 | 111001 |
Color Harmonies of #57DB46
Complementary color
Monochromatic Colors of #57DB46
Black with #57DB46
Text Example
Text Example
White with #57DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB46; }
p { color: rgb(87,219,70); }
H1.HeaderClassName
{
color: #57DB46;
}
.AnyTagClassName
{
color: #57DB46;
}
</style>
background-color css
<style>
a { background-color: #57DB46; }
a { background-color: rgb(87,219,70); }
div.DivClassName
{
background-color: #57DB46;
}
.BgClassName
{
background-color: #57DB46;
}
</style>
border-color css
<style>
span { border-color: #57DB46; }
span { border-color: rgb(87,219,70); }
td.TdClassName
{
border-color: #57DB46;
}
.TagClassName
{
border-color: #57DB46;
}
</style>