Shades of Apple #63BA45
Tints of Apple #63BA45
RGB
CMYK
RGB Variations
Color information
#63BA45 (or 0x63BA45) is known color: Apple. HEX triplet: 63, BA and 45. RGB value is (99,186,69). Sum of RGB (Red+Green+Blue) = 99+186+69=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA45 is #9C45BA. Grayscale: #939393. Windows color (decimal): -10241467 or 4569699. OLE color: 4569699.
HSL color Cylindrical-coordinate representation of color #63BA45: hue angle of 104.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63BA45 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 69 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.27 |
| HSL | 104.62º | 0.46% | 0.5% | - |
| HSV(B) | 104.62º | 0.63% | 0.73% | - |
| XYZ | 23.78 | 38.2 | 11.75 | - |
| YUV | 146.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 69 | 0.47 | 0 | 0.63 | 0.27 | 104.62 | 0.46 | 0.5 |
| Hex | 63 | BA | 45 | 2F | 0 | 3F | 1B | 69 | 2E | 32 |
| Octal | 143 | 272 | 105 | 57 | 0 | 77 | 33 | 151 | 56 | 62 |
| Binary | 1100011 | 10111010 | 1000101 | 101111 | 0 | 111111 | 11011 | 1101001 | 101110 | 110010 |
Color Harmonies of #63BA45
Complementary color
Monochromatic Colors of #63BA45
Black with #63BA45
Text Example
Text Example
White with #63BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA45; }
p { color: rgb(99,186,69); }
H1.HeaderClassName
{
color: #63BA45;
}
.AnyTagClassName
{
color: #63BA45;
}
</style>
background-color css
<style>
a { background-color: #63BA45; }
a { background-color: rgb(99,186,69); }
div.DivClassName
{
background-color: #63BA45;
}
.BgClassName
{
background-color: #63BA45;
}
</style>
border-color css
<style>
span { border-color: #63BA45; }
span { border-color: rgb(99,186,69); }
td.TdClassName
{
border-color: #63BA45;
}
.TagClassName
{
border-color: #63BA45;
}
</style>