Shades of Apple #63C952
Tints of Apple #63C952
RGB
CMYK
RGB Variations
Color information
#63C952 (or 0x63C952) is known color: Apple. HEX triplet: 63, C9 and 52. RGB value is (99,201,82). Sum of RGB (Red+Green+Blue) = 99+201+82=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #63C952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C952 is #9C36AD. Grayscale: #9D9D9D. Windows color (decimal): -10237614 or 5425507. OLE color: 5425507.
HSL color Cylindrical-coordinate representation of color #63C952: hue angle of 111.43º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63C952 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 82 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.21 |
| HSL | 111.43º | 0.52% | 0.55% | - |
| HSV(B) | 111.43º | 0.59% | 0.79% | - |
| XYZ | 27.56 | 45.04 | 15.22 | - |
| YUV | 156.94 | 85.71 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 82 | 0.51 | 0 | 0.59 | 0.21 | 111.43 | 0.52 | 0.55 |
| Hex | 63 | C9 | 52 | 33 | 0 | 3B | 15 | 6F | 34 | 37 |
| Octal | 143 | 311 | 122 | 63 | 0 | 73 | 25 | 157 | 64 | 67 |
| Binary | 1100011 | 11001001 | 1010010 | 110011 | 0 | 111011 | 10101 | 1101111 | 110100 | 110111 |
Color Harmonies of #63C952
Complementary color
Monochromatic Colors of #63C952
Black with #63C952
Text Example
Text Example
White with #63C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C952; }
p { color: rgb(99,201,82); }
H1.HeaderClassName
{
color: #63C952;
}
.AnyTagClassName
{
color: #63C952;
}
</style>
background-color css
<style>
a { background-color: #63C952; }
a { background-color: rgb(99,201,82); }
div.DivClassName
{
background-color: #63C952;
}
.BgClassName
{
background-color: #63C952;
}
</style>
border-color css
<style>
span { border-color: #63C952; }
span { border-color: rgb(99,201,82); }
td.TdClassName
{
border-color: #63C952;
}
.TagClassName
{
border-color: #63C952;
}
</style>