Shades of Apple #63A247
Tints of Apple #63A247
RGB
CMYK
RGB Variations
Color information
#63A247 (or 0x63A247) is known color: Apple. HEX triplet: 63, A2 and 47. RGB value is (99,162,71). Sum of RGB (Red+Green+Blue) = 99+162+71=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #63A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A247 is #9C5DB8. Grayscale: #858585. Windows color (decimal): -10247609 or 4694627. OLE color: 4694627.
HSL color Cylindrical-coordinate representation of color #63A247: hue angle of 101.54º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63A247 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 71 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.36 |
| HSL | 101.54º | 0.39% | 0.46% | - |
| HSV(B) | 101.54º | 0.56% | 0.64% | - |
| XYZ | 19.2 | 28.95 | 10.54 | - |
| YUV | 132.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 71 | 0.39 | 0 | 0.56 | 0.36 | 101.54 | 0.39 | 0.46 |
| Hex | 63 | A2 | 47 | 27 | 0 | 38 | 24 | 66 | 27 | 2E |
| Octal | 143 | 242 | 107 | 47 | 0 | 70 | 44 | 146 | 47 | 56 |
| Binary | 1100011 | 10100010 | 1000111 | 100111 | 0 | 111000 | 100100 | 1100110 | 100111 | 101110 |
Color Harmonies of #63A247
Complementary color
Monochromatic Colors of #63A247
Black with #63A247
Text Example
Text Example
White with #63A247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A247; }
p { color: rgb(99,162,71); }
H1.HeaderClassName
{
color: #63A247;
}
.AnyTagClassName
{
color: #63A247;
}
</style>
background-color css
<style>
a { background-color: #63A247; }
a { background-color: rgb(99,162,71); }
div.DivClassName
{
background-color: #63A247;
}
.BgClassName
{
background-color: #63A247;
}
</style>
border-color css
<style>
span { border-color: #63A247; }
span { border-color: rgb(99,162,71); }
td.TdClassName
{
border-color: #63A247;
}
.TagClassName
{
border-color: #63A247;
}
</style>