Shades of Apple #63D648
Tints of Apple #63D648
RGB
CMYK
RGB Variations
Color information
#63D648 (or 0x63D648) is known color: Apple. HEX triplet: 63, D6 and 48. RGB value is (99,214,72). Sum of RGB (Red+Green+Blue) = 99+214+72=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #63D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D648 is #9C29B7. Grayscale: #A3A3A3. Windows color (decimal): -10234296 or 4773475. OLE color: 4773475.
HSL color Cylindrical-coordinate representation of color #63D648: hue angle of 108.59º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63D648 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 214 | 72 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.16 |
| HSL | 108.59º | 0.63% | 0.56% | - |
| HSV(B) | 108.59º | 0.66% | 0.84% | - |
| XYZ | 30.36 | 51.21 | 14.42 | - |
| YUV | 163.43 | 76.4 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 72 | 0.54 | 0 | 0.66 | 0.16 | 108.59 | 0.63 | 0.56 |
| Hex | 63 | D6 | 48 | 36 | 0 | 42 | 10 | 6D | 3F | 38 |
| Octal | 143 | 326 | 110 | 66 | 0 | 102 | 20 | 155 | 77 | 70 |
| Binary | 1100011 | 11010110 | 1001000 | 110110 | 0 | 1000010 | 10000 | 1101101 | 111111 | 111000 |
Color Harmonies of #63D648
Complementary color
Monochromatic Colors of #63D648
Black with #63D648
Text Example
Text Example
White with #63D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D648; }
p { color: rgb(99,214,72); }
H1.HeaderClassName
{
color: #63D648;
}
.AnyTagClassName
{
color: #63D648;
}
</style>
background-color css
<style>
a { background-color: #63D648; }
a { background-color: rgb(99,214,72); }
div.DivClassName
{
background-color: #63D648;
}
.BgClassName
{
background-color: #63D648;
}
</style>
border-color css
<style>
span { border-color: #63D648; }
span { border-color: rgb(99,214,72); }
td.TdClassName
{
border-color: #63D648;
}
.TagClassName
{
border-color: #63D648;
}
</style>