Shades of Apple #63D441
Tints of Apple #63D441
RGB
CMYK
RGB Variations
Color information
#63D441 (or 0x63D441) is known color: Apple. HEX triplet: 63, D4 and 41. RGB value is (99,212,65). Sum of RGB (Red+Green+Blue) = 99+212+65=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #63D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D441 is #9C2BBE. Grayscale: #A1A1A1. Windows color (decimal): -10234815 or 4314211. OLE color: 4314211.
HSL color Cylindrical-coordinate representation of color #63D441: hue angle of 106.12º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63D441 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 212 | 65 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.17 |
| HSL | 106.12º | 0.63% | 0.54% | - |
| HSV(B) | 106.12º | 0.69% | 0.83% | - |
| XYZ | 29.64 | 50.12 | 13.11 | - |
| YUV | 161.46 | 73.56 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 212 | 65 | 0.53 | 0 | 0.69 | 0.17 | 106.12 | 0.63 | 0.54 |
| Hex | 63 | D4 | 41 | 35 | 0 | 45 | 11 | 6A | 3F | 36 |
| Octal | 143 | 324 | 101 | 65 | 0 | 105 | 21 | 152 | 77 | 66 |
| Binary | 1100011 | 11010100 | 1000001 | 110101 | 0 | 1000101 | 10001 | 1101010 | 111111 | 110110 |
Color Harmonies of #63D441
Complementary color
Monochromatic Colors of #63D441
Black with #63D441
Text Example
Text Example
White with #63D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D441; }
p { color: rgb(99,212,65); }
H1.HeaderClassName
{
color: #63D441;
}
.AnyTagClassName
{
color: #63D441;
}
</style>
background-color css
<style>
a { background-color: #63D441; }
a { background-color: rgb(99,212,65); }
div.DivClassName
{
background-color: #63D441;
}
.BgClassName
{
background-color: #63D441;
}
</style>
border-color css
<style>
span { border-color: #63D441; }
span { border-color: rgb(99,212,65); }
td.TdClassName
{
border-color: #63D441;
}
.TagClassName
{
border-color: #63D441;
}
</style>