Shades of Apple #63C14E
Tints of Apple #63C14E
RGB
CMYK
RGB Variations
Color information
#63C14E (or 0x63C14E) is known color: Apple. HEX triplet: 63, C1 and 4E. RGB value is (99,193,78). Sum of RGB (Red+Green+Blue) = 99+193+78=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #63C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C14E is #9C3EB1. Grayscale: #989898. Windows color (decimal): -10239666 or 5161315. OLE color: 5161315.
HSL color Cylindrical-coordinate representation of color #63C14E: hue angle of 109.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63C14E is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 193 | 78 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.24 |
| HSL | 109.04º | 0.48% | 0.53% | - |
| HSV(B) | 109.04º | 0.6% | 0.76% | - |
| XYZ | 25.59 | 41.34 | 13.84 | - |
| YUV | 151.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 78 | 0.49 | 0 | 0.60 | 0.24 | 109.04 | 0.48 | 0.53 |
| Hex | 63 | C1 | 4E | 31 | 0 | 3C | 18 | 6D | 30 | 35 |
| Octal | 143 | 301 | 116 | 61 | 0 | 74 | 30 | 155 | 60 | 65 |
| Binary | 1100011 | 11000001 | 1001110 | 110001 | 0 | 111100 | 11000 | 1101101 | 110000 | 110101 |
Color Harmonies of #63C14E
Complementary color
Monochromatic Colors of #63C14E
Black with #63C14E
Text Example
Text Example
White with #63C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C14E; }
p { color: rgb(99,193,78); }
H1.HeaderClassName
{
color: #63C14E;
}
.AnyTagClassName
{
color: #63C14E;
}
</style>
background-color css
<style>
a { background-color: #63C14E; }
a { background-color: rgb(99,193,78); }
div.DivClassName
{
background-color: #63C14E;
}
.BgClassName
{
background-color: #63C14E;
}
</style>
border-color css
<style>
span { border-color: #63C14E; }
span { border-color: rgb(99,193,78); }
td.TdClassName
{
border-color: #63C14E;
}
.TagClassName
{
border-color: #63C14E;
}
</style>