Shades of Apple #53A843
Tints of Apple #53A843
RGB
CMYK
RGB Variations
Color information
#53A843 (or 0x53A843) is known color: Apple. HEX triplet: 53, A8 and 43. RGB value is (83,168,67). Sum of RGB (Red+Green+Blue) = 83+168+67=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #53A843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A843 is #AC57BC. Grayscale: #838383. Windows color (decimal): -11294653 or 4434003. OLE color: 4434003.
HSL color Cylindrical-coordinate representation of color #53A843: hue angle of 110.5º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A843 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 67 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.34 |
| HSL | 110.5º | 0.43% | 0.46% | - |
| HSV(B) | 110.5º | 0.6% | 0.66% | - |
| XYZ | 18.58 | 30.25 | 10.17 | - |
| YUV | 131.07 | 91.84 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 67 | 0.51 | 0 | 0.60 | 0.34 | 110.5 | 0.43 | 0.46 |
| Hex | 53 | A8 | 43 | 33 | 0 | 3C | 22 | 6E | 2B | 2E |
| Octal | 123 | 250 | 103 | 63 | 0 | 74 | 42 | 156 | 53 | 56 |
| Binary | 1010011 | 10101000 | 1000011 | 110011 | 0 | 111100 | 100010 | 1101110 | 101011 | 101110 |
Color Harmonies of #53A843
Complementary color
Monochromatic Colors of #53A843
Black with #53A843
Text Example
Text Example
White with #53A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A843; }
p { color: rgb(83,168,67); }
H1.HeaderClassName
{
color: #53A843;
}
.AnyTagClassName
{
color: #53A843;
}
</style>
background-color css
<style>
a { background-color: #53A843; }
a { background-color: rgb(83,168,67); }
div.DivClassName
{
background-color: #53A843;
}
.BgClassName
{
background-color: #53A843;
}
</style>
border-color css
<style>
span { border-color: #53A843; }
span { border-color: rgb(83,168,67); }
td.TdClassName
{
border-color: #53A843;
}
.TagClassName
{
border-color: #53A843;
}
</style>