Shades of Apple #63D346
Tints of Apple #63D346
RGB
CMYK
RGB Variations
Color information
#63D346 (or 0x63D346) is known color: Apple. HEX triplet: 63, D3 and 46. RGB value is (99,211,70). Sum of RGB (Red+Green+Blue) = 99+211+70=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #63D346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D346 is #9C2CB9. Grayscale: #A1A1A1. Windows color (decimal): -10235066 or 4641635. OLE color: 4641635.
HSL color Cylindrical-coordinate representation of color #63D346: hue angle of 107.66º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63D346 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 211 | 70 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.17 |
| HSL | 107.66º | 0.62% | 0.55% | - |
| HSV(B) | 107.66º | 0.67% | 0.83% | - |
| XYZ | 29.55 | 49.68 | 13.83 | - |
| YUV | 161.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 70 | 0.53 | 0 | 0.67 | 0.17 | 107.66 | 0.62 | 0.55 |
| Hex | 63 | D3 | 46 | 35 | 0 | 43 | 11 | 6C | 3E | 37 |
| Octal | 143 | 323 | 106 | 65 | 0 | 103 | 21 | 154 | 76 | 67 |
| Binary | 1100011 | 11010011 | 1000110 | 110101 | 0 | 1000011 | 10001 | 1101100 | 111110 | 110111 |
Color Harmonies of #63D346
Complementary color
Monochromatic Colors of #63D346
Black with #63D346
Text Example
Text Example
White with #63D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D346; }
p { color: rgb(99,211,70); }
H1.HeaderClassName
{
color: #63D346;
}
.AnyTagClassName
{
color: #63D346;
}
</style>
background-color css
<style>
a { background-color: #63D346; }
a { background-color: rgb(99,211,70); }
div.DivClassName
{
background-color: #63D346;
}
.BgClassName
{
background-color: #63D346;
}
</style>
border-color css
<style>
span { border-color: #63D346; }
span { border-color: rgb(99,211,70); }
td.TdClassName
{
border-color: #63D346;
}
.TagClassName
{
border-color: #63D346;
}
</style>