Shades of Apple #53C944
Tints of Apple #53C944
RGB
CMYK
RGB Variations
Color information
#53C944 (or 0x53C944) is known color: Apple. HEX triplet: 53, C9 and 44. RGB value is (83,201,68). Sum of RGB (Red+Green+Blue) = 83+201+68=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #53C944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C944 is #AC36BB. Grayscale: #969696. Windows color (decimal): -11286204 or 4507987. OLE color: 4507987.
HSL color Cylindrical-coordinate representation of color #53C944: hue angle of 113.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53C944 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 68 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.21 |
| HSL | 113.23º | 0.55% | 0.53% | - |
| HSV(B) | 113.23º | 0.66% | 0.79% | - |
| XYZ | 25.5 | 44.03 | 12.62 | - |
| YUV | 150.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 68 | 0.59 | 0 | 0.66 | 0.21 | 113.23 | 0.55 | 0.53 |
| Hex | 53 | C9 | 44 | 3B | 0 | 42 | 15 | 71 | 37 | 35 |
| Octal | 123 | 311 | 104 | 73 | 0 | 102 | 25 | 161 | 67 | 65 |
| Binary | 1010011 | 11001001 | 1000100 | 111011 | 0 | 1000010 | 10101 | 1110001 | 110111 | 110101 |
Color Harmonies of #53C944
Complementary color
Monochromatic Colors of #53C944
Black with #53C944
Text Example
Text Example
White with #53C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C944; }
p { color: rgb(83,201,68); }
H1.HeaderClassName
{
color: #53C944;
}
.AnyTagClassName
{
color: #53C944;
}
</style>
background-color css
<style>
a { background-color: #53C944; }
a { background-color: rgb(83,201,68); }
div.DivClassName
{
background-color: #53C944;
}
.BgClassName
{
background-color: #53C944;
}
</style>
border-color css
<style>
span { border-color: #53C944; }
span { border-color: rgb(83,201,68); }
td.TdClassName
{
border-color: #53C944;
}
.TagClassName
{
border-color: #53C944;
}
</style>