Shades of Apple #63BA2D
Tints of Apple #63BA2D
RGB
CMYK
RGB Variations
Color information
#63BA2D (or 0x63BA2D) is known color: Apple. HEX triplet: 63, BA and 2D. RGB value is (99,186,45). Sum of RGB (Red+Green+Blue) = 99+186+45=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA2D is #9C45D2. Grayscale: #909090. Windows color (decimal): -10241491 or 2996835. OLE color: 2996835.
HSL color Cylindrical-coordinate representation of color #63BA2D: hue angle of 97.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63BA2D is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 45 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.27 |
| HSL | 97.02º | 0.61% | 0.45% | - |
| HSV(B) | 97.02º | 0.76% | 0.73% | - |
| XYZ | 23.18 | 37.96 | 8.59 | - |
| YUV | 143.91 | 72.18 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 45 | 0.47 | 0 | 0.76 | 0.27 | 97.02 | 0.61 | 0.45 |
| Hex | 63 | BA | 2D | 2F | 0 | 4C | 1B | 61 | 3D | 2D |
| Octal | 143 | 272 | 55 | 57 | 0 | 114 | 33 | 141 | 75 | 55 |
| Binary | 1100011 | 10111010 | 101101 | 101111 | 0 | 1001100 | 11011 | 1100001 | 111101 | 101101 |
Color Harmonies of #63BA2D
Complementary color
Monochromatic Colors of #63BA2D
Black with #63BA2D
Text Example
Text Example
White with #63BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA2D; }
p { color: rgb(99,186,45); }
H1.HeaderClassName
{
color: #63BA2D;
}
.AnyTagClassName
{
color: #63BA2D;
}
</style>
background-color css
<style>
a { background-color: #63BA2D; }
a { background-color: rgb(99,186,45); }
div.DivClassName
{
background-color: #63BA2D;
}
.BgClassName
{
background-color: #63BA2D;
}
</style>
border-color css
<style>
span { border-color: #63BA2D; }
span { border-color: rgb(99,186,45); }
td.TdClassName
{
border-color: #63BA2D;
}
.TagClassName
{
border-color: #63BA2D;
}
</style>