Shades of Apple #63B331
Tints of Apple #63B331
RGB
CMYK
RGB Variations
Color information
#63B331 (or 0x63B331) is known color: Apple. HEX triplet: 63, B3 and 31. RGB value is (99,179,49). Sum of RGB (Red+Green+Blue) = 99+179+49=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #63B331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B331 is #9C4CCE. Grayscale: #8C8C8C. Windows color (decimal): -10243279 or 3257187. OLE color: 3257187.
HSL color Cylindrical-coordinate representation of color #63B331: hue angle of 96.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63B331 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 49 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.30 |
| HSL | 96.92º | 0.57% | 0.45% | - |
| HSV(B) | 96.92º | 0.73% | 0.7% | - |
| XYZ | 21.82 | 35.11 | 8.53 | - |
| YUV | 140.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 49 | 0.45 | 0 | 0.73 | 0.30 | 96.92 | 0.57 | 0.45 |
| Hex | 63 | B3 | 31 | 2D | 0 | 49 | 1E | 61 | 39 | 2D |
| Octal | 143 | 263 | 61 | 55 | 0 | 111 | 36 | 141 | 71 | 55 |
| Binary | 1100011 | 10110011 | 110001 | 101101 | 0 | 1001001 | 11110 | 1100001 | 111001 | 101101 |
Color Harmonies of #63B331
Complementary color
Monochromatic Colors of #63B331
Black with #63B331
Text Example
Text Example
White with #63B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B331; }
p { color: rgb(99,179,49); }
H1.HeaderClassName
{
color: #63B331;
}
.AnyTagClassName
{
color: #63B331;
}
</style>
background-color css
<style>
a { background-color: #63B331; }
a { background-color: rgb(99,179,49); }
div.DivClassName
{
background-color: #63B331;
}
.BgClassName
{
background-color: #63B331;
}
</style>
border-color css
<style>
span { border-color: #63B331; }
span { border-color: rgb(99,179,49); }
td.TdClassName
{
border-color: #63B331;
}
.TagClassName
{
border-color: #63B331;
}
</style>