Shades of Apple #63BC49
Tints of Apple #63BC49
RGB
CMYK
RGB Variations
Color information
#63BC49 (or 0x63BC49) is known color: Apple. HEX triplet: 63, BC and 49. RGB value is (99,188,73). Sum of RGB (Red+Green+Blue) = 99+188+73=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BC49 is #9C43B6. Grayscale: #949494. Windows color (decimal): -10240951 or 4832355. OLE color: 4832355.
HSL color Cylindrical-coordinate representation of color #63BC49: hue angle of 106.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63BC49 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 73 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.26 |
| HSL | 106.43º | 0.46% | 0.51% | - |
| HSV(B) | 106.43º | 0.61% | 0.74% | - |
| XYZ | 24.33 | 39.1 | 12.57 | - |
| YUV | 148.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 73 | 0.47 | 0 | 0.61 | 0.26 | 106.43 | 0.46 | 0.51 |
| Hex | 63 | BC | 49 | 2F | 0 | 3D | 1A | 6A | 2E | 33 |
| Octal | 143 | 274 | 111 | 57 | 0 | 75 | 32 | 152 | 56 | 63 |
| Binary | 1100011 | 10111100 | 1001001 | 101111 | 0 | 111101 | 11010 | 1101010 | 101110 | 110011 |
Color Harmonies of #63BC49
Complementary color
Monochromatic Colors of #63BC49
Black with #63BC49
Text Example
Text Example
White with #63BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC49; }
p { color: rgb(99,188,73); }
H1.HeaderClassName
{
color: #63BC49;
}
.AnyTagClassName
{
color: #63BC49;
}
</style>
background-color css
<style>
a { background-color: #63BC49; }
a { background-color: rgb(99,188,73); }
div.DivClassName
{
background-color: #63BC49;
}
.BgClassName
{
background-color: #63BC49;
}
</style>
border-color css
<style>
span { border-color: #63BC49; }
span { border-color: rgb(99,188,73); }
td.TdClassName
{
border-color: #63BC49;
}
.TagClassName
{
border-color: #63BC49;
}
</style>