Shades of Apple #63C536
Tints of Apple #63C536
RGB
CMYK
RGB Variations
Color information
#63C536 (or 0x63C536) is known color: Apple. HEX triplet: 63, C5 and 36. RGB value is (99,197,54). Sum of RGB (Red+Green+Blue) = 99+197+54=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #63C536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C536 is #9C3AC9. Grayscale: #979797. Windows color (decimal): -10238666 or 3589475. OLE color: 3589475.
HSL color Cylindrical-coordinate representation of color #63C536: hue angle of 101.12º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63C536 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 197 | 54 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.23 |
| HSL | 101.12º | 0.57% | 0.49% | - |
| HSV(B) | 101.12º | 0.73% | 0.77% | - |
| XYZ | 25.78 | 42.85 | 10.4 | - |
| YUV | 151.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 54 | 0.50 | 0 | 0.73 | 0.23 | 101.12 | 0.57 | 0.49 |
| Hex | 63 | C5 | 36 | 32 | 0 | 49 | 17 | 65 | 39 | 31 |
| Octal | 143 | 305 | 66 | 62 | 0 | 111 | 27 | 145 | 71 | 61 |
| Binary | 1100011 | 11000101 | 110110 | 110010 | 0 | 1001001 | 10111 | 1100101 | 111001 | 110001 |
Color Harmonies of #63C536
Complementary color
Monochromatic Colors of #63C536
Black with #63C536
Text Example
Text Example
White with #63C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C536; }
p { color: rgb(99,197,54); }
H1.HeaderClassName
{
color: #63C536;
}
.AnyTagClassName
{
color: #63C536;
}
</style>
background-color css
<style>
a { background-color: #63C536; }
a { background-color: rgb(99,197,54); }
div.DivClassName
{
background-color: #63C536;
}
.BgClassName
{
background-color: #63C536;
}
</style>
border-color css
<style>
span { border-color: #63C536; }
span { border-color: rgb(99,197,54); }
td.TdClassName
{
border-color: #63C536;
}
.TagClassName
{
border-color: #63C536;
}
</style>