Shades of Apple #63BF41
Tints of Apple #63BF41
RGB
CMYK
RGB Variations
Color information
#63BF41 (or 0x63BF41) is known color: Apple. HEX triplet: 63, BF and 41. RGB value is (99,191,65). Sum of RGB (Red+Green+Blue) = 99+191+65=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF41 is #9C40BE. Grayscale: #959595. Windows color (decimal): -10240191 or 4308835. OLE color: 4308835.
HSL color Cylindrical-coordinate representation of color #63BF41: hue angle of 103.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63BF41 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 65 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.25 |
| HSL | 103.81º | 0.5% | 0.5% | - |
| HSV(B) | 103.81º | 0.66% | 0.75% | - |
| XYZ | 24.73 | 40.3 | 11.48 | - |
| YUV | 149.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 65 | 0.48 | 0 | 0.66 | 0.25 | 103.81 | 0.5 | 0.5 |
| Hex | 63 | BF | 41 | 30 | 0 | 42 | 19 | 68 | 32 | 32 |
| Octal | 143 | 277 | 101 | 60 | 0 | 102 | 31 | 150 | 62 | 62 |
| Binary | 1100011 | 10111111 | 1000001 | 110000 | 0 | 1000010 | 11001 | 1101000 | 110010 | 110010 |
Color Harmonies of #63BF41
Complementary color
Monochromatic Colors of #63BF41
Black with #63BF41
Text Example
Text Example
White with #63BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BF41; }
p { color: rgb(99,191,65); }
H1.HeaderClassName
{
color: #63BF41;
}
.AnyTagClassName
{
color: #63BF41;
}
</style>
background-color css
<style>
a { background-color: #63BF41; }
a { background-color: rgb(99,191,65); }
div.DivClassName
{
background-color: #63BF41;
}
.BgClassName
{
background-color: #63BF41;
}
</style>
border-color css
<style>
span { border-color: #63BF41; }
span { border-color: rgb(99,191,65); }
td.TdClassName
{
border-color: #63BF41;
}
.TagClassName
{
border-color: #63BF41;
}
</style>