Shades of Apple #63AF33
Tints of Apple #63AF33
RGB
CMYK
RGB Variations
Color information
#63AF33 (or 0x63AF33) is known color: Apple. HEX triplet: 63, AF and 33. RGB value is (99,175,51). Sum of RGB (Red+Green+Blue) = 99+175+51=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF33 is #9C50CC. Grayscale: #8A8A8A. Windows color (decimal): -10244301 or 3387235. OLE color: 3387235.
HSL color Cylindrical-coordinate representation of color #63AF33: hue angle of 96.77º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63AF33 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 51 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.31 |
| HSL | 96.77º | 0.55% | 0.44% | - |
| HSV(B) | 96.77º | 0.71% | 0.69% | - |
| XYZ | 21.07 | 33.55 | 8.5 | - |
| YUV | 138.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 51 | 0.43 | 0 | 0.71 | 0.31 | 96.77 | 0.55 | 0.44 |
| Hex | 63 | AF | 33 | 2B | 0 | 47 | 1F | 61 | 37 | 2C |
| Octal | 143 | 257 | 63 | 53 | 0 | 107 | 37 | 141 | 67 | 54 |
| Binary | 1100011 | 10101111 | 110011 | 101011 | 0 | 1000111 | 11111 | 1100001 | 110111 | 101100 |
Color Harmonies of #63AF33
Complementary color
Monochromatic Colors of #63AF33
Black with #63AF33
Text Example
Text Example
White with #63AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF33; }
p { color: rgb(99,175,51); }
H1.HeaderClassName
{
color: #63AF33;
}
.AnyTagClassName
{
color: #63AF33;
}
</style>
background-color css
<style>
a { background-color: #63AF33; }
a { background-color: rgb(99,175,51); }
div.DivClassName
{
background-color: #63AF33;
}
.BgClassName
{
background-color: #63AF33;
}
</style>
border-color css
<style>
span { border-color: #63AF33; }
span { border-color: rgb(99,175,51); }
td.TdClassName
{
border-color: #63AF33;
}
.TagClassName
{
border-color: #63AF33;
}
</style>