Shades of Apple #63C94D
Tints of Apple #63C94D
RGB
CMYK
RGB Variations
Color information
#63C94D (or 0x63C94D) is known color: Apple. HEX triplet: 63, C9 and 4D. RGB value is (99,201,77). Sum of RGB (Red+Green+Blue) = 99+201+77=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #63C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C94D is #9C36B2. Grayscale: #9C9C9C. Windows color (decimal): -10237619 or 5097827. OLE color: 5097827.
HSL color Cylindrical-coordinate representation of color #63C94D: hue angle of 109.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63C94D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 77 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.21 |
| HSL | 109.35º | 0.53% | 0.55% | - |
| HSV(B) | 109.35º | 0.62% | 0.79% | - |
| XYZ | 27.37 | 44.96 | 14.26 | - |
| YUV | 156.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 77 | 0.51 | 0 | 0.62 | 0.21 | 109.35 | 0.53 | 0.55 |
| Hex | 63 | C9 | 4D | 33 | 0 | 3E | 15 | 6D | 35 | 37 |
| Octal | 143 | 311 | 115 | 63 | 0 | 76 | 25 | 155 | 65 | 67 |
| Binary | 1100011 | 11001001 | 1001101 | 110011 | 0 | 111110 | 10101 | 1101101 | 110101 | 110111 |
Color Harmonies of #63C94D
Complementary color
Monochromatic Colors of #63C94D
Black with #63C94D
Text Example
Text Example
White with #63C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C94D; }
p { color: rgb(99,201,77); }
H1.HeaderClassName
{
color: #63C94D;
}
.AnyTagClassName
{
color: #63C94D;
}
</style>
background-color css
<style>
a { background-color: #63C94D; }
a { background-color: rgb(99,201,77); }
div.DivClassName
{
background-color: #63C94D;
}
.BgClassName
{
background-color: #63C94D;
}
</style>
border-color css
<style>
span { border-color: #63C94D; }
span { border-color: rgb(99,201,77); }
td.TdClassName
{
border-color: #63C94D;
}
.TagClassName
{
border-color: #63C94D;
}
</style>