Shades of Apple #63CA44
Tints of Apple #63CA44
RGB
CMYK
RGB Variations
Color information
#63CA44 (or 0x63CA44) is known color: Apple. HEX triplet: 63, CA and 44. RGB value is (99,202,68). Sum of RGB (Red+Green+Blue) = 99+202+68=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CA44 is #9C35BB. Grayscale: #9C9C9C. Windows color (decimal): -10237372 or 4508259. OLE color: 4508259.
HSL color Cylindrical-coordinate representation of color #63CA44: hue angle of 106.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63CA44 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 68 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.21 |
| HSL | 106.12º | 0.56% | 0.53% | - |
| HSV(B) | 106.12º | 0.66% | 0.79% | - |
| XYZ | 27.31 | 45.31 | 12.78 | - |
| YUV | 155.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 68 | 0.51 | 0 | 0.66 | 0.21 | 106.12 | 0.56 | 0.53 |
| Hex | 63 | CA | 44 | 33 | 0 | 42 | 15 | 6A | 38 | 35 |
| Octal | 143 | 312 | 104 | 63 | 0 | 102 | 25 | 152 | 70 | 65 |
| Binary | 1100011 | 11001010 | 1000100 | 110011 | 0 | 1000010 | 10101 | 1101010 | 111000 | 110101 |
Color Harmonies of #63CA44
Complementary color
Monochromatic Colors of #63CA44
Black with #63CA44
Text Example
Text Example
White with #63CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CA44; }
p { color: rgb(99,202,68); }
H1.HeaderClassName
{
color: #63CA44;
}
.AnyTagClassName
{
color: #63CA44;
}
</style>
background-color css
<style>
a { background-color: #63CA44; }
a { background-color: rgb(99,202,68); }
div.DivClassName
{
background-color: #63CA44;
}
.BgClassName
{
background-color: #63CA44;
}
</style>
border-color css
<style>
span { border-color: #63CA44; }
span { border-color: rgb(99,202,68); }
td.TdClassName
{
border-color: #63CA44;
}
.TagClassName
{
border-color: #63CA44;
}
</style>