Shades of Apple #63CA33
Tints of Apple #63CA33
RGB
CMYK
RGB Variations
Color information
#63CA33 (or 0x63CA33) is known color: Apple. HEX triplet: 63, CA and 33. RGB value is (99,202,51). Sum of RGB (Red+Green+Blue) = 99+202+51=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CA33 is #9C35CC. Grayscale: #9A9A9A. Windows color (decimal): -10237389 or 3394147. OLE color: 3394147.
HSL color Cylindrical-coordinate representation of color #63CA33: hue angle of 100.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63CA33 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 51 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.21 |
| HSL | 100.93º | 0.6% | 0.5% | - |
| HSV(B) | 100.93º | 0.75% | 0.79% | - |
| XYZ | 26.86 | 45.13 | 10.43 | - |
| YUV | 153.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 51 | 0.51 | 0 | 0.75 | 0.21 | 100.93 | 0.6 | 0.5 |
| Hex | 63 | CA | 33 | 33 | 0 | 4B | 15 | 65 | 3C | 32 |
| Octal | 143 | 312 | 63 | 63 | 0 | 113 | 25 | 145 | 74 | 62 |
| Binary | 1100011 | 11001010 | 110011 | 110011 | 0 | 1001011 | 10101 | 1100101 | 111100 | 110010 |
Color Harmonies of #63CA33
Complementary color
Monochromatic Colors of #63CA33
Black with #63CA33
Text Example
Text Example
White with #63CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CA33; }
p { color: rgb(99,202,51); }
H1.HeaderClassName
{
color: #63CA33;
}
.AnyTagClassName
{
color: #63CA33;
}
</style>
background-color css
<style>
a { background-color: #63CA33; }
a { background-color: rgb(99,202,51); }
div.DivClassName
{
background-color: #63CA33;
}
.BgClassName
{
background-color: #63CA33;
}
</style>
border-color css
<style>
span { border-color: #63CA33; }
span { border-color: rgb(99,202,51); }
td.TdClassName
{
border-color: #63CA33;
}
.TagClassName
{
border-color: #63CA33;
}
</style>