Shades of Apple #63CB49
Tints of Apple #63CB49
RGB
CMYK
RGB Variations
Color information
#63CB49 (or 0x63CB49) is known color: Apple. HEX triplet: 63, CB and 49. RGB value is (99,203,73). Sum of RGB (Red+Green+Blue) = 99+203+73=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #63CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CB49 is #9C34B6. Grayscale: #9D9D9D. Windows color (decimal): -10237111 or 4836195. OLE color: 4836195.
HSL color Cylindrical-coordinate representation of color #63CB49: hue angle of 108º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63CB49 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 73 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.20 |
| HSL | 108º | 0.56% | 0.54% | - |
| HSV(B) | 108º | 0.64% | 0.8% | - |
| XYZ | 27.7 | 45.85 | 13.69 | - |
| YUV | 157.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 73 | 0.51 | 0 | 0.64 | 0.20 | 108 | 0.56 | 0.54 |
| Hex | 63 | CB | 49 | 33 | 0 | 40 | 14 | 6C | 38 | 36 |
| Octal | 143 | 313 | 111 | 63 | 0 | 100 | 24 | 154 | 70 | 66 |
| Binary | 1100011 | 11001011 | 1001001 | 110011 | 0 | 1000000 | 10100 | 1101100 | 111000 | 110110 |
Color Harmonies of #63CB49
Complementary color
Monochromatic Colors of #63CB49
Black with #63CB49
Text Example
Text Example
White with #63CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CB49; }
p { color: rgb(99,203,73); }
H1.HeaderClassName
{
color: #63CB49;
}
.AnyTagClassName
{
color: #63CB49;
}
</style>
background-color css
<style>
a { background-color: #63CB49; }
a { background-color: rgb(99,203,73); }
div.DivClassName
{
background-color: #63CB49;
}
.BgClassName
{
background-color: #63CB49;
}
</style>
border-color css
<style>
span { border-color: #63CB49; }
span { border-color: rgb(99,203,73); }
td.TdClassName
{
border-color: #63CB49;
}
.TagClassName
{
border-color: #63CB49;
}
</style>