Shades of Apple #53A839
Tints of Apple #53A839
RGB
CMYK
RGB Variations
Color information
#53A839 (or 0x53A839) is known color: Apple. HEX triplet: 53, A8 and 39. RGB value is (83,168,57). Sum of RGB (Red+Green+Blue) = 83+168+57=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #53A839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A839 is #AC57C6. Grayscale: #828282. Windows color (decimal): -11294663 or 3778643. OLE color: 3778643.
HSL color Cylindrical-coordinate representation of color #53A839: hue angle of 105.95º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53A839 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 57 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.34 |
| HSL | 105.95º | 0.49% | 0.44% | - |
| HSV(B) | 105.95º | 0.66% | 0.66% | - |
| XYZ | 18.31 | 30.14 | 8.72 | - |
| YUV | 129.93 | 86.84 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 57 | 0.51 | 0 | 0.66 | 0.34 | 105.95 | 0.49 | 0.44 |
| Hex | 53 | A8 | 39 | 33 | 0 | 42 | 22 | 6A | 31 | 2C |
| Octal | 123 | 250 | 71 | 63 | 0 | 102 | 42 | 152 | 61 | 54 |
| Binary | 1010011 | 10101000 | 111001 | 110011 | 0 | 1000010 | 100010 | 1101010 | 110001 | 101100 |
Color Harmonies of #53A839
Complementary color
Monochromatic Colors of #53A839
Black with #53A839
Text Example
Text Example
White with #53A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A839; }
p { color: rgb(83,168,57); }
H1.HeaderClassName
{
color: #53A839;
}
.AnyTagClassName
{
color: #53A839;
}
</style>
background-color css
<style>
a { background-color: #53A839; }
a { background-color: rgb(83,168,57); }
div.DivClassName
{
background-color: #53A839;
}
.BgClassName
{
background-color: #53A839;
}
</style>
border-color css
<style>
span { border-color: #53A839; }
span { border-color: rgb(83,168,57); }
td.TdClassName
{
border-color: #53A839;
}
.TagClassName
{
border-color: #53A839;
}
</style>