Shades of Apple #63C958
Tints of Apple #63C958
RGB
CMYK
RGB Variations
Color information
#63C958 (or 0x63C958) is known color: Apple. HEX triplet: 63, C9 and 58. RGB value is (99,201,88). Sum of RGB (Red+Green+Blue) = 99+201+88=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #63C958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C958 is #9C36A7. Grayscale: #9D9D9D. Windows color (decimal): -10237608 or 5818723. OLE color: 5818723.
HSL color Cylindrical-coordinate representation of color #63C958: hue angle of 114.16º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63C958 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 88 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.21 |
| HSL | 114.16º | 0.51% | 0.57% | - |
| HSV(B) | 114.16º | 0.56% | 0.79% | - |
| XYZ | 27.79 | 45.13 | 16.48 | - |
| YUV | 157.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 88 | 0.51 | 0 | 0.56 | 0.21 | 114.16 | 0.51 | 0.57 |
| Hex | 63 | C9 | 58 | 33 | 0 | 38 | 15 | 72 | 33 | 39 |
| Octal | 143 | 311 | 130 | 63 | 0 | 70 | 25 | 162 | 63 | 71 |
| Binary | 1100011 | 11001001 | 1011000 | 110011 | 0 | 111000 | 10101 | 1110010 | 110011 | 111001 |
Color Harmonies of #63C958
Complementary color
Monochromatic Colors of #63C958
Black with #63C958
Text Example
Text Example
White with #63C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C958; }
p { color: rgb(99,201,88); }
H1.HeaderClassName
{
color: #63C958;
}
.AnyTagClassName
{
color: #63C958;
}
</style>
background-color css
<style>
a { background-color: #63C958; }
a { background-color: rgb(99,201,88); }
div.DivClassName
{
background-color: #63C958;
}
.BgClassName
{
background-color: #63C958;
}
</style>
border-color css
<style>
span { border-color: #63C958; }
span { border-color: rgb(99,201,88); }
td.TdClassName
{
border-color: #63C958;
}
.TagClassName
{
border-color: #63C958;
}
</style>