Shades of Apple #63C740
Tints of Apple #63C740
RGB
CMYK
RGB Variations
Color information
#63C740 (or 0x63C740) is known color: Apple. HEX triplet: 63, C7 and 40. RGB value is (99,199,64). Sum of RGB (Red+Green+Blue) = 99+199+64=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #63C740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C740 is #9C38BF. Grayscale: #9A9A9A. Windows color (decimal): -10238144 or 4245347. OLE color: 4245347.
HSL color Cylindrical-coordinate representation of color #63C740: hue angle of 104.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63C740 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 199 | 64 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.22 |
| HSL | 104.44º | 0.55% | 0.52% | - |
| HSV(B) | 104.44º | 0.68% | 0.78% | - |
| XYZ | 26.49 | 43.87 | 11.92 | - |
| YUV | 153.71 | 77.37 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 64 | 0.50 | 0 | 0.68 | 0.22 | 104.44 | 0.55 | 0.52 |
| Hex | 63 | C7 | 40 | 32 | 0 | 44 | 16 | 68 | 37 | 34 |
| Octal | 143 | 307 | 100 | 62 | 0 | 104 | 26 | 150 | 67 | 64 |
| Binary | 1100011 | 11000111 | 1000000 | 110010 | 0 | 1000100 | 10110 | 1101000 | 110111 | 110100 |
Color Harmonies of #63C740
Complementary color
Monochromatic Colors of #63C740
Black with #63C740
Text Example
Text Example
White with #63C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C740; }
p { color: rgb(99,199,64); }
H1.HeaderClassName
{
color: #63C740;
}
.AnyTagClassName
{
color: #63C740;
}
</style>
background-color css
<style>
a { background-color: #63C740; }
a { background-color: rgb(99,199,64); }
div.DivClassName
{
background-color: #63C740;
}
.BgClassName
{
background-color: #63C740;
}
</style>
border-color css
<style>
span { border-color: #63C740; }
span { border-color: rgb(99,199,64); }
td.TdClassName
{
border-color: #63C740;
}
.TagClassName
{
border-color: #63C740;
}
</style>