Shades of Apple #63DD4C
Tints of Apple #63DD4C
RGB
CMYK
RGB Variations
Color information
#63DD4C (or 0x63DD4C) is known color: Apple. HEX triplet: 63, DD and 4C. RGB value is (99,221,76). Sum of RGB (Red+Green+Blue) = 99+221+76=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DD4C is #9C22B3. Grayscale: #A8A8A8. Windows color (decimal): -10232500 or 5037411. OLE color: 5037411.
HSL color Cylindrical-coordinate representation of color #63DD4C: hue angle of 110.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63DD4C is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 76 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.13 |
| HSL | 110.48º | 0.68% | 0.58% | - |
| HSV(B) | 110.48º | 0.66% | 0.87% | - |
| XYZ | 32.31 | 54.89 | 15.73 | - |
| YUV | 167.99 | 76.08 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 76 | 0.55 | 0 | 0.66 | 0.13 | 110.48 | 0.68 | 0.58 |
| Hex | 63 | DD | 4C | 37 | 0 | 42 | D | 6E | 44 | 3A |
| Octal | 143 | 335 | 114 | 67 | 0 | 102 | 15 | 156 | 104 | 72 |
| Binary | 1100011 | 11011101 | 1001100 | 110111 | 0 | 1000010 | 1101 | 1101110 | 1000100 | 111010 |
Color Harmonies of #63DD4C
Complementary color
Monochromatic Colors of #63DD4C
Black with #63DD4C
Text Example
Text Example
White with #63DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD4C; }
p { color: rgb(99,221,76); }
H1.HeaderClassName
{
color: #63DD4C;
}
.AnyTagClassName
{
color: #63DD4C;
}
</style>
background-color css
<style>
a { background-color: #63DD4C; }
a { background-color: rgb(99,221,76); }
div.DivClassName
{
background-color: #63DD4C;
}
.BgClassName
{
background-color: #63DD4C;
}
</style>
border-color css
<style>
span { border-color: #63DD4C; }
span { border-color: rgb(99,221,76); }
td.TdClassName
{
border-color: #63DD4C;
}
.TagClassName
{
border-color: #63DD4C;
}
</style>