Shades of Apple #63C44C
Tints of Apple #63C44C
RGB
CMYK
RGB Variations
Color information
#63C44C (or 0x63C44C) is known color: Apple. HEX triplet: 63, C4 and 4C. RGB value is (99,196,76). Sum of RGB (Red+Green+Blue) = 99+196+76=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #63C44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C44C is #9C3BB3. Grayscale: #999999. Windows color (decimal): -10238900 or 5031011. OLE color: 5031011.
HSL color Cylindrical-coordinate representation of color #63C44C: hue angle of 108.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63C44C is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 196 | 76 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.23 |
| HSL | 108.5º | 0.5% | 0.53% | - |
| HSV(B) | 108.5º | 0.61% | 0.77% | - |
| XYZ | 26.19 | 42.65 | 13.69 | - |
| YUV | 153.32 | 84.36 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 196 | 76 | 0.49 | 0 | 0.61 | 0.23 | 108.5 | 0.5 | 0.53 |
| Hex | 63 | C4 | 4C | 31 | 0 | 3D | 17 | 6C | 32 | 35 |
| Octal | 143 | 304 | 114 | 61 | 0 | 75 | 27 | 154 | 62 | 65 |
| Binary | 1100011 | 11000100 | 1001100 | 110001 | 0 | 111101 | 10111 | 1101100 | 110010 | 110101 |
Color Harmonies of #63C44C
Complementary color
Monochromatic Colors of #63C44C
Black with #63C44C
Text Example
Text Example
White with #63C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C44C; }
p { color: rgb(99,196,76); }
H1.HeaderClassName
{
color: #63C44C;
}
.AnyTagClassName
{
color: #63C44C;
}
</style>
background-color css
<style>
a { background-color: #63C44C; }
a { background-color: rgb(99,196,76); }
div.DivClassName
{
background-color: #63C44C;
}
.BgClassName
{
background-color: #63C44C;
}
</style>
border-color css
<style>
span { border-color: #63C44C; }
span { border-color: rgb(99,196,76); }
td.TdClassName
{
border-color: #63C44C;
}
.TagClassName
{
border-color: #63C44C;
}
</style>