Shades of Apple #63A13F
Tints of Apple #63A13F
RGB
CMYK
RGB Variations
Color information
#63A13F (or 0x63A13F) is known color: Apple. HEX triplet: 63, A1 and 3F. RGB value is (99,161,63). Sum of RGB (Red+Green+Blue) = 99+161+63=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #63A13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A13F is #9C5EC0. Grayscale: #838383. Windows color (decimal): -10247873 or 4170083. OLE color: 4170083.
HSL color Cylindrical-coordinate representation of color #63A13F: hue angle of 97.96º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A13F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 63 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.37 |
| HSL | 97.96º | 0.44% | 0.44% | - |
| HSV(B) | 97.96º | 0.61% | 0.63% | - |
| XYZ | 18.79 | 28.5 | 9.21 | - |
| YUV | 131.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 63 | 0.39 | 0 | 0.61 | 0.37 | 97.96 | 0.44 | 0.44 |
| Hex | 63 | A1 | 3F | 27 | 0 | 3D | 25 | 62 | 2C | 2C |
| Octal | 143 | 241 | 77 | 47 | 0 | 75 | 45 | 142 | 54 | 54 |
| Binary | 1100011 | 10100001 | 111111 | 100111 | 0 | 111101 | 100101 | 1100010 | 101100 | 101100 |
Color Harmonies of #63A13F
Complementary color
Monochromatic Colors of #63A13F
Black with #63A13F
Text Example
Text Example
White with #63A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A13F; }
p { color: rgb(99,161,63); }
H1.HeaderClassName
{
color: #63A13F;
}
.AnyTagClassName
{
color: #63A13F;
}
</style>
background-color css
<style>
a { background-color: #63A13F; }
a { background-color: rgb(99,161,63); }
div.DivClassName
{
background-color: #63A13F;
}
.BgClassName
{
background-color: #63A13F;
}
</style>
border-color css
<style>
span { border-color: #63A13F; }
span { border-color: rgb(99,161,63); }
td.TdClassName
{
border-color: #63A13F;
}
.TagClassName
{
border-color: #63A13F;
}
</style>