Shades of Apple #63CE52
Tints of Apple #63CE52
RGB
CMYK
RGB Variations
Color information
#63CE52 (or 0x63CE52) is known color: Apple. HEX triplet: 63, CE and 52. RGB value is (99,206,82). Sum of RGB (Red+Green+Blue) = 99+206+82=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #63CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63CE52 is #9C31AD. Grayscale: #A0A0A0. Windows color (decimal): -10236334 or 5426787. OLE color: 5426787.
HSL color Cylindrical-coordinate representation of color #63CE52: hue angle of 111.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63CE52 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 206 | 82 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.19 |
| HSL | 111.77º | 0.56% | 0.56% | - |
| HSV(B) | 111.77º | 0.6% | 0.81% | - |
| XYZ | 28.74 | 47.4 | 15.62 | - |
| YUV | 159.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 82 | 0.52 | 0 | 0.60 | 0.19 | 111.77 | 0.56 | 0.56 |
| Hex | 63 | CE | 52 | 34 | 0 | 3C | 13 | 70 | 38 | 38 |
| Octal | 143 | 316 | 122 | 64 | 0 | 74 | 23 | 160 | 70 | 70 |
| Binary | 1100011 | 11001110 | 1010010 | 110100 | 0 | 111100 | 10011 | 1110000 | 111000 | 111000 |
Color Harmonies of #63CE52
Complementary color
Monochromatic Colors of #63CE52
Black with #63CE52
Text Example
Text Example
White with #63CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CE52; }
p { color: rgb(99,206,82); }
H1.HeaderClassName
{
color: #63CE52;
}
.AnyTagClassName
{
color: #63CE52;
}
</style>
background-color css
<style>
a { background-color: #63CE52; }
a { background-color: rgb(99,206,82); }
div.DivClassName
{
background-color: #63CE52;
}
.BgClassName
{
background-color: #63CE52;
}
</style>
border-color css
<style>
span { border-color: #63CE52; }
span { border-color: rgb(99,206,82); }
td.TdClassName
{
border-color: #63CE52;
}
.TagClassName
{
border-color: #63CE52;
}
</style>