Shades of Apple #63BD39
Tints of Apple #63BD39
RGB
CMYK
RGB Variations
Color information
#63BD39 (or 0x63BD39) is known color: Apple. HEX triplet: 63, BD and 39. RGB value is (99,189,57). Sum of RGB (Red+Green+Blue) = 99+189+57=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD39 is #9C42C6. Grayscale: #939393. Windows color (decimal): -10240711 or 3784035. OLE color: 3784035.
HSL color Cylindrical-coordinate representation of color #63BD39: hue angle of 100.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63BD39 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 57 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.26 |
| HSL | 100.91º | 0.54% | 0.48% | - |
| HSV(B) | 100.91º | 0.7% | 0.74% | - |
| XYZ | 24.08 | 39.34 | 10.2 | - |
| YUV | 147.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 57 | 0.48 | 0 | 0.70 | 0.26 | 100.91 | 0.54 | 0.48 |
| Hex | 63 | BD | 39 | 30 | 0 | 46 | 1A | 65 | 36 | 30 |
| Octal | 143 | 275 | 71 | 60 | 0 | 106 | 32 | 145 | 66 | 60 |
| Binary | 1100011 | 10111101 | 111001 | 110000 | 0 | 1000110 | 11010 | 1100101 | 110110 | 110000 |
Color Harmonies of #63BD39
Complementary color
Monochromatic Colors of #63BD39
Black with #63BD39
Text Example
Text Example
White with #63BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD39; }
p { color: rgb(99,189,57); }
H1.HeaderClassName
{
color: #63BD39;
}
.AnyTagClassName
{
color: #63BD39;
}
</style>
background-color css
<style>
a { background-color: #63BD39; }
a { background-color: rgb(99,189,57); }
div.DivClassName
{
background-color: #63BD39;
}
.BgClassName
{
background-color: #63BD39;
}
</style>
border-color css
<style>
span { border-color: #63BD39; }
span { border-color: rgb(99,189,57); }
td.TdClassName
{
border-color: #63BD39;
}
.TagClassName
{
border-color: #63BD39;
}
</style>