Shades of Apple #63B031
Tints of Apple #63B031
RGB
CMYK
RGB Variations
Color information
#63B031 (or 0x63B031) is known color: Apple. HEX triplet: 63, B0 and 31. RGB value is (99,176,49). Sum of RGB (Red+Green+Blue) = 99+176+49=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #63B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B031 is #9C4FCE. Grayscale: #8A8A8A. Windows color (decimal): -10244047 or 3256419. OLE color: 3256419.
HSL color Cylindrical-coordinate representation of color #63B031: hue angle of 96.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63B031 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 176 | 49 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.31 |
| HSL | 96.38º | 0.56% | 0.44% | - |
| HSV(B) | 96.38º | 0.72% | 0.69% | - |
| XYZ | 21.23 | 33.93 | 8.34 | - |
| YUV | 138.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 49 | 0.44 | 0 | 0.72 | 0.31 | 96.38 | 0.56 | 0.44 |
| Hex | 63 | B0 | 31 | 2C | 0 | 48 | 1F | 60 | 38 | 2C |
| Octal | 143 | 260 | 61 | 54 | 0 | 110 | 37 | 140 | 70 | 54 |
| Binary | 1100011 | 10110000 | 110001 | 101100 | 0 | 1001000 | 11111 | 1100000 | 111000 | 101100 |
Color Harmonies of #63B031
Complementary color
Monochromatic Colors of #63B031
Black with #63B031
Text Example
Text Example
White with #63B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B031; }
p { color: rgb(99,176,49); }
H1.HeaderClassName
{
color: #63B031;
}
.AnyTagClassName
{
color: #63B031;
}
</style>
background-color css
<style>
a { background-color: #63B031; }
a { background-color: rgb(99,176,49); }
div.DivClassName
{
background-color: #63B031;
}
.BgClassName
{
background-color: #63B031;
}
</style>
border-color css
<style>
span { border-color: #63B031; }
span { border-color: rgb(99,176,49); }
td.TdClassName
{
border-color: #63B031;
}
.TagClassName
{
border-color: #63B031;
}
</style>