Shades of Apple #63CC32
Tints of Apple #63CC32
RGB
CMYK
RGB Variations
Color information
#63CC32 (or 0x63CC32) is known color: Apple. HEX triplet: 63, CC and 32. RGB value is (99,204,50). Sum of RGB (Red+Green+Blue) = 99+204+50=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #63CC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CC32 is #9C33CD. Grayscale: #9B9B9B. Windows color (decimal): -10236878 or 3329123. OLE color: 3329123.
HSL color Cylindrical-coordinate representation of color #63CC32: hue angle of 100.91º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63CC32 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 50 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.2 |
| HSL | 100.91º | 0.61% | 0.5% | - |
| HSV(B) | 100.91º | 0.75% | 0.8% | - |
| XYZ | 27.31 | 46.07 | 10.47 | - |
| YUV | 155.05 | 68.71 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 50 | 0.51 | 0 | 0.75 | 0.2 | 100.91 | 0.61 | 0.5 |
| Hex | 63 | CC | 32 | 33 | 0 | 4B | 14 | 65 | 3D | 32 |
| Octal | 143 | 314 | 62 | 63 | 0 | 113 | 24 | 145 | 75 | 62 |
| Binary | 1100011 | 11001100 | 110010 | 110011 | 0 | 1001011 | 10100 | 1100101 | 111101 | 110010 |
Color Harmonies of #63CC32
Complementary color
Monochromatic Colors of #63CC32
Black with #63CC32
Text Example
Text Example
White with #63CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CC32; }
p { color: rgb(99,204,50); }
H1.HeaderClassName
{
color: #63CC32;
}
.AnyTagClassName
{
color: #63CC32;
}
</style>
background-color css
<style>
a { background-color: #63CC32; }
a { background-color: rgb(99,204,50); }
div.DivClassName
{
background-color: #63CC32;
}
.BgClassName
{
background-color: #63CC32;
}
</style>
border-color css
<style>
span { border-color: #63CC32; }
span { border-color: rgb(99,204,50); }
td.TdClassName
{
border-color: #63CC32;
}
.TagClassName
{
border-color: #63CC32;
}
</style>