Shades of Apple #63D44B
Tints of Apple #63D44B
RGB
CMYK
RGB Variations
Color information
#63D44B (or 0x63D44B) is known color: Apple. HEX triplet: 63, D4 and 4B. RGB value is (99,212,75). Sum of RGB (Red+Green+Blue) = 99+212+75=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #63D44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D44B is #9C2BB4. Grayscale: #A3A3A3. Windows color (decimal): -10234805 or 4969571. OLE color: 4969571.
HSL color Cylindrical-coordinate representation of color #63D44B: hue angle of 109.49º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63D44B is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 212 | 75 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.17 |
| HSL | 109.49º | 0.61% | 0.56% | - |
| HSV(B) | 109.49º | 0.65% | 0.83% | - |
| XYZ | 29.96 | 50.25 | 14.78 | - |
| YUV | 162.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 212 | 75 | 0.53 | 0 | 0.65 | 0.17 | 109.49 | 0.61 | 0.56 |
| Hex | 63 | D4 | 4B | 35 | 0 | 41 | 11 | 6D | 3D | 38 |
| Octal | 143 | 324 | 113 | 65 | 0 | 101 | 21 | 155 | 75 | 70 |
| Binary | 1100011 | 11010100 | 1001011 | 110101 | 0 | 1000001 | 10001 | 1101101 | 111101 | 111000 |
Color Harmonies of #63D44B
Complementary color
Monochromatic Colors of #63D44B
Black with #63D44B
Text Example
Text Example
White with #63D44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D44B; }
p { color: rgb(99,212,75); }
H1.HeaderClassName
{
color: #63D44B;
}
.AnyTagClassName
{
color: #63D44B;
}
</style>
background-color css
<style>
a { background-color: #63D44B; }
a { background-color: rgb(99,212,75); }
div.DivClassName
{
background-color: #63D44B;
}
.BgClassName
{
background-color: #63D44B;
}
</style>
border-color css
<style>
span { border-color: #63D44B; }
span { border-color: rgb(99,212,75); }
td.TdClassName
{
border-color: #63D44B;
}
.TagClassName
{
border-color: #63D44B;
}
</style>