Shades of Apple #53C647
Tints of Apple #53C647
RGB
CMYK
RGB Variations
Color information
#53C647 (or 0x53C647) is known color: Apple. HEX triplet: 53, C6 and 47. RGB value is (83,198,71). Sum of RGB (Red+Green+Blue) = 83+198+71=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #53C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C647 is #AC39B8. Grayscale: #959595. Windows color (decimal): -11286969 or 4703827. OLE color: 4703827.
HSL color Cylindrical-coordinate representation of color #53C647: hue angle of 114.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C647 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 71 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.22 |
| HSL | 114.33º | 0.53% | 0.53% | - |
| HSV(B) | 114.33º | 0.64% | 0.78% | - |
| XYZ | 24.9 | 42.68 | 12.89 | - |
| YUV | 149.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 71 | 0.58 | 0 | 0.64 | 0.22 | 114.33 | 0.53 | 0.53 |
| Hex | 53 | C6 | 47 | 3A | 0 | 40 | 16 | 72 | 35 | 35 |
| Octal | 123 | 306 | 107 | 72 | 0 | 100 | 26 | 162 | 65 | 65 |
| Binary | 1010011 | 11000110 | 1000111 | 111010 | 0 | 1000000 | 10110 | 1110010 | 110101 | 110101 |
Color Harmonies of #53C647
Complementary color
Monochromatic Colors of #53C647
Black with #53C647
Text Example
Text Example
White with #53C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C647; }
p { color: rgb(83,198,71); }
H1.HeaderClassName
{
color: #53C647;
}
.AnyTagClassName
{
color: #53C647;
}
</style>
background-color css
<style>
a { background-color: #53C647; }
a { background-color: rgb(83,198,71); }
div.DivClassName
{
background-color: #53C647;
}
.BgClassName
{
background-color: #53C647;
}
</style>
border-color css
<style>
span { border-color: #53C647; }
span { border-color: rgb(83,198,71); }
td.TdClassName
{
border-color: #53C647;
}
.TagClassName
{
border-color: #53C647;
}
</style>