Shades of Apple #63B240
Tints of Apple #63B240
RGB
CMYK
RGB Variations
Color information
#63B240 (or 0x63B240) is known color: Apple. HEX triplet: 63, B2 and 40. RGB value is (99,178,64). Sum of RGB (Red+Green+Blue) = 99+178+64=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #63B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B240 is #9C4DBF. Grayscale: #8D8D8D. Windows color (decimal): -10243520 or 4239971. OLE color: 4239971.
HSL color Cylindrical-coordinate representation of color #63B240: hue angle of 101.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63B240 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 178 | 64 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.30 |
| HSL | 101.58º | 0.47% | 0.47% | - |
| HSV(B) | 101.58º | 0.64% | 0.7% | - |
| XYZ | 21.99 | 34.86 | 10.42 | - |
| YUV | 141.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 64 | 0.44 | 0 | 0.64 | 0.30 | 101.58 | 0.47 | 0.47 |
| Hex | 63 | B2 | 40 | 2C | 0 | 40 | 1E | 66 | 2F | 2F |
| Octal | 143 | 262 | 100 | 54 | 0 | 100 | 36 | 146 | 57 | 57 |
| Binary | 1100011 | 10110010 | 1000000 | 101100 | 0 | 1000000 | 11110 | 1100110 | 101111 | 101111 |
Color Harmonies of #63B240
Complementary color
Monochromatic Colors of #63B240
Black with #63B240
Text Example
Text Example
White with #63B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B240; }
p { color: rgb(99,178,64); }
H1.HeaderClassName
{
color: #63B240;
}
.AnyTagClassName
{
color: #63B240;
}
</style>
background-color css
<style>
a { background-color: #63B240; }
a { background-color: rgb(99,178,64); }
div.DivClassName
{
background-color: #63B240;
}
.BgClassName
{
background-color: #63B240;
}
</style>
border-color css
<style>
span { border-color: #63B240; }
span { border-color: rgb(99,178,64); }
td.TdClassName
{
border-color: #63B240;
}
.TagClassName
{
border-color: #63B240;
}
</style>