Shades of Apple #53BA47
Tints of Apple #53BA47
RGB
CMYK
RGB Variations
Color information
#53BA47 (or 0x53BA47) is known color: Apple. HEX triplet: 53, BA and 47. RGB value is (83,186,71). Sum of RGB (Red+Green+Blue) = 83+186+71=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA47 is #AC45B8. Grayscale: #8E8E8E. Windows color (decimal): -11290041 or 4700755. OLE color: 4700755.
HSL color Cylindrical-coordinate representation of color #53BA47: hue angle of 113.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BA47 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 71 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.27 |
| HSL | 113.74º | 0.45% | 0.5% | - |
| HSV(B) | 113.74º | 0.62% | 0.73% | - |
| XYZ | 22.26 | 37.41 | 12.01 | - |
| YUV | 142.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 71 | 0.55 | 0 | 0.62 | 0.27 | 113.74 | 0.45 | 0.5 |
| Hex | 53 | BA | 47 | 37 | 0 | 3E | 1B | 72 | 2D | 32 |
| Octal | 123 | 272 | 107 | 67 | 0 | 76 | 33 | 162 | 55 | 62 |
| Binary | 1010011 | 10111010 | 1000111 | 110111 | 0 | 111110 | 11011 | 1110010 | 101101 | 110010 |
Color Harmonies of #53BA47
Complementary color
Monochromatic Colors of #53BA47
Black with #53BA47
Text Example
Text Example
White with #53BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA47; }
p { color: rgb(83,186,71); }
H1.HeaderClassName
{
color: #53BA47;
}
.AnyTagClassName
{
color: #53BA47;
}
</style>
background-color css
<style>
a { background-color: #53BA47; }
a { background-color: rgb(83,186,71); }
div.DivClassName
{
background-color: #53BA47;
}
.BgClassName
{
background-color: #53BA47;
}
</style>
border-color css
<style>
span { border-color: #53BA47; }
span { border-color: rgb(83,186,71); }
td.TdClassName
{
border-color: #53BA47;
}
.TagClassName
{
border-color: #53BA47;
}
</style>