Shades of Apple #63B340
Tints of Apple #63B340
RGB
CMYK
RGB Variations
Color information
#63B340 (or 0x63B340) is known color: Apple. HEX triplet: 63, B3 and 40. RGB value is (99,179,64). Sum of RGB (Red+Green+Blue) = 99+179+64=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #63B340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B340 is #9C4CBF. Grayscale: #8E8E8E. Windows color (decimal): -10243264 or 4240227. OLE color: 4240227.
HSL color Cylindrical-coordinate representation of color #63B340: hue angle of 101.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63B340 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 64 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.30 |
| HSL | 101.74º | 0.47% | 0.48% | - |
| HSV(B) | 101.74º | 0.64% | 0.7% | - |
| XYZ | 22.19 | 35.26 | 10.49 | - |
| YUV | 141.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 64 | 0.45 | 0 | 0.64 | 0.30 | 101.74 | 0.47 | 0.48 |
| Hex | 63 | B3 | 40 | 2D | 0 | 40 | 1E | 66 | 2F | 30 |
| Octal | 143 | 263 | 100 | 55 | 0 | 100 | 36 | 146 | 57 | 60 |
| Binary | 1100011 | 10110011 | 1000000 | 101101 | 0 | 1000000 | 11110 | 1100110 | 101111 | 110000 |
Color Harmonies of #63B340
Complementary color
Monochromatic Colors of #63B340
Black with #63B340
Text Example
Text Example
White with #63B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B340; }
p { color: rgb(99,179,64); }
H1.HeaderClassName
{
color: #63B340;
}
.AnyTagClassName
{
color: #63B340;
}
</style>
background-color css
<style>
a { background-color: #63B340; }
a { background-color: rgb(99,179,64); }
div.DivClassName
{
background-color: #63B340;
}
.BgClassName
{
background-color: #63B340;
}
</style>
border-color css
<style>
span { border-color: #63B340; }
span { border-color: rgb(99,179,64); }
td.TdClassName
{
border-color: #63B340;
}
.TagClassName
{
border-color: #63B340;
}
</style>