Shades of Apple #63E034
Tints of Apple #63E034
RGB
CMYK
RGB Variations
Color information
#63E034 (or 0x63E034) is known color: Apple. HEX triplet: 63, E0 and 34. RGB value is (99,224,52). Sum of RGB (Red+Green+Blue) = 99+224+52=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #63E034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63E034 is #9C1FCB. Grayscale: #A7A7A7. Windows color (decimal): -10231756 or 3465315. OLE color: 3465315.
HSL color Cylindrical-coordinate representation of color #63E034: hue angle of 103.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63E034 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 52 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.12 |
| HSL | 103.6º | 0.74% | 0.54% | - |
| HSV(B) | 103.6º | 0.77% | 0.88% | - |
| XYZ | 32.42 | 56.21 | 12.39 | - |
| YUV | 167.02 | 63.09 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 52 | 0.56 | 0 | 0.77 | 0.12 | 103.6 | 0.74 | 0.54 |
| Hex | 63 | E0 | 34 | 38 | 0 | 4D | C | 68 | 4A | 36 |
| Octal | 143 | 340 | 64 | 70 | 0 | 115 | 14 | 150 | 112 | 66 |
| Binary | 1100011 | 11100000 | 110100 | 111000 | 0 | 1001101 | 1100 | 1101000 | 1001010 | 110110 |
Color Harmonies of #63E034
Complementary color
Monochromatic Colors of #63E034
Black with #63E034
Text Example
Text Example
White with #63E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E034; }
p { color: rgb(99,224,52); }
H1.HeaderClassName
{
color: #63E034;
}
.AnyTagClassName
{
color: #63E034;
}
</style>
background-color css
<style>
a { background-color: #63E034; }
a { background-color: rgb(99,224,52); }
div.DivClassName
{
background-color: #63E034;
}
.BgClassName
{
background-color: #63E034;
}
</style>
border-color css
<style>
span { border-color: #63E034; }
span { border-color: rgb(99,224,52); }
td.TdClassName
{
border-color: #63E034;
}
.TagClassName
{
border-color: #63E034;
}
</style>