Shades of Apple #63CC53
Tints of Apple #63CC53
RGB
CMYK
RGB Variations
Color information
#63CC53 (or 0x63CC53) is known color: Apple. HEX triplet: 63, CC and 53. RGB value is (99,204,83). Sum of RGB (Red+Green+Blue) = 99+204+83=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #63CC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63CC53 is #9C33AC. Grayscale: #9F9F9F. Windows color (decimal): -10236845 or 5491811. OLE color: 5491811.
HSL color Cylindrical-coordinate representation of color #63CC53: hue angle of 112.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63CC53 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 83 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.2 |
| HSL | 112.07º | 0.54% | 0.56% | - |
| HSV(B) | 112.07º | 0.59% | 0.8% | - |
| XYZ | 28.3 | 46.46 | 15.66 | - |
| YUV | 158.81 | 85.21 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 83 | 0.51 | 0 | 0.59 | 0.2 | 112.07 | 0.54 | 0.56 |
| Hex | 63 | CC | 53 | 33 | 0 | 3B | 14 | 70 | 36 | 38 |
| Octal | 143 | 314 | 123 | 63 | 0 | 73 | 24 | 160 | 66 | 70 |
| Binary | 1100011 | 11001100 | 1010011 | 110011 | 0 | 111011 | 10100 | 1110000 | 110110 | 111000 |
Color Harmonies of #63CC53
Complementary color
Monochromatic Colors of #63CC53
Black with #63CC53
Text Example
Text Example
White with #63CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CC53; }
p { color: rgb(99,204,83); }
H1.HeaderClassName
{
color: #63CC53;
}
.AnyTagClassName
{
color: #63CC53;
}
</style>
background-color css
<style>
a { background-color: #63CC53; }
a { background-color: rgb(99,204,83); }
div.DivClassName
{
background-color: #63CC53;
}
.BgClassName
{
background-color: #63CC53;
}
</style>
border-color css
<style>
span { border-color: #63CC53; }
span { border-color: rgb(99,204,83); }
td.TdClassName
{
border-color: #63CC53;
}
.TagClassName
{
border-color: #63CC53;
}
</style>