Shades of Apple #63BF53
Tints of Apple #63BF53
RGB
CMYK
RGB Variations
Color information
#63BF53 (or 0x63BF53) is known color: Apple. HEX triplet: 63, BF and 53. RGB value is (99,191,83). Sum of RGB (Red+Green+Blue) = 99+191+83=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BF53 is #9C40AC. Grayscale: #979797. Windows color (decimal): -10240173 or 5488483. OLE color: 5488483.
HSL color Cylindrical-coordinate representation of color #63BF53: hue angle of 111.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63BF53 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 83 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.25 |
| HSL | 111.11º | 0.46% | 0.54% | - |
| HSV(B) | 111.11º | 0.57% | 0.75% | - |
| XYZ | 25.34 | 40.54 | 14.67 | - |
| YUV | 151.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 83 | 0.48 | 0 | 0.57 | 0.25 | 111.11 | 0.46 | 0.54 |
| Hex | 63 | BF | 53 | 30 | 0 | 39 | 19 | 6F | 2E | 36 |
| Octal | 143 | 277 | 123 | 60 | 0 | 71 | 31 | 157 | 56 | 66 |
| Binary | 1100011 | 10111111 | 1010011 | 110000 | 0 | 111001 | 11001 | 1101111 | 101110 | 110110 |
Color Harmonies of #63BF53
Complementary color
Monochromatic Colors of #63BF53
Black with #63BF53
Text Example
Text Example
White with #63BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BF53; }
p { color: rgb(99,191,83); }
H1.HeaderClassName
{
color: #63BF53;
}
.AnyTagClassName
{
color: #63BF53;
}
</style>
background-color css
<style>
a { background-color: #63BF53; }
a { background-color: rgb(99,191,83); }
div.DivClassName
{
background-color: #63BF53;
}
.BgClassName
{
background-color: #63BF53;
}
</style>
border-color css
<style>
span { border-color: #63BF53; }
span { border-color: rgb(99,191,83); }
td.TdClassName
{
border-color: #63BF53;
}
.TagClassName
{
border-color: #63BF53;
}
</style>