Shades of Apple #63C02E
Tints of Apple #63C02E
RGB
CMYK
RGB Variations
Color information
#63C02E (or 0x63C02E) is known color: Apple. HEX triplet: 63, C0 and 2E. RGB value is (99,192,46). Sum of RGB (Red+Green+Blue) = 99+192+46=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #63C02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C02E is #9C3FD1. Grayscale: #949494. Windows color (decimal): -10239954 or 3063907. OLE color: 3063907.
HSL color Cylindrical-coordinate representation of color #63C02E: hue angle of 98.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63C02E is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 192 | 46 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.25 |
| HSL | 98.22º | 0.61% | 0.47% | - |
| HSV(B) | 98.22º | 0.76% | 0.75% | - |
| XYZ | 24.49 | 40.55 | 9.12 | - |
| YUV | 147.55 | 70.69 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 46 | 0.48 | 0 | 0.76 | 0.25 | 98.22 | 0.61 | 0.47 |
| Hex | 63 | C0 | 2E | 30 | 0 | 4C | 19 | 62 | 3D | 2F |
| Octal | 143 | 300 | 56 | 60 | 0 | 114 | 31 | 142 | 75 | 57 |
| Binary | 1100011 | 11000000 | 101110 | 110000 | 0 | 1001100 | 11001 | 1100010 | 111101 | 101111 |
Color Harmonies of #63C02E
Complementary color
Monochromatic Colors of #63C02E
Black with #63C02E
Text Example
Text Example
White with #63C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C02E; }
p { color: rgb(99,192,46); }
H1.HeaderClassName
{
color: #63C02E;
}
.AnyTagClassName
{
color: #63C02E;
}
</style>
background-color css
<style>
a { background-color: #63C02E; }
a { background-color: rgb(99,192,46); }
div.DivClassName
{
background-color: #63C02E;
}
.BgClassName
{
background-color: #63C02E;
}
</style>
border-color css
<style>
span { border-color: #63C02E; }
span { border-color: rgb(99,192,46); }
td.TdClassName
{
border-color: #63C02E;
}
.TagClassName
{
border-color: #63C02E;
}
</style>