Shades of Apple #63AC4E
Tints of Apple #63AC4E
RGB
CMYK
RGB Variations
Color information
#63AC4E (or 0x63AC4E) is known color: Apple. HEX triplet: 63, AC and 4E. RGB value is (99,172,78). Sum of RGB (Red+Green+Blue) = 99+172+78=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AC4E is #9C53B1. Grayscale: #8B8B8B. Windows color (decimal): -10245042 or 5155939. OLE color: 5155939.
HSL color Cylindrical-coordinate representation of color #63AC4E: hue angle of 106.6º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AC4E is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 78 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.33 |
| HSL | 106.6º | 0.38% | 0.49% | - |
| HSV(B) | 106.6º | 0.55% | 0.67% | - |
| XYZ | 21.27 | 32.71 | 12.4 | - |
| YUV | 139.46 | 93.32 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 78 | 0.42 | 0 | 0.55 | 0.33 | 106.6 | 0.38 | 0.49 |
| Hex | 63 | AC | 4E | 2A | 0 | 37 | 21 | 6B | 26 | 31 |
| Octal | 143 | 254 | 116 | 52 | 0 | 67 | 41 | 153 | 46 | 61 |
| Binary | 1100011 | 10101100 | 1001110 | 101010 | 0 | 110111 | 100001 | 1101011 | 100110 | 110001 |
Color Harmonies of #63AC4E
Complementary color
Monochromatic Colors of #63AC4E
Black with #63AC4E
Text Example
Text Example
White with #63AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC4E; }
p { color: rgb(99,172,78); }
H1.HeaderClassName
{
color: #63AC4E;
}
.AnyTagClassName
{
color: #63AC4E;
}
</style>
background-color css
<style>
a { background-color: #63AC4E; }
a { background-color: rgb(99,172,78); }
div.DivClassName
{
background-color: #63AC4E;
}
.BgClassName
{
background-color: #63AC4E;
}
</style>
border-color css
<style>
span { border-color: #63AC4E; }
span { border-color: rgb(99,172,78); }
td.TdClassName
{
border-color: #63AC4E;
}
.TagClassName
{
border-color: #63AC4E;
}
</style>