Shades of Apple #63A53A
Tints of Apple #63A53A
RGB
CMYK
RGB Variations
Color information
#63A53A (or 0x63A53A) is known color: Apple. HEX triplet: 63, A5 and 3A. RGB value is (99,165,58). Sum of RGB (Red+Green+Blue) = 99+165+58=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #63A53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A53A is #9C5AC5. Grayscale: #858585. Windows color (decimal): -10246854 or 3843427. OLE color: 3843427.
HSL color Cylindrical-coordinate representation of color #63A53A: hue angle of 97.01º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63A53A is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 58 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.35 |
| HSL | 97.01º | 0.48% | 0.44% | - |
| HSV(B) | 97.01º | 0.65% | 0.65% | - |
| XYZ | 19.36 | 29.87 | 8.75 | - |
| YUV | 133.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 58 | 0.40 | 0 | 0.65 | 0.35 | 97.01 | 0.48 | 0.44 |
| Hex | 63 | A5 | 3A | 28 | 0 | 41 | 23 | 61 | 30 | 2C |
| Octal | 143 | 245 | 72 | 50 | 0 | 101 | 43 | 141 | 60 | 54 |
| Binary | 1100011 | 10100101 | 111010 | 101000 | 0 | 1000001 | 100011 | 1100001 | 110000 | 101100 |
Color Harmonies of #63A53A
Complementary color
Monochromatic Colors of #63A53A
Black with #63A53A
Text Example
Text Example
White with #63A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A53A; }
p { color: rgb(99,165,58); }
H1.HeaderClassName
{
color: #63A53A;
}
.AnyTagClassName
{
color: #63A53A;
}
</style>
background-color css
<style>
a { background-color: #63A53A; }
a { background-color: rgb(99,165,58); }
div.DivClassName
{
background-color: #63A53A;
}
.BgClassName
{
background-color: #63A53A;
}
</style>
border-color css
<style>
span { border-color: #63A53A; }
span { border-color: rgb(99,165,58); }
td.TdClassName
{
border-color: #63A53A;
}
.TagClassName
{
border-color: #63A53A;
}
</style>