Shades of Apple #63B245
Tints of Apple #63B245
RGB
CMYK
RGB Variations
Color information
#63B245 (or 0x63B245) is known color: Apple. HEX triplet: 63, B2 and 45. RGB value is (99,178,69). Sum of RGB (Red+Green+Blue) = 99+178+69=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #63B245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B245 is #9C4DBA. Grayscale: #8E8E8E. Windows color (decimal): -10243515 or 4567651. OLE color: 4567651.
HSL color Cylindrical-coordinate representation of color #63B245: hue angle of 103.49º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63B245 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 178 | 69 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.30 |
| HSL | 103.49º | 0.44% | 0.48% | - |
| HSV(B) | 103.49º | 0.61% | 0.7% | - |
| XYZ | 22.14 | 34.92 | 11.2 | - |
| YUV | 141.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 69 | 0.44 | 0 | 0.61 | 0.30 | 103.49 | 0.44 | 0.48 |
| Hex | 63 | B2 | 45 | 2C | 0 | 3D | 1E | 67 | 2C | 30 |
| Octal | 143 | 262 | 105 | 54 | 0 | 75 | 36 | 147 | 54 | 60 |
| Binary | 1100011 | 10110010 | 1000101 | 101100 | 0 | 111101 | 11110 | 1100111 | 101100 | 110000 |
Color Harmonies of #63B245
Complementary color
Monochromatic Colors of #63B245
Black with #63B245
Text Example
Text Example
White with #63B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B245; }
p { color: rgb(99,178,69); }
H1.HeaderClassName
{
color: #63B245;
}
.AnyTagClassName
{
color: #63B245;
}
</style>
background-color css
<style>
a { background-color: #63B245; }
a { background-color: rgb(99,178,69); }
div.DivClassName
{
background-color: #63B245;
}
.BgClassName
{
background-color: #63B245;
}
</style>
border-color css
<style>
span { border-color: #63B245; }
span { border-color: rgb(99,178,69); }
td.TdClassName
{
border-color: #63B245;
}
.TagClassName
{
border-color: #63B245;
}
</style>