Shades of Apple #63D232
Tints of Apple #63D232
RGB
CMYK
RGB Variations
Color information
#63D232 (or 0x63D232) is known color: Apple. HEX triplet: 63, D2 and 32. RGB value is (99,210,50). Sum of RGB (Red+Green+Blue) = 99+210+50=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #63D232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D232 is #9C2DCD. Grayscale: #9F9F9F. Windows color (decimal): -10235342 or 3330659. OLE color: 3330659.
HSL color Cylindrical-coordinate representation of color #63D232: hue angle of 101.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63D232 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 50 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.18 |
| HSL | 101.63º | 0.64% | 0.51% | - |
| HSV(B) | 101.63º | 0.76% | 0.82% | - |
| XYZ | 28.77 | 48.98 | 10.95 | - |
| YUV | 158.57 | 66.73 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 50 | 0.53 | 0 | 0.76 | 0.18 | 101.63 | 0.64 | 0.51 |
| Hex | 63 | D2 | 32 | 35 | 0 | 4C | 12 | 66 | 40 | 33 |
| Octal | 143 | 322 | 62 | 65 | 0 | 114 | 22 | 146 | 100 | 63 |
| Binary | 1100011 | 11010010 | 110010 | 110101 | 0 | 1001100 | 10010 | 1100110 | 1000000 | 110011 |
Color Harmonies of #63D232
Complementary color
Monochromatic Colors of #63D232
Black with #63D232
Text Example
Text Example
White with #63D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D232; }
p { color: rgb(99,210,50); }
H1.HeaderClassName
{
color: #63D232;
}
.AnyTagClassName
{
color: #63D232;
}
</style>
background-color css
<style>
a { background-color: #63D232; }
a { background-color: rgb(99,210,50); }
div.DivClassName
{
background-color: #63D232;
}
.BgClassName
{
background-color: #63D232;
}
</style>
border-color css
<style>
span { border-color: #63D232; }
span { border-color: rgb(99,210,50); }
td.TdClassName
{
border-color: #63D232;
}
.TagClassName
{
border-color: #63D232;
}
</style>