Shades of Apple #63DD37
Tints of Apple #63DD37
RGB
CMYK
RGB Variations
Color information
#63DD37 (or 0x63DD37) is known color: Apple. HEX triplet: 63, DD and 37. RGB value is (99,221,55). Sum of RGB (Red+Green+Blue) = 99+221+55=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DD37 is #9C22C8. Grayscale: #A6A6A6. Windows color (decimal): -10232521 or 3661155. OLE color: 3661155.
HSL color Cylindrical-coordinate representation of color #63DD37: hue angle of 104.1º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63DD37 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 55 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.13 |
| HSL | 104.1º | 0.71% | 0.54% | - |
| HSV(B) | 104.1º | 0.75% | 0.87% | - |
| XYZ | 31.69 | 54.64 | 12.49 | - |
| YUV | 165.6 | 65.58 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 55 | 0.55 | 0 | 0.75 | 0.13 | 104.1 | 0.71 | 0.54 |
| Hex | 63 | DD | 37 | 37 | 0 | 4B | D | 68 | 47 | 36 |
| Octal | 143 | 335 | 67 | 67 | 0 | 113 | 15 | 150 | 107 | 66 |
| Binary | 1100011 | 11011101 | 110111 | 110111 | 0 | 1001011 | 1101 | 1101000 | 1000111 | 110110 |
Color Harmonies of #63DD37
Complementary color
Monochromatic Colors of #63DD37
Black with #63DD37
Text Example
Text Example
White with #63DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD37; }
p { color: rgb(99,221,55); }
H1.HeaderClassName
{
color: #63DD37;
}
.AnyTagClassName
{
color: #63DD37;
}
</style>
background-color css
<style>
a { background-color: #63DD37; }
a { background-color: rgb(99,221,55); }
div.DivClassName
{
background-color: #63DD37;
}
.BgClassName
{
background-color: #63DD37;
}
</style>
border-color css
<style>
span { border-color: #63DD37; }
span { border-color: rgb(99,221,55); }
td.TdClassName
{
border-color: #63DD37;
}
.TagClassName
{
border-color: #63DD37;
}
</style>