Shades of Apple #53AD45
Tints of Apple #53AD45
RGB
CMYK
RGB Variations
Color information
#53AD45 (or 0x53AD45) is known color: Apple. HEX triplet: 53, AD and 45. RGB value is (83,173,69). Sum of RGB (Red+Green+Blue) = 83+173+69=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD45 is #AC52BA. Grayscale: #868686. Windows color (decimal): -11293371 or 4566355. OLE color: 4566355.
HSL color Cylindrical-coordinate representation of color #53AD45: hue angle of 111.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53AD45 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 69 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.32 |
| HSL | 111.92º | 0.43% | 0.47% | - |
| HSV(B) | 111.92º | 0.6% | 0.68% | - |
| XYZ | 19.59 | 32.16 | 10.8 | - |
| YUV | 134.23 | 91.18 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 69 | 0.52 | 0 | 0.60 | 0.32 | 111.92 | 0.43 | 0.47 |
| Hex | 53 | AD | 45 | 34 | 0 | 3C | 20 | 70 | 2B | 2F |
| Octal | 123 | 255 | 105 | 64 | 0 | 74 | 40 | 160 | 53 | 57 |
| Binary | 1010011 | 10101101 | 1000101 | 110100 | 0 | 111100 | 100000 | 1110000 | 101011 | 101111 |
Color Harmonies of #53AD45
Complementary color
Monochromatic Colors of #53AD45
Black with #53AD45
Text Example
Text Example
White with #53AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD45; }
p { color: rgb(83,173,69); }
H1.HeaderClassName
{
color: #53AD45;
}
.AnyTagClassName
{
color: #53AD45;
}
</style>
background-color css
<style>
a { background-color: #53AD45; }
a { background-color: rgb(83,173,69); }
div.DivClassName
{
background-color: #53AD45;
}
.BgClassName
{
background-color: #53AD45;
}
</style>
border-color css
<style>
span { border-color: #53AD45; }
span { border-color: rgb(83,173,69); }
td.TdClassName
{
border-color: #53AD45;
}
.TagClassName
{
border-color: #53AD45;
}
</style>