Shades of Apple #63B532
Tints of Apple #63B532
RGB
CMYK
RGB Variations
Color information
#63B532 (or 0x63B532) is known color: Apple. HEX triplet: 63, B5 and 32. RGB value is (99,181,50). Sum of RGB (Red+Green+Blue) = 99+181+50=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #63B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B532 is #9C4ACD. Grayscale: #8D8D8D. Windows color (decimal): -10242766 or 3323235. OLE color: 3323235.
HSL color Cylindrical-coordinate representation of color #63B532: hue angle of 97.56º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63B532 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 50 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.29 |
| HSL | 97.56º | 0.57% | 0.45% | - |
| HSV(B) | 97.56º | 0.72% | 0.71% | - |
| XYZ | 22.25 | 35.93 | 8.78 | - |
| YUV | 141.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 50 | 0.45 | 0 | 0.72 | 0.29 | 97.56 | 0.57 | 0.45 |
| Hex | 63 | B5 | 32 | 2D | 0 | 48 | 1D | 62 | 39 | 2D |
| Octal | 143 | 265 | 62 | 55 | 0 | 110 | 35 | 142 | 71 | 55 |
| Binary | 1100011 | 10110101 | 110010 | 101101 | 0 | 1001000 | 11101 | 1100010 | 111001 | 101101 |
Color Harmonies of #63B532
Complementary color
Monochromatic Colors of #63B532
Black with #63B532
Text Example
Text Example
White with #63B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B532; }
p { color: rgb(99,181,50); }
H1.HeaderClassName
{
color: #63B532;
}
.AnyTagClassName
{
color: #63B532;
}
</style>
background-color css
<style>
a { background-color: #63B532; }
a { background-color: rgb(99,181,50); }
div.DivClassName
{
background-color: #63B532;
}
.BgClassName
{
background-color: #63B532;
}
</style>
border-color css
<style>
span { border-color: #63B532; }
span { border-color: rgb(99,181,50); }
td.TdClassName
{
border-color: #63B532;
}
.TagClassName
{
border-color: #63B532;
}
</style>