Shades of Apple #63BF3E
Tints of Apple #63BF3E
RGB
CMYK
RGB Variations
Color information
#63BF3E (or 0x63BF3E) is known color: Apple. HEX triplet: 63, BF and 3E. RGB value is (99,191,62). Sum of RGB (Red+Green+Blue) = 99+191+62=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF3E is #9C40C1. Grayscale: #959595. Windows color (decimal): -10240194 or 4112227. OLE color: 4112227.
HSL color Cylindrical-coordinate representation of color #63BF3E: hue angle of 102.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63BF3E is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 62 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.25 |
| HSL | 102.79º | 0.51% | 0.5% | - |
| HSV(B) | 102.79º | 0.68% | 0.75% | - |
| XYZ | 24.65 | 40.26 | 11.03 | - |
| YUV | 148.79 | 79.02 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 62 | 0.48 | 0 | 0.68 | 0.25 | 102.79 | 0.51 | 0.5 |
| Hex | 63 | BF | 3E | 30 | 0 | 44 | 19 | 67 | 33 | 32 |
| Octal | 143 | 277 | 76 | 60 | 0 | 104 | 31 | 147 | 63 | 62 |
| Binary | 1100011 | 10111111 | 111110 | 110000 | 0 | 1000100 | 11001 | 1100111 | 110011 | 110010 |
Color Harmonies of #63BF3E
Complementary color
Monochromatic Colors of #63BF3E
Black with #63BF3E
Text Example
Text Example
White with #63BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BF3E; }
p { color: rgb(99,191,62); }
H1.HeaderClassName
{
color: #63BF3E;
}
.AnyTagClassName
{
color: #63BF3E;
}
</style>
background-color css
<style>
a { background-color: #63BF3E; }
a { background-color: rgb(99,191,62); }
div.DivClassName
{
background-color: #63BF3E;
}
.BgClassName
{
background-color: #63BF3E;
}
</style>
border-color css
<style>
span { border-color: #63BF3E; }
span { border-color: rgb(99,191,62); }
td.TdClassName
{
border-color: #63BF3E;
}
.TagClassName
{
border-color: #63BF3E;
}
</style>