Shades of Apple #63AF5B
Tints of Apple #63AF5B
RGB
CMYK
RGB Variations
Color information
#63AF5B (or 0x63AF5B) is known color: Apple. HEX triplet: 63, AF and 5B. RGB value is (99,175,91). Sum of RGB (Red+Green+Blue) = 99+175+91=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF5B is #9C50A4. Grayscale: #8E8E8E. Windows color (decimal): -10244261 or 6008675. OLE color: 6008675.
HSL color Cylindrical-coordinate representation of color #63AF5B: hue angle of 114.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63AF5B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 91 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.31 |
| HSL | 114.29º | 0.34% | 0.52% | - |
| HSV(B) | 114.29º | 0.48% | 0.69% | - |
| XYZ | 22.36 | 34.07 | 15.29 | - |
| YUV | 142.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 91 | 0.43 | 0 | 0.48 | 0.31 | 114.29 | 0.34 | 0.52 |
| Hex | 63 | AF | 5B | 2B | 0 | 30 | 1F | 72 | 22 | 34 |
| Octal | 143 | 257 | 133 | 53 | 0 | 60 | 37 | 162 | 42 | 64 |
| Binary | 1100011 | 10101111 | 1011011 | 101011 | 0 | 110000 | 11111 | 1110010 | 100010 | 110100 |
Color Harmonies of #63AF5B
Complementary color
Monochromatic Colors of #63AF5B
Black with #63AF5B
Text Example
Text Example
White with #63AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF5B; }
p { color: rgb(99,175,91); }
H1.HeaderClassName
{
color: #63AF5B;
}
.AnyTagClassName
{
color: #63AF5B;
}
</style>
background-color css
<style>
a { background-color: #63AF5B; }
a { background-color: rgb(99,175,91); }
div.DivClassName
{
background-color: #63AF5B;
}
.BgClassName
{
background-color: #63AF5B;
}
</style>
border-color css
<style>
span { border-color: #63AF5B; }
span { border-color: rgb(99,175,91); }
td.TdClassName
{
border-color: #63AF5B;
}
.TagClassName
{
border-color: #63AF5B;
}
</style>