Shades of Apple #63E145
Tints of Apple #63E145
RGB
CMYK
RGB Variations
Color information
#63E145 (or 0x63E145) is known color: Apple. HEX triplet: 63, E1 and 45. RGB value is (99,225,69). Sum of RGB (Red+Green+Blue) = 99+225+69=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #63E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63E145 is #9C1EBA. Grayscale: #AAAAAA. Windows color (decimal): -10231483 or 4579683. OLE color: 4579683.
HSL color Cylindrical-coordinate representation of color #63E145: hue angle of 108.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63E145 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 225 | 69 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.12 |
| HSL | 108.46º | 0.72% | 0.58% | - |
| HSV(B) | 108.46º | 0.69% | 0.88% | - |
| XYZ | 33.14 | 56.93 | 14.87 | - |
| YUV | 169.54 | 71.26 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 225 | 69 | 0.56 | 0 | 0.69 | 0.12 | 108.46 | 0.72 | 0.58 |
| Hex | 63 | E1 | 45 | 38 | 0 | 45 | C | 6C | 48 | 3A |
| Octal | 143 | 341 | 105 | 70 | 0 | 105 | 14 | 154 | 110 | 72 |
| Binary | 1100011 | 11100001 | 1000101 | 111000 | 0 | 1000101 | 1100 | 1101100 | 1001000 | 111010 |
Color Harmonies of #63E145
Complementary color
Monochromatic Colors of #63E145
Black with #63E145
Text Example
Text Example
White with #63E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E145; }
p { color: rgb(99,225,69); }
H1.HeaderClassName
{
color: #63E145;
}
.AnyTagClassName
{
color: #63E145;
}
</style>
background-color css
<style>
a { background-color: #63E145; }
a { background-color: rgb(99,225,69); }
div.DivClassName
{
background-color: #63E145;
}
.BgClassName
{
background-color: #63E145;
}
</style>
border-color css
<style>
span { border-color: #63E145; }
span { border-color: rgb(99,225,69); }
td.TdClassName
{
border-color: #63E145;
}
.TagClassName
{
border-color: #63E145;
}
</style>