Shades of Apple #63D430
Tints of Apple #63D430
RGB
CMYK
RGB Variations
Color information
#63D430 (or 0x63D430) is known color: Apple. HEX triplet: 63, D4 and 30. RGB value is (99,212,48). Sum of RGB (Red+Green+Blue) = 99+212+48=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #63D430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D430 is #9C2BCF. Grayscale: #A0A0A0. Windows color (decimal): -10234832 or 3200099. OLE color: 3200099.
HSL color Cylindrical-coordinate representation of color #63D430: hue angle of 101.34º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63D430 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 212 | 48 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.17 |
| HSL | 101.34º | 0.66% | 0.51% | - |
| HSV(B) | 101.34º | 0.77% | 0.83% | - |
| XYZ | 29.22 | 49.95 | 10.9 | - |
| YUV | 159.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 212 | 48 | 0.53 | 0 | 0.77 | 0.17 | 101.34 | 0.66 | 0.51 |
| Hex | 63 | D4 | 30 | 35 | 0 | 4D | 11 | 65 | 42 | 33 |
| Octal | 143 | 324 | 60 | 65 | 0 | 115 | 21 | 145 | 102 | 63 |
| Binary | 1100011 | 11010100 | 110000 | 110101 | 0 | 1001101 | 10001 | 1100101 | 1000010 | 110011 |
Color Harmonies of #63D430
Complementary color
Monochromatic Colors of #63D430
Black with #63D430
Text Example
Text Example
White with #63D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D430; }
p { color: rgb(99,212,48); }
H1.HeaderClassName
{
color: #63D430;
}
.AnyTagClassName
{
color: #63D430;
}
</style>
background-color css
<style>
a { background-color: #63D430; }
a { background-color: rgb(99,212,48); }
div.DivClassName
{
background-color: #63D430;
}
.BgClassName
{
background-color: #63D430;
}
</style>
border-color css
<style>
span { border-color: #63D430; }
span { border-color: rgb(99,212,48); }
td.TdClassName
{
border-color: #63D430;
}
.TagClassName
{
border-color: #63D430;
}
</style>