Shades of Apple #63BC52
Tints of Apple #63BC52
RGB
CMYK
RGB Variations
Color information
#63BC52 (or 0x63BC52) is known color: Apple. HEX triplet: 63, BC and 52. RGB value is (99,188,82). Sum of RGB (Red+Green+Blue) = 99+188+82=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BC52 is #9C43AD. Grayscale: #959595. Windows color (decimal): -10240942 or 5422179. OLE color: 5422179.
HSL color Cylindrical-coordinate representation of color #63BC52: hue angle of 110.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63BC52 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 82 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.26 |
| HSL | 110.38º | 0.44% | 0.53% | - |
| HSV(B) | 110.38º | 0.56% | 0.74% | - |
| XYZ | 24.65 | 39.23 | 14.26 | - |
| YUV | 149.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 82 | 0.47 | 0 | 0.56 | 0.26 | 110.38 | 0.44 | 0.53 |
| Hex | 63 | BC | 52 | 2F | 0 | 38 | 1A | 6E | 2C | 35 |
| Octal | 143 | 274 | 122 | 57 | 0 | 70 | 32 | 156 | 54 | 65 |
| Binary | 1100011 | 10111100 | 1010010 | 101111 | 0 | 111000 | 11010 | 1101110 | 101100 | 110101 |
Color Harmonies of #63BC52
Complementary color
Monochromatic Colors of #63BC52
Black with #63BC52
Text Example
Text Example
White with #63BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC52; }
p { color: rgb(99,188,82); }
H1.HeaderClassName
{
color: #63BC52;
}
.AnyTagClassName
{
color: #63BC52;
}
</style>
background-color css
<style>
a { background-color: #63BC52; }
a { background-color: rgb(99,188,82); }
div.DivClassName
{
background-color: #63BC52;
}
.BgClassName
{
background-color: #63BC52;
}
</style>
border-color css
<style>
span { border-color: #63BC52; }
span { border-color: rgb(99,188,82); }
td.TdClassName
{
border-color: #63BC52;
}
.TagClassName
{
border-color: #63BC52;
}
</style>