Shades of Apple #63CA4A
Tints of Apple #63CA4A
RGB
CMYK
RGB Variations
Color information
#63CA4A (or 0x63CA4A) is known color: Apple. HEX triplet: 63, CA and 4A. RGB value is (99,202,74). Sum of RGB (Red+Green+Blue) = 99+202+74=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CA4A is #9C35B5. Grayscale: #9D9D9D. Windows color (decimal): -10237366 or 4901475. OLE color: 4901475.
HSL color Cylindrical-coordinate representation of color #63CA4A: hue angle of 108.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63CA4A is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 74 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.21 |
| HSL | 108.28º | 0.55% | 0.54% | - |
| HSV(B) | 108.28º | 0.63% | 0.79% | - |
| XYZ | 27.5 | 45.39 | 13.79 | - |
| YUV | 156.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 74 | 0.51 | 0 | 0.63 | 0.21 | 108.28 | 0.55 | 0.54 |
| Hex | 63 | CA | 4A | 33 | 0 | 3F | 15 | 6C | 37 | 36 |
| Octal | 143 | 312 | 112 | 63 | 0 | 77 | 25 | 154 | 67 | 66 |
| Binary | 1100011 | 11001010 | 1001010 | 110011 | 0 | 111111 | 10101 | 1101100 | 110111 | 110110 |
Color Harmonies of #63CA4A
Complementary color
Monochromatic Colors of #63CA4A
Black with #63CA4A
Text Example
Text Example
White with #63CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CA4A; }
p { color: rgb(99,202,74); }
H1.HeaderClassName
{
color: #63CA4A;
}
.AnyTagClassName
{
color: #63CA4A;
}
</style>
background-color css
<style>
a { background-color: #63CA4A; }
a { background-color: rgb(99,202,74); }
div.DivClassName
{
background-color: #63CA4A;
}
.BgClassName
{
background-color: #63CA4A;
}
</style>
border-color css
<style>
span { border-color: #63CA4A; }
span { border-color: rgb(99,202,74); }
td.TdClassName
{
border-color: #63CA4A;
}
.TagClassName
{
border-color: #63CA4A;
}
</style>