Shades of Apple #53D249
Tints of Apple #53D249
RGB
CMYK
RGB Variations
Color information
#53D249 (or 0x53D249) is known color: Apple. HEX triplet: 53, D2 and 49. RGB value is (83,210,73). Sum of RGB (Red+Green+Blue) = 83+210+73=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #53D249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D249 is #AC2DB6. Grayscale: #9C9C9C. Windows color (decimal): -11283895 or 4837971. OLE color: 4837971.
HSL color Cylindrical-coordinate representation of color #53D249: hue angle of 115.62º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D249 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 73 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.18 |
| HSL | 115.62º | 0.6% | 0.55% | - |
| HSV(B) | 115.62º | 0.65% | 0.82% | - |
| XYZ | 27.82 | 48.41 | 14.18 | - |
| YUV | 156.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 73 | 0.60 | 0 | 0.65 | 0.18 | 115.62 | 0.6 | 0.55 |
| Hex | 53 | D2 | 49 | 3C | 0 | 41 | 12 | 74 | 3C | 37 |
| Octal | 123 | 322 | 111 | 74 | 0 | 101 | 22 | 164 | 74 | 67 |
| Binary | 1010011 | 11010010 | 1001001 | 111100 | 0 | 1000001 | 10010 | 1110100 | 111100 | 110111 |
Color Harmonies of #53D249
Complementary color
Monochromatic Colors of #53D249
Black with #53D249
Text Example
Text Example
White with #53D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D249; }
p { color: rgb(83,210,73); }
H1.HeaderClassName
{
color: #53D249;
}
.AnyTagClassName
{
color: #53D249;
}
</style>
background-color css
<style>
a { background-color: #53D249; }
a { background-color: rgb(83,210,73); }
div.DivClassName
{
background-color: #53D249;
}
.BgClassName
{
background-color: #53D249;
}
</style>
border-color css
<style>
span { border-color: #53D249; }
span { border-color: rgb(83,210,73); }
td.TdClassName
{
border-color: #53D249;
}
.TagClassName
{
border-color: #53D249;
}
</style>