Shades of Apple #63D646
Tints of Apple #63D646
RGB
CMYK
RGB Variations
Color information
#63D646 (or 0x63D646) is known color: Apple. HEX triplet: 63, D6 and 46. RGB value is (99,214,70). Sum of RGB (Red+Green+Blue) = 99+214+70=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #63D646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D646 is #9C29B9. Grayscale: #A3A3A3. Windows color (decimal): -10234298 or 4642403. OLE color: 4642403.
HSL color Cylindrical-coordinate representation of color #63D646: hue angle of 107.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63D646 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 214 | 70 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.16 |
| HSL | 107.92º | 0.64% | 0.56% | - |
| HSV(B) | 107.92º | 0.67% | 0.84% | - |
| XYZ | 30.3 | 51.19 | 14.08 | - |
| YUV | 163.2 | 75.4 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 70 | 0.54 | 0 | 0.67 | 0.16 | 107.92 | 0.64 | 0.56 |
| Hex | 63 | D6 | 46 | 36 | 0 | 43 | 10 | 6C | 40 | 38 |
| Octal | 143 | 326 | 106 | 66 | 0 | 103 | 20 | 154 | 100 | 70 |
| Binary | 1100011 | 11010110 | 1000110 | 110110 | 0 | 1000011 | 10000 | 1101100 | 1000000 | 111000 |
Color Harmonies of #63D646
Complementary color
Monochromatic Colors of #63D646
Black with #63D646
Text Example
Text Example
White with #63D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D646; }
p { color: rgb(99,214,70); }
H1.HeaderClassName
{
color: #63D646;
}
.AnyTagClassName
{
color: #63D646;
}
</style>
background-color css
<style>
a { background-color: #63D646; }
a { background-color: rgb(99,214,70); }
div.DivClassName
{
background-color: #63D646;
}
.BgClassName
{
background-color: #63D646;
}
</style>
border-color css
<style>
span { border-color: #63D646; }
span { border-color: rgb(99,214,70); }
td.TdClassName
{
border-color: #63D646;
}
.TagClassName
{
border-color: #63D646;
}
</style>