Shades of Apple #63AB38
Tints of Apple #63AB38
RGB
CMYK
RGB Variations
Color information
#63AB38 (or 0x63AB38) is known color: Apple. HEX triplet: 63, AB and 38. RGB value is (99,171,56). Sum of RGB (Red+Green+Blue) = 99+171+56=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AB38 is #9C54C7. Grayscale: #888888. Windows color (decimal): -10245320 or 3713891. OLE color: 3713891.
HSL color Cylindrical-coordinate representation of color #63AB38: hue angle of 97.57º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63AB38 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 56 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.33 |
| HSL | 97.57º | 0.51% | 0.45% | - |
| HSV(B) | 97.57º | 0.67% | 0.67% | - |
| XYZ | 20.42 | 32.06 | 8.85 | - |
| YUV | 136.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 56 | 0.42 | 0 | 0.67 | 0.33 | 97.57 | 0.51 | 0.45 |
| Hex | 63 | AB | 38 | 2A | 0 | 43 | 21 | 62 | 33 | 2D |
| Octal | 143 | 253 | 70 | 52 | 0 | 103 | 41 | 142 | 63 | 55 |
| Binary | 1100011 | 10101011 | 111000 | 101010 | 0 | 1000011 | 100001 | 1100010 | 110011 | 101101 |
Color Harmonies of #63AB38
Complementary color
Monochromatic Colors of #63AB38
Black with #63AB38
Text Example
Text Example
White with #63AB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB38; }
p { color: rgb(99,171,56); }
H1.HeaderClassName
{
color: #63AB38;
}
.AnyTagClassName
{
color: #63AB38;
}
</style>
background-color css
<style>
a { background-color: #63AB38; }
a { background-color: rgb(99,171,56); }
div.DivClassName
{
background-color: #63AB38;
}
.BgClassName
{
background-color: #63AB38;
}
</style>
border-color css
<style>
span { border-color: #63AB38; }
span { border-color: rgb(99,171,56); }
td.TdClassName
{
border-color: #63AB38;
}
.TagClassName
{
border-color: #63AB38;
}
</style>