Shades of Apple #63AF4E
Tints of Apple #63AF4E
RGB
CMYK
RGB Variations
Color information
#63AF4E (or 0x63AF4E) is known color: Apple. HEX triplet: 63, AF and 4E. RGB value is (99,175,78). Sum of RGB (Red+Green+Blue) = 99+175+78=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF4E is #9C50B1. Grayscale: #8D8D8D. Windows color (decimal): -10244274 or 5156707. OLE color: 5156707.
HSL color Cylindrical-coordinate representation of color #63AF4E: hue angle of 107.01º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AF4E is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 78 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.31 |
| HSL | 107.01º | 0.38% | 0.5% | - |
| HSV(B) | 107.01º | 0.55% | 0.69% | - |
| XYZ | 21.85 | 33.86 | 12.59 | - |
| YUV | 141.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 78 | 0.43 | 0 | 0.55 | 0.31 | 107.01 | 0.38 | 0.5 |
| Hex | 63 | AF | 4E | 2B | 0 | 37 | 1F | 6B | 26 | 32 |
| Octal | 143 | 257 | 116 | 53 | 0 | 67 | 37 | 153 | 46 | 62 |
| Binary | 1100011 | 10101111 | 1001110 | 101011 | 0 | 110111 | 11111 | 1101011 | 100110 | 110010 |
Color Harmonies of #63AF4E
Complementary color
Monochromatic Colors of #63AF4E
Black with #63AF4E
Text Example
Text Example
White with #63AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF4E; }
p { color: rgb(99,175,78); }
H1.HeaderClassName
{
color: #63AF4E;
}
.AnyTagClassName
{
color: #63AF4E;
}
</style>
background-color css
<style>
a { background-color: #63AF4E; }
a { background-color: rgb(99,175,78); }
div.DivClassName
{
background-color: #63AF4E;
}
.BgClassName
{
background-color: #63AF4E;
}
</style>
border-color css
<style>
span { border-color: #63AF4E; }
span { border-color: rgb(99,175,78); }
td.TdClassName
{
border-color: #63AF4E;
}
.TagClassName
{
border-color: #63AF4E;
}
</style>