Shades of Apple #63E035
Tints of Apple #63E035
RGB
CMYK
RGB Variations
Color information
#63E035 (or 0x63E035) is known color: Apple. HEX triplet: 63, E0 and 35. RGB value is (99,224,53). Sum of RGB (Red+Green+Blue) = 99+224+53=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #63E035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63E035 is #9C1FCA. Grayscale: #A7A7A7. Windows color (decimal): -10231755 or 3530851. OLE color: 3530851.
HSL color Cylindrical-coordinate representation of color #63E035: hue angle of 103.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63E035 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 53 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.12 |
| HSL | 103.86º | 0.73% | 0.54% | - |
| HSV(B) | 103.86º | 0.76% | 0.88% | - |
| XYZ | 32.44 | 56.22 | 12.51 | - |
| YUV | 167.13 | 63.59 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 53 | 0.56 | 0 | 0.76 | 0.12 | 103.86 | 0.73 | 0.54 |
| Hex | 63 | E0 | 35 | 38 | 0 | 4C | C | 68 | 49 | 36 |
| Octal | 143 | 340 | 65 | 70 | 0 | 114 | 14 | 150 | 111 | 66 |
| Binary | 1100011 | 11100000 | 110101 | 111000 | 0 | 1001100 | 1100 | 1101000 | 1001001 | 110110 |
Color Harmonies of #63E035
Complementary color
Monochromatic Colors of #63E035
Black with #63E035
Text Example
Text Example
White with #63E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E035; }
p { color: rgb(99,224,53); }
H1.HeaderClassName
{
color: #63E035;
}
.AnyTagClassName
{
color: #63E035;
}
</style>
background-color css
<style>
a { background-color: #63E035; }
a { background-color: rgb(99,224,53); }
div.DivClassName
{
background-color: #63E035;
}
.BgClassName
{
background-color: #63E035;
}
</style>
border-color css
<style>
span { border-color: #63E035; }
span { border-color: rgb(99,224,53); }
td.TdClassName
{
border-color: #63E035;
}
.TagClassName
{
border-color: #63E035;
}
</style>