Shades of Apple #63BC55
Tints of Apple #63BC55
RGB
CMYK
RGB Variations
Color information
#63BC55 (or 0x63BC55) is known color: Apple. HEX triplet: 63, BC and 55. RGB value is (99,188,85). Sum of RGB (Red+Green+Blue) = 99+188+85=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BC55 is #9C43AA. Grayscale: #959595. Windows color (decimal): -10240939 or 5618787. OLE color: 5618787.
HSL color Cylindrical-coordinate representation of color #63BC55: hue angle of 111.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BC55 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 85 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.26 |
| HSL | 111.84º | 0.43% | 0.54% | - |
| HSV(B) | 111.84º | 0.55% | 0.74% | - |
| XYZ | 24.77 | 39.27 | 14.87 | - |
| YUV | 149.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 85 | 0.47 | 0 | 0.55 | 0.26 | 111.84 | 0.43 | 0.54 |
| Hex | 63 | BC | 55 | 2F | 0 | 37 | 1A | 70 | 2B | 36 |
| Octal | 143 | 274 | 125 | 57 | 0 | 67 | 32 | 160 | 53 | 66 |
| Binary | 1100011 | 10111100 | 1010101 | 101111 | 0 | 110111 | 11010 | 1110000 | 101011 | 110110 |
Color Harmonies of #63BC55
Complementary color
Monochromatic Colors of #63BC55
Black with #63BC55
Text Example
Text Example
White with #63BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC55; }
p { color: rgb(99,188,85); }
H1.HeaderClassName
{
color: #63BC55;
}
.AnyTagClassName
{
color: #63BC55;
}
</style>
background-color css
<style>
a { background-color: #63BC55; }
a { background-color: rgb(99,188,85); }
div.DivClassName
{
background-color: #63BC55;
}
.BgClassName
{
background-color: #63BC55;
}
</style>
border-color css
<style>
span { border-color: #63BC55; }
span { border-color: rgb(99,188,85); }
td.TdClassName
{
border-color: #63BC55;
}
.TagClassName
{
border-color: #63BC55;
}
</style>