Shades of Apple #63BA3C
Tints of Apple #63BA3C
RGB
CMYK
RGB Variations
Color information
#63BA3C (or 0x63BA3C) is known color: Apple. HEX triplet: 63, BA and 3C. RGB value is (99,186,60). Sum of RGB (Red+Green+Blue) = 99+186+60=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA3C is #9C45C3. Grayscale: #929292. Windows color (decimal): -10241476 or 3979875. OLE color: 3979875.
HSL color Cylindrical-coordinate representation of color #63BA3C: hue angle of 101.43º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63BA3C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 60 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.27 |
| HSL | 101.43º | 0.51% | 0.48% | - |
| HSV(B) | 101.43º | 0.68% | 0.73% | - |
| XYZ | 23.52 | 38.1 | 10.39 | - |
| YUV | 145.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 60 | 0.47 | 0 | 0.68 | 0.27 | 101.43 | 0.51 | 0.48 |
| Hex | 63 | BA | 3C | 2F | 0 | 44 | 1B | 65 | 33 | 30 |
| Octal | 143 | 272 | 74 | 57 | 0 | 104 | 33 | 145 | 63 | 60 |
| Binary | 1100011 | 10111010 | 111100 | 101111 | 0 | 1000100 | 11011 | 1100101 | 110011 | 110000 |
Color Harmonies of #63BA3C
Complementary color
Monochromatic Colors of #63BA3C
Black with #63BA3C
Text Example
Text Example
White with #63BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA3C; }
p { color: rgb(99,186,60); }
H1.HeaderClassName
{
color: #63BA3C;
}
.AnyTagClassName
{
color: #63BA3C;
}
</style>
background-color css
<style>
a { background-color: #63BA3C; }
a { background-color: rgb(99,186,60); }
div.DivClassName
{
background-color: #63BA3C;
}
.BgClassName
{
background-color: #63BA3C;
}
</style>
border-color css
<style>
span { border-color: #63BA3C; }
span { border-color: rgb(99,186,60); }
td.TdClassName
{
border-color: #63BA3C;
}
.TagClassName
{
border-color: #63BA3C;
}
</style>