Shades of Apple #53C245
Tints of Apple #53C245
RGB
CMYK
RGB Variations
Color information
#53C245 (or 0x53C245) is known color: Apple. HEX triplet: 53, C2 and 45. RGB value is (83,194,69). Sum of RGB (Red+Green+Blue) = 83+194+69=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #53C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C245 is #AC3DBA. Grayscale: #929292. Windows color (decimal): -11287995 or 4571731. OLE color: 4571731.
HSL color Cylindrical-coordinate representation of color #53C245: hue angle of 113.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C245 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 69 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.24 |
| HSL | 113.28º | 0.51% | 0.52% | - |
| HSV(B) | 113.28º | 0.64% | 0.76% | - |
| XYZ | 23.93 | 40.85 | 12.25 | - |
| YUV | 146.56 | 84.23 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 69 | 0.57 | 0 | 0.64 | 0.24 | 113.28 | 0.51 | 0.52 |
| Hex | 53 | C2 | 45 | 39 | 0 | 40 | 18 | 71 | 33 | 34 |
| Octal | 123 | 302 | 105 | 71 | 0 | 100 | 30 | 161 | 63 | 64 |
| Binary | 1010011 | 11000010 | 1000101 | 111001 | 0 | 1000000 | 11000 | 1110001 | 110011 | 110100 |
Color Harmonies of #53C245
Complementary color
Monochromatic Colors of #53C245
Black with #53C245
Text Example
Text Example
White with #53C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C245; }
p { color: rgb(83,194,69); }
H1.HeaderClassName
{
color: #53C245;
}
.AnyTagClassName
{
color: #53C245;
}
</style>
background-color css
<style>
a { background-color: #53C245; }
a { background-color: rgb(83,194,69); }
div.DivClassName
{
background-color: #53C245;
}
.BgClassName
{
background-color: #53C245;
}
</style>
border-color css
<style>
span { border-color: #53C245; }
span { border-color: rgb(83,194,69); }
td.TdClassName
{
border-color: #53C245;
}
.TagClassName
{
border-color: #53C245;
}
</style>