Shades of Apple #63BD31
Tints of Apple #63BD31
RGB
CMYK
RGB Variations
Color information
#63BD31 (or 0x63BD31) is known color: Apple. HEX triplet: 63, BD and 31. RGB value is (99,189,49). Sum of RGB (Red+Green+Blue) = 99+189+49=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD31 is #9C42CE. Grayscale: #929292. Windows color (decimal): -10240719 or 3259747. OLE color: 3259747.
HSL color Cylindrical-coordinate representation of color #63BD31: hue angle of 98.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63BD31 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 49 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.26 |
| HSL | 98.57º | 0.59% | 0.47% | - |
| HSV(B) | 98.57º | 0.74% | 0.74% | - |
| XYZ | 23.9 | 39.27 | 9.23 | - |
| YUV | 146.13 | 73.18 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 49 | 0.48 | 0 | 0.74 | 0.26 | 98.57 | 0.59 | 0.47 |
| Hex | 63 | BD | 31 | 30 | 0 | 4A | 1A | 63 | 3B | 2F |
| Octal | 143 | 275 | 61 | 60 | 0 | 112 | 32 | 143 | 73 | 57 |
| Binary | 1100011 | 10111101 | 110001 | 110000 | 0 | 1001010 | 11010 | 1100011 | 111011 | 101111 |
Color Harmonies of #63BD31
Complementary color
Monochromatic Colors of #63BD31
Black with #63BD31
Text Example
Text Example
White with #63BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD31; }
p { color: rgb(99,189,49); }
H1.HeaderClassName
{
color: #63BD31;
}
.AnyTagClassName
{
color: #63BD31;
}
</style>
background-color css
<style>
a { background-color: #63BD31; }
a { background-color: rgb(99,189,49); }
div.DivClassName
{
background-color: #63BD31;
}
.BgClassName
{
background-color: #63BD31;
}
</style>
border-color css
<style>
span { border-color: #63BD31; }
span { border-color: rgb(99,189,49); }
td.TdClassName
{
border-color: #63BD31;
}
.TagClassName
{
border-color: #63BD31;
}
</style>