Shades of Apple #63DF3F
Tints of Apple #63DF3F
RGB
CMYK
RGB Variations
Color information
#63DF3F (or 0x63DF3F) is known color: Apple. HEX triplet: 63, DF and 3F. RGB value is (99,223,63). Sum of RGB (Red+Green+Blue) = 99+223+63=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #63DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DF3F is #9C20C0. Grayscale: #A8A8A8. Windows color (decimal): -10232001 or 4185955. OLE color: 4185955.
HSL color Cylindrical-coordinate representation of color #63DF3F: hue angle of 106.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63DF3F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 63 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.13 |
| HSL | 106.5º | 0.71% | 0.56% | - |
| HSV(B) | 106.5º | 0.72% | 0.87% | - |
| XYZ | 32.43 | 55.79 | 13.76 | - |
| YUV | 167.68 | 68.92 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 63 | 0.56 | 0 | 0.72 | 0.13 | 106.5 | 0.71 | 0.56 |
| Hex | 63 | DF | 3F | 38 | 0 | 48 | D | 6A | 47 | 38 |
| Octal | 143 | 337 | 77 | 70 | 0 | 110 | 15 | 152 | 107 | 70 |
| Binary | 1100011 | 11011111 | 111111 | 111000 | 0 | 1001000 | 1101 | 1101010 | 1000111 | 111000 |
Color Harmonies of #63DF3F
Complementary color
Monochromatic Colors of #63DF3F
Black with #63DF3F
Text Example
Text Example
White with #63DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DF3F; }
p { color: rgb(99,223,63); }
H1.HeaderClassName
{
color: #63DF3F;
}
.AnyTagClassName
{
color: #63DF3F;
}
</style>
background-color css
<style>
a { background-color: #63DF3F; }
a { background-color: rgb(99,223,63); }
div.DivClassName
{
background-color: #63DF3F;
}
.BgClassName
{
background-color: #63DF3F;
}
</style>
border-color css
<style>
span { border-color: #63DF3F; }
span { border-color: rgb(99,223,63); }
td.TdClassName
{
border-color: #63DF3F;
}
.TagClassName
{
border-color: #63DF3F;
}
</style>