Shades of Apple #63E036
Tints of Apple #63E036
RGB
CMYK
RGB Variations
Color information
#63E036 (or 0x63E036) is known color: Apple. HEX triplet: 63, E0 and 36. RGB value is (99,224,54). Sum of RGB (Red+Green+Blue) = 99+224+54=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #63E036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63E036 is #9C1FC9. Grayscale: #A7A7A7. Windows color (decimal): -10231754 or 3596387. OLE color: 3596387.
HSL color Cylindrical-coordinate representation of color #63E036: hue angle of 104.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63E036 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 54 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.12 |
| HSL | 104.12º | 0.73% | 0.55% | - |
| HSV(B) | 104.12º | 0.76% | 0.88% | - |
| XYZ | 32.47 | 56.23 | 12.63 | - |
| YUV | 167.25 | 64.09 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 54 | 0.56 | 0 | 0.76 | 0.12 | 104.12 | 0.73 | 0.55 |
| Hex | 63 | E0 | 36 | 38 | 0 | 4C | C | 68 | 49 | 37 |
| Octal | 143 | 340 | 66 | 70 | 0 | 114 | 14 | 150 | 111 | 67 |
| Binary | 1100011 | 11100000 | 110110 | 111000 | 0 | 1001100 | 1100 | 1101000 | 1001001 | 110111 |
Color Harmonies of #63E036
Complementary color
Monochromatic Colors of #63E036
Black with #63E036
Text Example
Text Example
White with #63E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E036; }
p { color: rgb(99,224,54); }
H1.HeaderClassName
{
color: #63E036;
}
.AnyTagClassName
{
color: #63E036;
}
</style>
background-color css
<style>
a { background-color: #63E036; }
a { background-color: rgb(99,224,54); }
div.DivClassName
{
background-color: #63E036;
}
.BgClassName
{
background-color: #63E036;
}
</style>
border-color css
<style>
span { border-color: #63E036; }
span { border-color: rgb(99,224,54); }
td.TdClassName
{
border-color: #63E036;
}
.TagClassName
{
border-color: #63E036;
}
</style>