Shades of Apple #63D94B
Tints of Apple #63D94B
RGB
CMYK
RGB Variations
Color information
#63D94B (or 0x63D94B) is known color: Apple. HEX triplet: 63, D9 and 4B. RGB value is (99,217,75). Sum of RGB (Red+Green+Blue) = 99+217+75=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #63D94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D94B is #9C26B4. Grayscale: #A5A5A5. Windows color (decimal): -10233525 or 4970851. OLE color: 4970851.
HSL color Cylindrical-coordinate representation of color #63D94B: hue angle of 109.86º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63D94B is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 217 | 75 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.15 |
| HSL | 109.86º | 0.65% | 0.57% | - |
| HSV(B) | 109.86º | 0.65% | 0.85% | - |
| XYZ | 31.23 | 52.79 | 15.2 | - |
| YUV | 165.53 | 76.91 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 217 | 75 | 0.54 | 0 | 0.65 | 0.15 | 109.86 | 0.65 | 0.57 |
| Hex | 63 | D9 | 4B | 36 | 0 | 41 | F | 6E | 41 | 39 |
| Octal | 143 | 331 | 113 | 66 | 0 | 101 | 17 | 156 | 101 | 71 |
| Binary | 1100011 | 11011001 | 1001011 | 110110 | 0 | 1000001 | 1111 | 1101110 | 1000001 | 111001 |
Color Harmonies of #63D94B
Complementary color
Monochromatic Colors of #63D94B
Black with #63D94B
Text Example
Text Example
White with #63D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D94B; }
p { color: rgb(99,217,75); }
H1.HeaderClassName
{
color: #63D94B;
}
.AnyTagClassName
{
color: #63D94B;
}
</style>
background-color css
<style>
a { background-color: #63D94B; }
a { background-color: rgb(99,217,75); }
div.DivClassName
{
background-color: #63D94B;
}
.BgClassName
{
background-color: #63D94B;
}
</style>
border-color css
<style>
span { border-color: #63D94B; }
span { border-color: rgb(99,217,75); }
td.TdClassName
{
border-color: #63D94B;
}
.TagClassName
{
border-color: #63D94B;
}
</style>