Shades of Apple #63C347
Tints of Apple #63C347
RGB
CMYK
RGB Variations
Color information
#63C347 (or 0x63C347) is known color: Apple. HEX triplet: 63, C3 and 47. RGB value is (99,195,71). Sum of RGB (Red+Green+Blue) = 99+195+71=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #63C347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C347 is #9C3CB8. Grayscale: #989898. Windows color (decimal): -10239161 or 4703075. OLE color: 4703075.
HSL color Cylindrical-coordinate representation of color #63C347: hue angle of 106.45º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63C347 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 195 | 71 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.24 |
| HSL | 106.45º | 0.51% | 0.52% | - |
| HSV(B) | 106.45º | 0.64% | 0.76% | - |
| XYZ | 25.8 | 42.14 | 12.73 | - |
| YUV | 152.16 | 82.2 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 195 | 71 | 0.49 | 0 | 0.64 | 0.24 | 106.45 | 0.51 | 0.52 |
| Hex | 63 | C3 | 47 | 31 | 0 | 40 | 18 | 6A | 33 | 34 |
| Octal | 143 | 303 | 107 | 61 | 0 | 100 | 30 | 152 | 63 | 64 |
| Binary | 1100011 | 11000011 | 1000111 | 110001 | 0 | 1000000 | 11000 | 1101010 | 110011 | 110100 |
Color Harmonies of #63C347
Complementary color
Monochromatic Colors of #63C347
Black with #63C347
Text Example
Text Example
White with #63C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C347; }
p { color: rgb(99,195,71); }
H1.HeaderClassName
{
color: #63C347;
}
.AnyTagClassName
{
color: #63C347;
}
</style>
background-color css
<style>
a { background-color: #63C347; }
a { background-color: rgb(99,195,71); }
div.DivClassName
{
background-color: #63C347;
}
.BgClassName
{
background-color: #63C347;
}
</style>
border-color css
<style>
span { border-color: #63C347; }
span { border-color: rgb(99,195,71); }
td.TdClassName
{
border-color: #63C347;
}
.TagClassName
{
border-color: #63C347;
}
</style>