Shades of Apple #63CF33
Tints of Apple #63CF33
RGB
CMYK
RGB Variations
Color information
#63CF33 (or 0x63CF33) is known color: Apple. HEX triplet: 63, CF and 33. RGB value is (99,207,51). Sum of RGB (Red+Green+Blue) = 99+207+51=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CF33 is #9C30CC. Grayscale: #9D9D9D. Windows color (decimal): -10236109 or 3395427. OLE color: 3395427.
HSL color Cylindrical-coordinate representation of color #63CF33: hue angle of 101.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63CF33 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 51 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.19 |
| HSL | 101.54º | 0.62% | 0.51% | - |
| HSV(B) | 101.54º | 0.75% | 0.81% | - |
| XYZ | 28.06 | 47.52 | 10.83 | - |
| YUV | 156.92 | 68.22 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 51 | 0.52 | 0 | 0.75 | 0.19 | 101.54 | 0.62 | 0.51 |
| Hex | 63 | CF | 33 | 34 | 0 | 4B | 13 | 66 | 3E | 33 |
| Octal | 143 | 317 | 63 | 64 | 0 | 113 | 23 | 146 | 76 | 63 |
| Binary | 1100011 | 11001111 | 110011 | 110100 | 0 | 1001011 | 10011 | 1100110 | 111110 | 110011 |
Color Harmonies of #63CF33
Complementary color
Monochromatic Colors of #63CF33
Black with #63CF33
Text Example
Text Example
White with #63CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF33; }
p { color: rgb(99,207,51); }
H1.HeaderClassName
{
color: #63CF33;
}
.AnyTagClassName
{
color: #63CF33;
}
</style>
background-color css
<style>
a { background-color: #63CF33; }
a { background-color: rgb(99,207,51); }
div.DivClassName
{
background-color: #63CF33;
}
.BgClassName
{
background-color: #63CF33;
}
</style>
border-color css
<style>
span { border-color: #63CF33; }
span { border-color: rgb(99,207,51); }
td.TdClassName
{
border-color: #63CF33;
}
.TagClassName
{
border-color: #63CF33;
}
</style>