Shades of Apple #63DD4A
Tints of Apple #63DD4A
RGB
CMYK
RGB Variations
Color information
#63DD4A (or 0x63DD4A) is known color: Apple. HEX triplet: 63, DD and 4A. RGB value is (99,221,74). Sum of RGB (Red+Green+Blue) = 99+221+74=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DD4A is #9C22B5. Grayscale: #A8A8A8. Windows color (decimal): -10232502 or 4906339. OLE color: 4906339.
HSL color Cylindrical-coordinate representation of color #63DD4A: hue angle of 109.8º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63DD4A is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 74 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.13 |
| HSL | 109.8º | 0.68% | 0.58% | - |
| HSV(B) | 109.8º | 0.67% | 0.87% | - |
| XYZ | 32.24 | 54.86 | 15.37 | - |
| YUV | 167.76 | 75.08 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 74 | 0.55 | 0 | 0.67 | 0.13 | 109.8 | 0.68 | 0.58 |
| Hex | 63 | DD | 4A | 37 | 0 | 43 | D | 6E | 44 | 3A |
| Octal | 143 | 335 | 112 | 67 | 0 | 103 | 15 | 156 | 104 | 72 |
| Binary | 1100011 | 11011101 | 1001010 | 110111 | 0 | 1000011 | 1101 | 1101110 | 1000100 | 111010 |
Color Harmonies of #63DD4A
Complementary color
Monochromatic Colors of #63DD4A
Black with #63DD4A
Text Example
Text Example
White with #63DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD4A; }
p { color: rgb(99,221,74); }
H1.HeaderClassName
{
color: #63DD4A;
}
.AnyTagClassName
{
color: #63DD4A;
}
</style>
background-color css
<style>
a { background-color: #63DD4A; }
a { background-color: rgb(99,221,74); }
div.DivClassName
{
background-color: #63DD4A;
}
.BgClassName
{
background-color: #63DD4A;
}
</style>
border-color css
<style>
span { border-color: #63DD4A; }
span { border-color: rgb(99,221,74); }
td.TdClassName
{
border-color: #63DD4A;
}
.TagClassName
{
border-color: #63DD4A;
}
</style>