Shades of Apple #63CF49
Tints of Apple #63CF49
RGB
CMYK
RGB Variations
Color information
#63CF49 (or 0x63CF49) is known color: Apple. HEX triplet: 63, CF and 49. RGB value is (99,207,73). Sum of RGB (Red+Green+Blue) = 99+207+73=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CF49 is #9C30B6. Grayscale: #9F9F9F. Windows color (decimal): -10236087 or 4837219. OLE color: 4837219.
HSL color Cylindrical-coordinate representation of color #63CF49: hue angle of 108.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63CF49 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 73 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.19 |
| HSL | 108.36º | 0.58% | 0.55% | - |
| HSV(B) | 108.36º | 0.65% | 0.81% | - |
| XYZ | 28.66 | 47.76 | 14.01 | - |
| YUV | 159.43 | 79.22 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 73 | 0.52 | 0 | 0.65 | 0.19 | 108.36 | 0.58 | 0.55 |
| Hex | 63 | CF | 49 | 34 | 0 | 41 | 13 | 6C | 3A | 37 |
| Octal | 143 | 317 | 111 | 64 | 0 | 101 | 23 | 154 | 72 | 67 |
| Binary | 1100011 | 11001111 | 1001001 | 110100 | 0 | 1000001 | 10011 | 1101100 | 111010 | 110111 |
Color Harmonies of #63CF49
Complementary color
Monochromatic Colors of #63CF49
Black with #63CF49
Text Example
Text Example
White with #63CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF49; }
p { color: rgb(99,207,73); }
H1.HeaderClassName
{
color: #63CF49;
}
.AnyTagClassName
{
color: #63CF49;
}
</style>
background-color css
<style>
a { background-color: #63CF49; }
a { background-color: rgb(99,207,73); }
div.DivClassName
{
background-color: #63CF49;
}
.BgClassName
{
background-color: #63CF49;
}
</style>
border-color css
<style>
span { border-color: #63CF49; }
span { border-color: rgb(99,207,73); }
td.TdClassName
{
border-color: #63CF49;
}
.TagClassName
{
border-color: #63CF49;
}
</style>