Shades of Apple #63BA43
Tints of Apple #63BA43
RGB
CMYK
RGB Variations
Color information
#63BA43 (or 0x63BA43) is known color: Apple. HEX triplet: 63, BA and 43. RGB value is (99,186,67). Sum of RGB (Red+Green+Blue) = 99+186+67=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA43 is #9C45BC. Grayscale: #929292. Windows color (decimal): -10241469 or 4438627. OLE color: 4438627.
HSL color Cylindrical-coordinate representation of color #63BA43: hue angle of 103.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63BA43 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 67 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.27 |
| HSL | 103.87º | 0.47% | 0.5% | - |
| HSV(B) | 103.87º | 0.64% | 0.73% | - |
| XYZ | 23.72 | 38.18 | 11.43 | - |
| YUV | 146.42 | 83.18 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 67 | 0.47 | 0 | 0.64 | 0.27 | 103.87 | 0.47 | 0.5 |
| Hex | 63 | BA | 43 | 2F | 0 | 40 | 1B | 68 | 2F | 32 |
| Octal | 143 | 272 | 103 | 57 | 0 | 100 | 33 | 150 | 57 | 62 |
| Binary | 1100011 | 10111010 | 1000011 | 101111 | 0 | 1000000 | 11011 | 1101000 | 101111 | 110010 |
Color Harmonies of #63BA43
Complementary color
Monochromatic Colors of #63BA43
Black with #63BA43
Text Example
Text Example
White with #63BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA43; }
p { color: rgb(99,186,67); }
H1.HeaderClassName
{
color: #63BA43;
}
.AnyTagClassName
{
color: #63BA43;
}
</style>
background-color css
<style>
a { background-color: #63BA43; }
a { background-color: rgb(99,186,67); }
div.DivClassName
{
background-color: #63BA43;
}
.BgClassName
{
background-color: #63BA43;
}
</style>
border-color css
<style>
span { border-color: #63BA43; }
span { border-color: rgb(99,186,67); }
td.TdClassName
{
border-color: #63BA43;
}
.TagClassName
{
border-color: #63BA43;
}
</style>