Shades of Apple #63BD42
Tints of Apple #63BD42
RGB
CMYK
RGB Variations
Color information
#63BD42 (or 0x63BD42) is known color: Apple. HEX triplet: 63, BD and 42. RGB value is (99,189,66). Sum of RGB (Red+Green+Blue) = 99+189+66=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD42 is #9C42BD. Grayscale: #949494. Windows color (decimal): -10240702 or 4373859. OLE color: 4373859.
HSL color Cylindrical-coordinate representation of color #63BD42: hue angle of 103.9º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63BD42 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 66 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.26 |
| HSL | 103.9º | 0.48% | 0.5% | - |
| HSV(B) | 103.9º | 0.65% | 0.74% | - |
| XYZ | 24.33 | 39.44 | 11.49 | - |
| YUV | 148.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 66 | 0.48 | 0 | 0.65 | 0.26 | 103.9 | 0.48 | 0.5 |
| Hex | 63 | BD | 42 | 30 | 0 | 41 | 1A | 68 | 30 | 32 |
| Octal | 143 | 275 | 102 | 60 | 0 | 101 | 32 | 150 | 60 | 62 |
| Binary | 1100011 | 10111101 | 1000010 | 110000 | 0 | 1000001 | 11010 | 1101000 | 110000 | 110010 |
Color Harmonies of #63BD42
Complementary color
Monochromatic Colors of #63BD42
Black with #63BD42
Text Example
Text Example
White with #63BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD42; }
p { color: rgb(99,189,66); }
H1.HeaderClassName
{
color: #63BD42;
}
.AnyTagClassName
{
color: #63BD42;
}
</style>
background-color css
<style>
a { background-color: #63BD42; }
a { background-color: rgb(99,189,66); }
div.DivClassName
{
background-color: #63BD42;
}
.BgClassName
{
background-color: #63BD42;
}
</style>
border-color css
<style>
span { border-color: #63BD42; }
span { border-color: rgb(99,189,66); }
td.TdClassName
{
border-color: #63BD42;
}
.TagClassName
{
border-color: #63BD42;
}
</style>