Shades of Apple #63A248
Tints of Apple #63A248
RGB
CMYK
RGB Variations
Color information
#63A248 (or 0x63A248) is known color: Apple. HEX triplet: 63, A2 and 48. RGB value is (99,162,72). Sum of RGB (Red+Green+Blue) = 99+162+72=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #63A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A248 is #9C5DB7. Grayscale: #858585. Windows color (decimal): -10247608 or 4760163. OLE color: 4760163.
HSL color Cylindrical-coordinate representation of color #63A248: hue angle of 102º degrees, saturation: 0.38, 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 #63A248 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 72 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.36 |
| HSL | 102º | 0.38% | 0.46% | - |
| HSV(B) | 102º | 0.56% | 0.64% | - |
| XYZ | 19.24 | 28.96 | 10.71 | - |
| YUV | 132.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 72 | 0.39 | 0 | 0.56 | 0.36 | 102 | 0.38 | 0.46 |
| Hex | 63 | A2 | 48 | 27 | 0 | 38 | 24 | 66 | 26 | 2E |
| Octal | 143 | 242 | 110 | 47 | 0 | 70 | 44 | 146 | 46 | 56 |
| Binary | 1100011 | 10100010 | 1001000 | 100111 | 0 | 111000 | 100100 | 1100110 | 100110 | 101110 |
Color Harmonies of #63A248
Complementary color
Monochromatic Colors of #63A248
Black with #63A248
Text Example
Text Example
White with #63A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A248; }
p { color: rgb(99,162,72); }
H1.HeaderClassName
{
color: #63A248;
}
.AnyTagClassName
{
color: #63A248;
}
</style>
background-color css
<style>
a { background-color: #63A248; }
a { background-color: rgb(99,162,72); }
div.DivClassName
{
background-color: #63A248;
}
.BgClassName
{
background-color: #63A248;
}
</style>
border-color css
<style>
span { border-color: #63A248; }
span { border-color: rgb(99,162,72); }
td.TdClassName
{
border-color: #63A248;
}
.TagClassName
{
border-color: #63A248;
}
</style>