Shades of Apple #63C82F
Tints of Apple #63C82F
RGB
CMYK
RGB Variations
Color information
#63C82F (or 0x63C82F) is known color: Apple. HEX triplet: 63, C8 and 2F. RGB value is (99,200,47). Sum of RGB (Red+Green+Blue) = 99+200+47=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #63C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C82F is #9C37D0. Grayscale: #989898. Windows color (decimal): -10237905 or 3131491. OLE color: 3131491.
HSL color Cylindrical-coordinate representation of color #63C82F: hue angle of 99.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63C82F is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 47 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.22 |
| HSL | 99.61º | 0.62% | 0.48% | - |
| HSV(B) | 99.61º | 0.77% | 0.78% | - |
| XYZ | 26.31 | 44.17 | 9.83 | - |
| YUV | 152.36 | 68.54 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 47 | 0.50 | 0 | 0.76 | 0.22 | 99.61 | 0.62 | 0.48 |
| Hex | 63 | C8 | 2F | 32 | 0 | 4C | 16 | 64 | 3E | 30 |
| Octal | 143 | 310 | 57 | 62 | 0 | 114 | 26 | 144 | 76 | 60 |
| Binary | 1100011 | 11001000 | 101111 | 110010 | 0 | 1001100 | 10110 | 1100100 | 111110 | 110000 |
Color Harmonies of #63C82F
Complementary color
Monochromatic Colors of #63C82F
Black with #63C82F
Text Example
Text Example
White with #63C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C82F; }
p { color: rgb(99,200,47); }
H1.HeaderClassName
{
color: #63C82F;
}
.AnyTagClassName
{
color: #63C82F;
}
</style>
background-color css
<style>
a { background-color: #63C82F; }
a { background-color: rgb(99,200,47); }
div.DivClassName
{
background-color: #63C82F;
}
.BgClassName
{
background-color: #63C82F;
}
</style>
border-color css
<style>
span { border-color: #63C82F; }
span { border-color: rgb(99,200,47); }
td.TdClassName
{
border-color: #63C82F;
}
.TagClassName
{
border-color: #63C82F;
}
</style>