Shades of Apple #53C244
Tints of Apple #53C244
RGB
CMYK
RGB Variations
Color information
#53C244 (or 0x53C244) is known color: Apple. HEX triplet: 53, C2 and 44. RGB value is (83,194,68). Sum of RGB (Red+Green+Blue) = 83+194+68=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #53C244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C244 is #AC3DBB. Grayscale: #929292. Windows color (decimal): -11287996 or 4506195. OLE color: 4506195.
HSL color Cylindrical-coordinate representation of color #53C244: hue angle of 112.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53C244 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 68 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.24 |
| HSL | 112.86º | 0.51% | 0.51% | - |
| HSV(B) | 112.86º | 0.65% | 0.76% | - |
| XYZ | 23.9 | 40.84 | 12.09 | - |
| YUV | 146.45 | 83.73 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 68 | 0.57 | 0 | 0.65 | 0.24 | 112.86 | 0.51 | 0.51 |
| Hex | 53 | C2 | 44 | 39 | 0 | 41 | 18 | 71 | 33 | 33 |
| Octal | 123 | 302 | 104 | 71 | 0 | 101 | 30 | 161 | 63 | 63 |
| Binary | 1010011 | 11000010 | 1000100 | 111001 | 0 | 1000001 | 11000 | 1110001 | 110011 | 110011 |
Color Harmonies of #53C244
Complementary color
Monochromatic Colors of #53C244
Black with #53C244
Text Example
Text Example
White with #53C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C244; }
p { color: rgb(83,194,68); }
H1.HeaderClassName
{
color: #53C244;
}
.AnyTagClassName
{
color: #53C244;
}
</style>
background-color css
<style>
a { background-color: #53C244; }
a { background-color: rgb(83,194,68); }
div.DivClassName
{
background-color: #53C244;
}
.BgClassName
{
background-color: #53C244;
}
</style>
border-color css
<style>
span { border-color: #53C244; }
span { border-color: rgb(83,194,68); }
td.TdClassName
{
border-color: #53C244;
}
.TagClassName
{
border-color: #53C244;
}
</style>