Shades of Apple #63DD46
Tints of Apple #63DD46
RGB
CMYK
RGB Variations
Color information
#63DD46 (or 0x63DD46) is known color: Apple. HEX triplet: 63, DD and 46. RGB value is (99,221,70). Sum of RGB (Red+Green+Blue) = 99+221+70=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DD46 is #9C22B9. Grayscale: #A7A7A7. Windows color (decimal): -10232506 or 4644195. OLE color: 4644195.
HSL color Cylindrical-coordinate representation of color #63DD46: hue angle of 108.48º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63DD46 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 70 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.13 |
| HSL | 108.48º | 0.69% | 0.57% | - |
| HSV(B) | 108.48º | 0.68% | 0.87% | - |
| XYZ | 32.11 | 54.81 | 14.68 | - |
| YUV | 167.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 70 | 0.55 | 0 | 0.68 | 0.13 | 108.48 | 0.69 | 0.57 |
| Hex | 63 | DD | 46 | 37 | 0 | 44 | D | 6C | 45 | 39 |
| Octal | 143 | 335 | 106 | 67 | 0 | 104 | 15 | 154 | 105 | 71 |
| Binary | 1100011 | 11011101 | 1000110 | 110111 | 0 | 1000100 | 1101 | 1101100 | 1000101 | 111001 |
Color Harmonies of #63DD46
Complementary color
Monochromatic Colors of #63DD46
Black with #63DD46
Text Example
Text Example
White with #63DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD46; }
p { color: rgb(99,221,70); }
H1.HeaderClassName
{
color: #63DD46;
}
.AnyTagClassName
{
color: #63DD46;
}
</style>
background-color css
<style>
a { background-color: #63DD46; }
a { background-color: rgb(99,221,70); }
div.DivClassName
{
background-color: #63DD46;
}
.BgClassName
{
background-color: #63DD46;
}
</style>
border-color css
<style>
span { border-color: #63DD46; }
span { border-color: rgb(99,221,70); }
td.TdClassName
{
border-color: #63DD46;
}
.TagClassName
{
border-color: #63DD46;
}
</style>