Shades of Apple #63B436
Tints of Apple #63B436
RGB
CMYK
RGB Variations
Color information
#63B436 (or 0x63B436) is known color: Apple. HEX triplet: 63, B4 and 36. RGB value is (99,180,54). Sum of RGB (Red+Green+Blue) = 99+180+54=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #63B436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B436 is #9C4BC9. Grayscale: #8D8D8D. Windows color (decimal): -10243018 or 3585123. OLE color: 3585123.
HSL color Cylindrical-coordinate representation of color #63B436: hue angle of 98.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63B436 is Cyan = 0.45, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 180 | 54 | - |
| CMYK | 0.45 | 0 | 0.7 | 0.29 |
| HSL | 98.57º | 0.54% | 0.46% | - |
| HSV(B) | 98.57º | 0.7% | 0.71% | - |
| XYZ | 22.13 | 35.56 | 9.19 | - |
| YUV | 141.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 180 | 54 | 0.45 | 0 | 0.7 | 0.29 | 98.57 | 0.54 | 0.46 |
| Hex | 63 | B4 | 36 | 2D | 0 | 46 | 1D | 63 | 36 | 2E |
| Octal | 143 | 264 | 66 | 55 | 0 | 106 | 35 | 143 | 66 | 56 |
| Binary | 1100011 | 10110100 | 110110 | 101101 | 0 | 1000110 | 11101 | 1100011 | 110110 | 101110 |
Color Harmonies of #63B436
Complementary color
Monochromatic Colors of #63B436
Black with #63B436
Text Example
Text Example
White with #63B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B436; }
p { color: rgb(99,180,54); }
H1.HeaderClassName
{
color: #63B436;
}
.AnyTagClassName
{
color: #63B436;
}
</style>
background-color css
<style>
a { background-color: #63B436; }
a { background-color: rgb(99,180,54); }
div.DivClassName
{
background-color: #63B436;
}
.BgClassName
{
background-color: #63B436;
}
</style>
border-color css
<style>
span { border-color: #63B436; }
span { border-color: rgb(99,180,54); }
td.TdClassName
{
border-color: #63B436;
}
.TagClassName
{
border-color: #63B436;
}
</style>