Shades of Apple #63CF47
Tints of Apple #63CF47
RGB
CMYK
RGB Variations
Color information
#63CF47 (or 0x63CF47) is known color: Apple. HEX triplet: 63, CF and 47. RGB value is (99,207,71). Sum of RGB (Red+Green+Blue) = 99+207+71=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CF47 is #9C30B8. Grayscale: #9F9F9F. Windows color (decimal): -10236089 or 4706147. OLE color: 4706147.
HSL color Cylindrical-coordinate representation of color #63CF47: hue angle of 107.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63CF47 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 71 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.19 |
| HSL | 107.65º | 0.59% | 0.55% | - |
| HSV(B) | 107.65º | 0.66% | 0.81% | - |
| XYZ | 28.6 | 47.73 | 13.67 | - |
| YUV | 159.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 71 | 0.52 | 0 | 0.66 | 0.19 | 107.65 | 0.59 | 0.55 |
| Hex | 63 | CF | 47 | 34 | 0 | 42 | 13 | 6C | 3B | 37 |
| Octal | 143 | 317 | 107 | 64 | 0 | 102 | 23 | 154 | 73 | 67 |
| Binary | 1100011 | 11001111 | 1000111 | 110100 | 0 | 1000010 | 10011 | 1101100 | 111011 | 110111 |
Color Harmonies of #63CF47
Complementary color
Monochromatic Colors of #63CF47
Black with #63CF47
Text Example
Text Example
White with #63CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF47; }
p { color: rgb(99,207,71); }
H1.HeaderClassName
{
color: #63CF47;
}
.AnyTagClassName
{
color: #63CF47;
}
</style>
background-color css
<style>
a { background-color: #63CF47; }
a { background-color: rgb(99,207,71); }
div.DivClassName
{
background-color: #63CF47;
}
.BgClassName
{
background-color: #63CF47;
}
</style>
border-color css
<style>
span { border-color: #63CF47; }
span { border-color: rgb(99,207,71); }
td.TdClassName
{
border-color: #63CF47;
}
.TagClassName
{
border-color: #63CF47;
}
</style>