Shades of Apple #63DA49
Tints of Apple #63DA49
RGB
CMYK
RGB Variations
Color information
#63DA49 (or 0x63DA49) is known color: Apple. HEX triplet: 63, DA and 49. RGB value is (99,218,73). Sum of RGB (Red+Green+Blue) = 99+218+73=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #63DA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DA49 is #9C25B6. Grayscale: #A6A6A6. Windows color (decimal): -10233271 or 4840035. OLE color: 4840035.
HSL color Cylindrical-coordinate representation of color #63DA49: hue angle of 109.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63DA49 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 73 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.15 |
| HSL | 109.24º | 0.66% | 0.57% | - |
| HSV(B) | 109.24º | 0.67% | 0.85% | - |
| XYZ | 31.42 | 53.28 | 14.93 | - |
| YUV | 165.89 | 75.58 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 73 | 0.55 | 0 | 0.67 | 0.15 | 109.24 | 0.66 | 0.57 |
| Hex | 63 | DA | 49 | 37 | 0 | 43 | F | 6D | 42 | 39 |
| Octal | 143 | 332 | 111 | 67 | 0 | 103 | 17 | 155 | 102 | 71 |
| Binary | 1100011 | 11011010 | 1001001 | 110111 | 0 | 1000011 | 1111 | 1101101 | 1000010 | 111001 |
Color Harmonies of #63DA49
Complementary color
Monochromatic Colors of #63DA49
Black with #63DA49
Text Example
Text Example
White with #63DA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DA49; }
p { color: rgb(99,218,73); }
H1.HeaderClassName
{
color: #63DA49;
}
.AnyTagClassName
{
color: #63DA49;
}
</style>
background-color css
<style>
a { background-color: #63DA49; }
a { background-color: rgb(99,218,73); }
div.DivClassName
{
background-color: #63DA49;
}
.BgClassName
{
background-color: #63DA49;
}
</style>
border-color css
<style>
span { border-color: #63DA49; }
span { border-color: rgb(99,218,73); }
td.TdClassName
{
border-color: #63DA49;
}
.TagClassName
{
border-color: #63DA49;
}
</style>