Shades of Apple #53AA43
Tints of Apple #53AA43
RGB
CMYK
RGB Variations
Color information
#53AA43 (or 0x53AA43) is known color: Apple. HEX triplet: 53, AA and 43. RGB value is (83,170,67). Sum of RGB (Red+Green+Blue) = 83+170+67=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA43 is #AC55BC. Grayscale: #848484. Windows color (decimal): -11294141 or 4434515. OLE color: 4434515.
HSL color Cylindrical-coordinate representation of color #53AA43: hue angle of 110.68º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53AA43 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 67 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.33 |
| HSL | 110.68º | 0.43% | 0.46% | - |
| HSV(B) | 110.68º | 0.61% | 0.67% | - |
| XYZ | 18.96 | 30.99 | 10.29 | - |
| YUV | 132.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 67 | 0.51 | 0 | 0.61 | 0.33 | 110.68 | 0.43 | 0.46 |
| Hex | 53 | AA | 43 | 33 | 0 | 3D | 21 | 6F | 2B | 2E |
| Octal | 123 | 252 | 103 | 63 | 0 | 75 | 41 | 157 | 53 | 56 |
| Binary | 1010011 | 10101010 | 1000011 | 110011 | 0 | 111101 | 100001 | 1101111 | 101011 | 101110 |
Color Harmonies of #53AA43
Complementary color
Monochromatic Colors of #53AA43
Black with #53AA43
Text Example
Text Example
White with #53AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA43; }
p { color: rgb(83,170,67); }
H1.HeaderClassName
{
color: #53AA43;
}
.AnyTagClassName
{
color: #53AA43;
}
</style>
background-color css
<style>
a { background-color: #53AA43; }
a { background-color: rgb(83,170,67); }
div.DivClassName
{
background-color: #53AA43;
}
.BgClassName
{
background-color: #53AA43;
}
</style>
border-color css
<style>
span { border-color: #53AA43; }
span { border-color: rgb(83,170,67); }
td.TdClassName
{
border-color: #53AA43;
}
.TagClassName
{
border-color: #53AA43;
}
</style>