Shades of Apple #63B346
Tints of Apple #63B346
RGB
CMYK
RGB Variations
Color information
#63B346 (or 0x63B346) is known color: Apple. HEX triplet: 63, B3 and 46. RGB value is (99,179,70). Sum of RGB (Red+Green+Blue) = 99+179+70=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #63B346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B346 is #9C4CB9. Grayscale: #8F8F8F. Windows color (decimal): -10243258 or 4633443. OLE color: 4633443.
HSL color Cylindrical-coordinate representation of color #63B346: hue angle of 104.04º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63B346 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 70 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.30 |
| HSL | 104.04º | 0.44% | 0.49% | - |
| HSV(B) | 104.04º | 0.61% | 0.7% | - |
| XYZ | 22.37 | 35.34 | 11.44 | - |
| YUV | 142.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 70 | 0.45 | 0 | 0.61 | 0.30 | 104.04 | 0.44 | 0.49 |
| Hex | 63 | B3 | 46 | 2D | 0 | 3D | 1E | 68 | 2C | 31 |
| Octal | 143 | 263 | 106 | 55 | 0 | 75 | 36 | 150 | 54 | 61 |
| Binary | 1100011 | 10110011 | 1000110 | 101101 | 0 | 111101 | 11110 | 1101000 | 101100 | 110001 |
Color Harmonies of #63B346
Complementary color
Monochromatic Colors of #63B346
Black with #63B346
Text Example
Text Example
White with #63B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B346; }
p { color: rgb(99,179,70); }
H1.HeaderClassName
{
color: #63B346;
}
.AnyTagClassName
{
color: #63B346;
}
</style>
background-color css
<style>
a { background-color: #63B346; }
a { background-color: rgb(99,179,70); }
div.DivClassName
{
background-color: #63B346;
}
.BgClassName
{
background-color: #63B346;
}
</style>
border-color css
<style>
span { border-color: #63B346; }
span { border-color: rgb(99,179,70); }
td.TdClassName
{
border-color: #63B346;
}
.TagClassName
{
border-color: #63B346;
}
</style>