Shades of Apple #63C932
Tints of Apple #63C932
RGB
CMYK
RGB Variations
Color information
#63C932 (or 0x63C932) is known color: Apple. HEX triplet: 63, C9 and 32. RGB value is (99,201,50). Sum of RGB (Red+Green+Blue) = 99+201+50=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #63C932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C932 is #9C36CD. Grayscale: #999999. Windows color (decimal): -10237646 or 3328355. OLE color: 3328355.
HSL color Cylindrical-coordinate representation of color #63C932: hue angle of 100.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63C932 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 50 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.21 |
| HSL | 100.53º | 0.6% | 0.49% | - |
| HSV(B) | 100.53º | 0.75% | 0.79% | - |
| XYZ | 26.61 | 44.66 | 10.23 | - |
| YUV | 153.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 50 | 0.51 | 0 | 0.75 | 0.21 | 100.53 | 0.6 | 0.49 |
| Hex | 63 | C9 | 32 | 33 | 0 | 4B | 15 | 65 | 3C | 31 |
| Octal | 143 | 311 | 62 | 63 | 0 | 113 | 25 | 145 | 74 | 61 |
| Binary | 1100011 | 11001001 | 110010 | 110011 | 0 | 1001011 | 10101 | 1100101 | 111100 | 110001 |
Color Harmonies of #63C932
Complementary color
Monochromatic Colors of #63C932
Black with #63C932
Text Example
Text Example
White with #63C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C932; }
p { color: rgb(99,201,50); }
H1.HeaderClassName
{
color: #63C932;
}
.AnyTagClassName
{
color: #63C932;
}
</style>
background-color css
<style>
a { background-color: #63C932; }
a { background-color: rgb(99,201,50); }
div.DivClassName
{
background-color: #63C932;
}
.BgClassName
{
background-color: #63C932;
}
</style>
border-color css
<style>
span { border-color: #63C932; }
span { border-color: rgb(99,201,50); }
td.TdClassName
{
border-color: #63C932;
}
.TagClassName
{
border-color: #63C932;
}
</style>