Shades of Apple #53C439
Tints of Apple #53C439
RGB
CMYK
RGB Variations
Color information
#53C439 (or 0x53C439) is known color: Apple. HEX triplet: 53, C4 and 39. RGB value is (83,196,57). Sum of RGB (Red+Green+Blue) = 83+196+57=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #53C439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C439 is #AC3BC6. Grayscale: #929292. Windows color (decimal): -11287495 or 3785811. OLE color: 3785811.
HSL color Cylindrical-coordinate representation of color #53C439: hue angle of 108.78º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53C439 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 57 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.23 |
| HSL | 108.78º | 0.55% | 0.5% | - |
| HSV(B) | 108.78º | 0.71% | 0.77% | - |
| XYZ | 24.05 | 41.61 | 10.64 | - |
| YUV | 146.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 57 | 0.58 | 0 | 0.71 | 0.23 | 108.78 | 0.55 | 0.5 |
| Hex | 53 | C4 | 39 | 3A | 0 | 47 | 17 | 6D | 37 | 32 |
| Octal | 123 | 304 | 71 | 72 | 0 | 107 | 27 | 155 | 67 | 62 |
| Binary | 1010011 | 11000100 | 111001 | 111010 | 0 | 1000111 | 10111 | 1101101 | 110111 | 110010 |
Color Harmonies of #53C439
Complementary color
Monochromatic Colors of #53C439
Black with #53C439
Text Example
Text Example
White with #53C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C439; }
p { color: rgb(83,196,57); }
H1.HeaderClassName
{
color: #53C439;
}
.AnyTagClassName
{
color: #53C439;
}
</style>
background-color css
<style>
a { background-color: #53C439; }
a { background-color: rgb(83,196,57); }
div.DivClassName
{
background-color: #53C439;
}
.BgClassName
{
background-color: #53C439;
}
</style>
border-color css
<style>
span { border-color: #53C439; }
span { border-color: rgb(83,196,57); }
td.TdClassName
{
border-color: #53C439;
}
.TagClassName
{
border-color: #53C439;
}
</style>