Shades of Apple #63AF44
Tints of Apple #63AF44
RGB
CMYK
RGB Variations
Color information
#63AF44 (or 0x63AF44) is known color: Apple. HEX triplet: 63, AF and 44. RGB value is (99,175,68). Sum of RGB (Red+Green+Blue) = 99+175+68=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF44 is #9C50BB. Grayscale: #8C8C8C. Windows color (decimal): -10244284 or 4501347. OLE color: 4501347.
HSL color Cylindrical-coordinate representation of color #63AF44: hue angle of 102.62º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63AF44 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 68 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.31 |
| HSL | 102.62º | 0.44% | 0.48% | - |
| HSV(B) | 102.62º | 0.61% | 0.69% | - |
| XYZ | 21.52 | 33.73 | 10.85 | - |
| YUV | 140.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 68 | 0.43 | 0 | 0.61 | 0.31 | 102.62 | 0.44 | 0.48 |
| Hex | 63 | AF | 44 | 2B | 0 | 3D | 1F | 67 | 2C | 30 |
| Octal | 143 | 257 | 104 | 53 | 0 | 75 | 37 | 147 | 54 | 60 |
| Binary | 1100011 | 10101111 | 1000100 | 101011 | 0 | 111101 | 11111 | 1100111 | 101100 | 110000 |
Color Harmonies of #63AF44
Complementary color
Monochromatic Colors of #63AF44
Black with #63AF44
Text Example
Text Example
White with #63AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF44; }
p { color: rgb(99,175,68); }
H1.HeaderClassName
{
color: #63AF44;
}
.AnyTagClassName
{
color: #63AF44;
}
</style>
background-color css
<style>
a { background-color: #63AF44; }
a { background-color: rgb(99,175,68); }
div.DivClassName
{
background-color: #63AF44;
}
.BgClassName
{
background-color: #63AF44;
}
</style>
border-color css
<style>
span { border-color: #63AF44; }
span { border-color: rgb(99,175,68); }
td.TdClassName
{
border-color: #63AF44;
}
.TagClassName
{
border-color: #63AF44;
}
</style>