Shades of Apple #63DE40
Tints of Apple #63DE40
RGB
CMYK
RGB Variations
Color information
#63DE40 (or 0x63DE40) is known color: Apple. HEX triplet: 63, DE and 40. RGB value is (99,222,64). Sum of RGB (Red+Green+Blue) = 99+222+64=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #63DE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DE40 is #9C21BF. Grayscale: #A7A7A7. Windows color (decimal): -10232256 or 4251235. OLE color: 4251235.
HSL color Cylindrical-coordinate representation of color #63DE40: hue angle of 106.71º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63DE40 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 64 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.13 |
| HSL | 106.71º | 0.71% | 0.56% | - |
| HSV(B) | 106.71º | 0.71% | 0.87% | - |
| XYZ | 32.19 | 55.27 | 13.82 | - |
| YUV | 167.21 | 69.75 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 64 | 0.55 | 0 | 0.71 | 0.13 | 106.71 | 0.71 | 0.56 |
| Hex | 63 | DE | 40 | 37 | 0 | 47 | D | 6B | 47 | 38 |
| Octal | 143 | 336 | 100 | 67 | 0 | 107 | 15 | 153 | 107 | 70 |
| Binary | 1100011 | 11011110 | 1000000 | 110111 | 0 | 1000111 | 1101 | 1101011 | 1000111 | 111000 |
Color Harmonies of #63DE40
Complementary color
Monochromatic Colors of #63DE40
Black with #63DE40
Text Example
Text Example
White with #63DE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DE40; }
p { color: rgb(99,222,64); }
H1.HeaderClassName
{
color: #63DE40;
}
.AnyTagClassName
{
color: #63DE40;
}
</style>
background-color css
<style>
a { background-color: #63DE40; }
a { background-color: rgb(99,222,64); }
div.DivClassName
{
background-color: #63DE40;
}
.BgClassName
{
background-color: #63DE40;
}
</style>
border-color css
<style>
span { border-color: #63DE40; }
span { border-color: rgb(99,222,64); }
td.TdClassName
{
border-color: #63DE40;
}
.TagClassName
{
border-color: #63DE40;
}
</style>