Shades of Apple #63C538
Tints of Apple #63C538
RGB
CMYK
RGB Variations
Color information
#63C538 (or 0x63C538) is known color: Apple. HEX triplet: 63, C5 and 38. RGB value is (99,197,56). Sum of RGB (Red+Green+Blue) = 99+197+56=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #63C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C538 is #9C3AC7. Grayscale: #989898. Windows color (decimal): -10238664 or 3720547. OLE color: 3720547.
HSL color Cylindrical-coordinate representation of color #63C538: hue angle of 101.7º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63C538 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 197 | 56 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.23 |
| HSL | 101.7º | 0.56% | 0.5% | - |
| HSV(B) | 101.7º | 0.72% | 0.77% | - |
| XYZ | 25.83 | 42.87 | 10.66 | - |
| YUV | 151.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 56 | 0.50 | 0 | 0.72 | 0.23 | 101.7 | 0.56 | 0.5 |
| Hex | 63 | C5 | 38 | 32 | 0 | 48 | 17 | 66 | 38 | 32 |
| Octal | 143 | 305 | 70 | 62 | 0 | 110 | 27 | 146 | 70 | 62 |
| Binary | 1100011 | 11000101 | 111000 | 110010 | 0 | 1001000 | 10111 | 1100110 | 111000 | 110010 |
Color Harmonies of #63C538
Complementary color
Monochromatic Colors of #63C538
Black with #63C538
Text Example
Text Example
White with #63C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C538; }
p { color: rgb(99,197,56); }
H1.HeaderClassName
{
color: #63C538;
}
.AnyTagClassName
{
color: #63C538;
}
</style>
background-color css
<style>
a { background-color: #63C538; }
a { background-color: rgb(99,197,56); }
div.DivClassName
{
background-color: #63C538;
}
.BgClassName
{
background-color: #63C538;
}
</style>
border-color css
<style>
span { border-color: #63C538; }
span { border-color: rgb(99,197,56); }
td.TdClassName
{
border-color: #63C538;
}
.TagClassName
{
border-color: #63C538;
}
</style>