Shades of Apple #63BA47
Tints of Apple #63BA47
RGB
CMYK
RGB Variations
Color information
#63BA47 (or 0x63BA47) is known color: Apple. HEX triplet: 63, BA and 47. RGB value is (99,186,71). Sum of RGB (Red+Green+Blue) = 99+186+71=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA47 is #9C45B8. Grayscale: #939393. Windows color (decimal): -10241465 or 4700771. OLE color: 4700771.
HSL color Cylindrical-coordinate representation of color #63BA47: hue angle of 105.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63BA47 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 71 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.27 |
| HSL | 105.39º | 0.45% | 0.5% | - |
| HSV(B) | 105.39º | 0.62% | 0.73% | - |
| XYZ | 23.84 | 38.23 | 12.08 | - |
| YUV | 146.88 | 85.18 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 71 | 0.47 | 0 | 0.62 | 0.27 | 105.39 | 0.45 | 0.5 |
| Hex | 63 | BA | 47 | 2F | 0 | 3E | 1B | 69 | 2D | 32 |
| Octal | 143 | 272 | 107 | 57 | 0 | 76 | 33 | 151 | 55 | 62 |
| Binary | 1100011 | 10111010 | 1000111 | 101111 | 0 | 111110 | 11011 | 1101001 | 101101 | 110010 |
Color Harmonies of #63BA47
Complementary color
Monochromatic Colors of #63BA47
Black with #63BA47
Text Example
Text Example
White with #63BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA47; }
p { color: rgb(99,186,71); }
H1.HeaderClassName
{
color: #63BA47;
}
.AnyTagClassName
{
color: #63BA47;
}
</style>
background-color css
<style>
a { background-color: #63BA47; }
a { background-color: rgb(99,186,71); }
div.DivClassName
{
background-color: #63BA47;
}
.BgClassName
{
background-color: #63BA47;
}
</style>
border-color css
<style>
span { border-color: #63BA47; }
span { border-color: rgb(99,186,71); }
td.TdClassName
{
border-color: #63BA47;
}
.TagClassName
{
border-color: #63BA47;
}
</style>