Shades of Apple #63C830
Tints of Apple #63C830
RGB
CMYK
RGB Variations
Color information
#63C830 (or 0x63C830) is known color: Apple. HEX triplet: 63, C8 and 30. RGB value is (99,200,48). Sum of RGB (Red+Green+Blue) = 99+200+48=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #63C830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C830 is #9C37CF. Grayscale: #989898. Windows color (decimal): -10237904 or 3197027. OLE color: 3197027.
HSL color Cylindrical-coordinate representation of color #63C830: hue angle of 99.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63C830 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 48 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.22 |
| HSL | 99.87º | 0.61% | 0.49% | - |
| HSV(B) | 99.87º | 0.76% | 0.78% | - |
| XYZ | 26.33 | 44.17 | 9.93 | - |
| YUV | 152.47 | 69.04 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 48 | 0.50 | 0 | 0.76 | 0.22 | 99.87 | 0.61 | 0.49 |
| Hex | 63 | C8 | 30 | 32 | 0 | 4C | 16 | 64 | 3D | 31 |
| Octal | 143 | 310 | 60 | 62 | 0 | 114 | 26 | 144 | 75 | 61 |
| Binary | 1100011 | 11001000 | 110000 | 110010 | 0 | 1001100 | 10110 | 1100100 | 111101 | 110001 |
Color Harmonies of #63C830
Complementary color
Monochromatic Colors of #63C830
Black with #63C830
Text Example
Text Example
White with #63C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C830; }
p { color: rgb(99,200,48); }
H1.HeaderClassName
{
color: #63C830;
}
.AnyTagClassName
{
color: #63C830;
}
</style>
background-color css
<style>
a { background-color: #63C830; }
a { background-color: rgb(99,200,48); }
div.DivClassName
{
background-color: #63C830;
}
.BgClassName
{
background-color: #63C830;
}
</style>
border-color css
<style>
span { border-color: #63C830; }
span { border-color: rgb(99,200,48); }
td.TdClassName
{
border-color: #63C830;
}
.TagClassName
{
border-color: #63C830;
}
</style>