Shades of Apple #63DB40
Tints of Apple #63DB40
RGB
CMYK
RGB Variations
Color information
#63DB40 (or 0x63DB40) is known color: Apple. HEX triplet: 63, DB and 40. RGB value is (99,219,64). Sum of RGB (Red+Green+Blue) = 99+219+64=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #63DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DB40 is #9C24BF. Grayscale: #A5A5A5. Windows color (decimal): -10233024 or 4250467. OLE color: 4250467.
HSL color Cylindrical-coordinate representation of color #63DB40: hue angle of 106.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63DB40 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 64 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.14 |
| HSL | 106.45º | 0.68% | 0.55% | - |
| HSV(B) | 106.45º | 0.71% | 0.86% | - |
| XYZ | 31.4 | 53.69 | 13.56 | - |
| YUV | 165.45 | 70.74 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 64 | 0.55 | 0 | 0.71 | 0.14 | 106.45 | 0.68 | 0.55 |
| Hex | 63 | DB | 40 | 37 | 0 | 47 | E | 6A | 44 | 37 |
| Octal | 143 | 333 | 100 | 67 | 0 | 107 | 16 | 152 | 104 | 67 |
| Binary | 1100011 | 11011011 | 1000000 | 110111 | 0 | 1000111 | 1110 | 1101010 | 1000100 | 110111 |
Color Harmonies of #63DB40
Complementary color
Monochromatic Colors of #63DB40
Black with #63DB40
Text Example
Text Example
White with #63DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DB40; }
p { color: rgb(99,219,64); }
H1.HeaderClassName
{
color: #63DB40;
}
.AnyTagClassName
{
color: #63DB40;
}
</style>
background-color css
<style>
a { background-color: #63DB40; }
a { background-color: rgb(99,219,64); }
div.DivClassName
{
background-color: #63DB40;
}
.BgClassName
{
background-color: #63DB40;
}
</style>
border-color css
<style>
span { border-color: #63DB40; }
span { border-color: rgb(99,219,64); }
td.TdClassName
{
border-color: #63DB40;
}
.TagClassName
{
border-color: #63DB40;
}
</style>