Shades of Apple #53BC49
Tints of Apple #53BC49
RGB
CMYK
RGB Variations
Color information
#53BC49 (or 0x53BC49) is known color: Apple. HEX triplet: 53, BC and 49. RGB value is (83,188,73). Sum of RGB (Red+Green+Blue) = 83+188+73=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC49 is #AC43B6. Grayscale: #8F8F8F. Windows color (decimal): -11289527 or 4832339. OLE color: 4832339.
HSL color Cylindrical-coordinate representation of color #53BC49: hue angle of 114.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BC49 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 73 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.26 |
| HSL | 114.78º | 0.46% | 0.51% | - |
| HSV(B) | 114.78º | 0.61% | 0.74% | - |
| XYZ | 22.75 | 38.29 | 12.49 | - |
| YUV | 143.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 73 | 0.56 | 0 | 0.61 | 0.26 | 114.78 | 0.46 | 0.51 |
| Hex | 53 | BC | 49 | 38 | 0 | 3D | 1A | 73 | 2E | 33 |
| Octal | 123 | 274 | 111 | 70 | 0 | 75 | 32 | 163 | 56 | 63 |
| Binary | 1010011 | 10111100 | 1001001 | 111000 | 0 | 111101 | 11010 | 1110011 | 101110 | 110011 |
Color Harmonies of #53BC49
Complementary color
Monochromatic Colors of #53BC49
Black with #53BC49
Text Example
Text Example
White with #53BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC49; }
p { color: rgb(83,188,73); }
H1.HeaderClassName
{
color: #53BC49;
}
.AnyTagClassName
{
color: #53BC49;
}
</style>
background-color css
<style>
a { background-color: #53BC49; }
a { background-color: rgb(83,188,73); }
div.DivClassName
{
background-color: #53BC49;
}
.BgClassName
{
background-color: #53BC49;
}
</style>
border-color css
<style>
span { border-color: #53BC49; }
span { border-color: rgb(83,188,73); }
td.TdClassName
{
border-color: #53BC49;
}
.TagClassName
{
border-color: #53BC49;
}
</style>