Shades of Apple #63C13C
Tints of Apple #63C13C
RGB
CMYK
RGB Variations
Color information
#63C13C (or 0x63C13C) is known color: Apple. HEX triplet: 63, C1 and 3C. RGB value is (99,193,60). Sum of RGB (Red+Green+Blue) = 99+193+60=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #63C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C13C is #9C3EC3. Grayscale: #969696. Windows color (decimal): -10239684 or 3981667. OLE color: 3981667.
HSL color Cylindrical-coordinate representation of color #63C13C: hue angle of 102.41º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63C13C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 193 | 60 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.24 |
| HSL | 102.41º | 0.53% | 0.5% | - |
| HSV(B) | 102.41º | 0.69% | 0.76% | - |
| XYZ | 25.03 | 41.12 | 10.89 | - |
| YUV | 149.73 | 77.36 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 60 | 0.49 | 0 | 0.69 | 0.24 | 102.41 | 0.53 | 0.5 |
| Hex | 63 | C1 | 3C | 31 | 0 | 45 | 18 | 66 | 35 | 32 |
| Octal | 143 | 301 | 74 | 61 | 0 | 105 | 30 | 146 | 65 | 62 |
| Binary | 1100011 | 11000001 | 111100 | 110001 | 0 | 1000101 | 11000 | 1100110 | 110101 | 110010 |
Color Harmonies of #63C13C
Complementary color
Monochromatic Colors of #63C13C
Black with #63C13C
Text Example
Text Example
White with #63C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C13C; }
p { color: rgb(99,193,60); }
H1.HeaderClassName
{
color: #63C13C;
}
.AnyTagClassName
{
color: #63C13C;
}
</style>
background-color css
<style>
a { background-color: #63C13C; }
a { background-color: rgb(99,193,60); }
div.DivClassName
{
background-color: #63C13C;
}
.BgClassName
{
background-color: #63C13C;
}
</style>
border-color css
<style>
span { border-color: #63C13C; }
span { border-color: rgb(99,193,60); }
td.TdClassName
{
border-color: #63C13C;
}
.TagClassName
{
border-color: #63C13C;
}
</style>