Shades of Apple #63BA34
Tints of Apple #63BA34
RGB
CMYK
RGB Variations
Color information
#63BA34 (or 0x63BA34) is known color: Apple. HEX triplet: 63, BA and 34. RGB value is (99,186,52). Sum of RGB (Red+Green+Blue) = 99+186+52=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA34 is #9C45CB. Grayscale: #919191. Windows color (decimal): -10241484 or 3455587. OLE color: 3455587.
HSL color Cylindrical-coordinate representation of color #63BA34: hue angle of 98.96º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63BA34 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 52 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.27 |
| HSL | 98.96º | 0.56% | 0.47% | - |
| HSV(B) | 98.96º | 0.72% | 0.73% | - |
| XYZ | 23.32 | 38.02 | 9.36 | - |
| YUV | 144.71 | 75.68 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 52 | 0.47 | 0 | 0.72 | 0.27 | 98.96 | 0.56 | 0.47 |
| Hex | 63 | BA | 34 | 2F | 0 | 48 | 1B | 63 | 38 | 2F |
| Octal | 143 | 272 | 64 | 57 | 0 | 110 | 33 | 143 | 70 | 57 |
| Binary | 1100011 | 10111010 | 110100 | 101111 | 0 | 1001000 | 11011 | 1100011 | 111000 | 101111 |
Color Harmonies of #63BA34
Complementary color
Monochromatic Colors of #63BA34
Black with #63BA34
Text Example
Text Example
White with #63BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA34; }
p { color: rgb(99,186,52); }
H1.HeaderClassName
{
color: #63BA34;
}
.AnyTagClassName
{
color: #63BA34;
}
</style>
background-color css
<style>
a { background-color: #63BA34; }
a { background-color: rgb(99,186,52); }
div.DivClassName
{
background-color: #63BA34;
}
.BgClassName
{
background-color: #63BA34;
}
</style>
border-color css
<style>
span { border-color: #63BA34; }
span { border-color: rgb(99,186,52); }
td.TdClassName
{
border-color: #63BA34;
}
.TagClassName
{
border-color: #63BA34;
}
</style>