Shades of Apple #63C231
Tints of Apple #63C231
RGB
CMYK
RGB Variations
Color information
#63C231 (or 0x63C231) is known color: Apple. HEX triplet: 63, C2 and 31. RGB value is (99,194,49). Sum of RGB (Red+Green+Blue) = 99+194+49=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #63C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C231 is #9C3DCE. Grayscale: #959595. Windows color (decimal): -10239439 or 3261027. OLE color: 3261027.
HSL color Cylindrical-coordinate representation of color #63C231: hue angle of 99.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63C231 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 194 | 49 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.24 |
| HSL | 99.31º | 0.6% | 0.48% | - |
| HSV(B) | 99.31º | 0.75% | 0.76% | - |
| XYZ | 24.99 | 41.46 | 9.59 | - |
| YUV | 149.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 49 | 0.49 | 0 | 0.75 | 0.24 | 99.31 | 0.6 | 0.48 |
| Hex | 63 | C2 | 31 | 31 | 0 | 4B | 18 | 63 | 3C | 30 |
| Octal | 143 | 302 | 61 | 61 | 0 | 113 | 30 | 143 | 74 | 60 |
| Binary | 1100011 | 11000010 | 110001 | 110001 | 0 | 1001011 | 11000 | 1100011 | 111100 | 110000 |
Color Harmonies of #63C231
Complementary color
Monochromatic Colors of #63C231
Black with #63C231
Text Example
Text Example
White with #63C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C231; }
p { color: rgb(99,194,49); }
H1.HeaderClassName
{
color: #63C231;
}
.AnyTagClassName
{
color: #63C231;
}
</style>
background-color css
<style>
a { background-color: #63C231; }
a { background-color: rgb(99,194,49); }
div.DivClassName
{
background-color: #63C231;
}
.BgClassName
{
background-color: #63C231;
}
</style>
border-color css
<style>
span { border-color: #63C231; }
span { border-color: rgb(99,194,49); }
td.TdClassName
{
border-color: #63C231;
}
.TagClassName
{
border-color: #63C231;
}
</style>