Shades of Apple #63BD44
Tints of Apple #63BD44
RGB
CMYK
RGB Variations
Color information
#63BD44 (or 0x63BD44) is known color: Apple. HEX triplet: 63, BD and 44. RGB value is (99,189,68). Sum of RGB (Red+Green+Blue) = 99+189+68=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD44 is #9C42BB. Grayscale: #949494. Windows color (decimal): -10240700 or 4504931. OLE color: 4504931.
HSL color Cylindrical-coordinate representation of color #63BD44: hue angle of 104.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63BD44 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 68 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.26 |
| HSL | 104.63º | 0.48% | 0.5% | - |
| HSV(B) | 104.63º | 0.64% | 0.74% | - |
| XYZ | 24.39 | 39.47 | 11.8 | - |
| YUV | 148.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 68 | 0.48 | 0 | 0.64 | 0.26 | 104.63 | 0.48 | 0.5 |
| Hex | 63 | BD | 44 | 30 | 0 | 40 | 1A | 69 | 30 | 32 |
| Octal | 143 | 275 | 104 | 60 | 0 | 100 | 32 | 151 | 60 | 62 |
| Binary | 1100011 | 10111101 | 1000100 | 110000 | 0 | 1000000 | 11010 | 1101001 | 110000 | 110010 |
Color Harmonies of #63BD44
Complementary color
Monochromatic Colors of #63BD44
Black with #63BD44
Text Example
Text Example
White with #63BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD44; }
p { color: rgb(99,189,68); }
H1.HeaderClassName
{
color: #63BD44;
}
.AnyTagClassName
{
color: #63BD44;
}
</style>
background-color css
<style>
a { background-color: #63BD44; }
a { background-color: rgb(99,189,68); }
div.DivClassName
{
background-color: #63BD44;
}
.BgClassName
{
background-color: #63BD44;
}
</style>
border-color css
<style>
span { border-color: #63BD44; }
span { border-color: rgb(99,189,68); }
td.TdClassName
{
border-color: #63BD44;
}
.TagClassName
{
border-color: #63BD44;
}
</style>