Shades of Apple #63C240
Tints of Apple #63C240
RGB
CMYK
RGB Variations
Color information
#63C240 (or 0x63C240) is known color: Apple. HEX triplet: 63, C2 and 40. RGB value is (99,194,64). Sum of RGB (Red+Green+Blue) = 99+194+64=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #63C240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C240 is #9C3DBF. Grayscale: #979797. Windows color (decimal): -10239424 or 4244067. OLE color: 4244067.
HSL color Cylindrical-coordinate representation of color #63C240: hue angle of 103.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63C240 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 194 | 64 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.24 |
| HSL | 103.85º | 0.52% | 0.51% | - |
| HSV(B) | 103.85º | 0.67% | 0.76% | - |
| XYZ | 25.36 | 41.61 | 11.54 | - |
| YUV | 150.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 64 | 0.49 | 0 | 0.67 | 0.24 | 103.85 | 0.52 | 0.51 |
| Hex | 63 | C2 | 40 | 31 | 0 | 43 | 18 | 68 | 34 | 33 |
| Octal | 143 | 302 | 100 | 61 | 0 | 103 | 30 | 150 | 64 | 63 |
| Binary | 1100011 | 11000010 | 1000000 | 110001 | 0 | 1000011 | 11000 | 1101000 | 110100 | 110011 |
Color Harmonies of #63C240
Complementary color
Monochromatic Colors of #63C240
Black with #63C240
Text Example
Text Example
White with #63C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C240; }
p { color: rgb(99,194,64); }
H1.HeaderClassName
{
color: #63C240;
}
.AnyTagClassName
{
color: #63C240;
}
</style>
background-color css
<style>
a { background-color: #63C240; }
a { background-color: rgb(99,194,64); }
div.DivClassName
{
background-color: #63C240;
}
.BgClassName
{
background-color: #63C240;
}
</style>
border-color css
<style>
span { border-color: #63C240; }
span { border-color: rgb(99,194,64); }
td.TdClassName
{
border-color: #63C240;
}
.TagClassName
{
border-color: #63C240;
}
</style>