Shades of Apple #63B752
Tints of Apple #63B752
RGB
CMYK
RGB Variations
Color information
#63B752 (or 0x63B752) is known color: Apple. HEX triplet: 63, B7 and 52. RGB value is (99,183,82). Sum of RGB (Red+Green+Blue) = 99+183+82=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #63B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63B752 is #9C48AD. Grayscale: #929292. Windows color (decimal): -10242222 or 5420899. OLE color: 5420899.
HSL color Cylindrical-coordinate representation of color #63B752: hue angle of 109.9º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63B752 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 183 | 82 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.28 |
| HSL | 109.9º | 0.41% | 0.52% | - |
| HSV(B) | 109.9º | 0.55% | 0.72% | - |
| XYZ | 23.6 | 37.13 | 13.91 | - |
| YUV | 146.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 82 | 0.46 | 0 | 0.55 | 0.28 | 109.9 | 0.41 | 0.52 |
| Hex | 63 | B7 | 52 | 2E | 0 | 37 | 1C | 6E | 29 | 34 |
| Octal | 143 | 267 | 122 | 56 | 0 | 67 | 34 | 156 | 51 | 64 |
| Binary | 1100011 | 10110111 | 1010010 | 101110 | 0 | 110111 | 11100 | 1101110 | 101001 | 110100 |
Color Harmonies of #63B752
Complementary color
Monochromatic Colors of #63B752
Black with #63B752
Text Example
Text Example
White with #63B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B752; }
p { color: rgb(99,183,82); }
H1.HeaderClassName
{
color: #63B752;
}
.AnyTagClassName
{
color: #63B752;
}
</style>
background-color css
<style>
a { background-color: #63B752; }
a { background-color: rgb(99,183,82); }
div.DivClassName
{
background-color: #63B752;
}
.BgClassName
{
background-color: #63B752;
}
</style>
border-color css
<style>
span { border-color: #63B752; }
span { border-color: rgb(99,183,82); }
td.TdClassName
{
border-color: #63B752;
}
.TagClassName
{
border-color: #63B752;
}
</style>