Shades of Apple #63C541
Tints of Apple #63C541
RGB
CMYK
RGB Variations
Color information
#63C541 (or 0x63C541) is known color: Apple. HEX triplet: 63, C5 and 41. RGB value is (99,197,65). Sum of RGB (Red+Green+Blue) = 99+197+65=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #63C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C541 is #9C3ABE. Grayscale: #999999. Windows color (decimal): -10238655 or 4310371. OLE color: 4310371.
HSL color Cylindrical-coordinate representation of color #63C541: hue angle of 104.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63C541 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 197 | 65 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.23 |
| HSL | 104.55º | 0.53% | 0.51% | - |
| HSV(B) | 104.55º | 0.67% | 0.77% | - |
| XYZ | 26.07 | 42.97 | 11.92 | - |
| YUV | 152.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 65 | 0.50 | 0 | 0.67 | 0.23 | 104.55 | 0.53 | 0.51 |
| Hex | 63 | C5 | 41 | 32 | 0 | 43 | 17 | 69 | 35 | 33 |
| Octal | 143 | 305 | 101 | 62 | 0 | 103 | 27 | 151 | 65 | 63 |
| Binary | 1100011 | 11000101 | 1000001 | 110010 | 0 | 1000011 | 10111 | 1101001 | 110101 | 110011 |
Color Harmonies of #63C541
Complementary color
Monochromatic Colors of #63C541
Black with #63C541
Text Example
Text Example
White with #63C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C541; }
p { color: rgb(99,197,65); }
H1.HeaderClassName
{
color: #63C541;
}
.AnyTagClassName
{
color: #63C541;
}
</style>
background-color css
<style>
a { background-color: #63C541; }
a { background-color: rgb(99,197,65); }
div.DivClassName
{
background-color: #63C541;
}
.BgClassName
{
background-color: #63C541;
}
</style>
border-color css
<style>
span { border-color: #63C541; }
span { border-color: rgb(99,197,65); }
td.TdClassName
{
border-color: #63C541;
}
.TagClassName
{
border-color: #63C541;
}
</style>