Shades of Apple #63D941
Tints of Apple #63D941
RGB
CMYK
RGB Variations
Color information
#63D941 (or 0x63D941) is known color: Apple. HEX triplet: 63, D9 and 41. RGB value is (99,217,65). Sum of RGB (Red+Green+Blue) = 99+217+65=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #63D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63D941 is #9C26BE. Grayscale: #A4A4A4. Windows color (decimal): -10233535 or 4315491. OLE color: 4315491.
HSL color Cylindrical-coordinate representation of color #63D941: hue angle of 106.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63D941 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 217 | 65 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.15 |
| HSL | 106.58º | 0.67% | 0.55% | - |
| HSV(B) | 106.58º | 0.7% | 0.85% | - |
| XYZ | 30.91 | 52.66 | 13.54 | - |
| YUV | 164.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 217 | 65 | 0.54 | 0 | 0.70 | 0.15 | 106.58 | 0.67 | 0.55 |
| Hex | 63 | D9 | 41 | 36 | 0 | 46 | F | 6B | 43 | 37 |
| Octal | 143 | 331 | 101 | 66 | 0 | 106 | 17 | 153 | 103 | 67 |
| Binary | 1100011 | 11011001 | 1000001 | 110110 | 0 | 1000110 | 1111 | 1101011 | 1000011 | 110111 |
Color Harmonies of #63D941
Complementary color
Monochromatic Colors of #63D941
Black with #63D941
Text Example
Text Example
White with #63D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D941; }
p { color: rgb(99,217,65); }
H1.HeaderClassName
{
color: #63D941;
}
.AnyTagClassName
{
color: #63D941;
}
</style>
background-color css
<style>
a { background-color: #63D941; }
a { background-color: rgb(99,217,65); }
div.DivClassName
{
background-color: #63D941;
}
.BgClassName
{
background-color: #63D941;
}
</style>
border-color css
<style>
span { border-color: #63D941; }
span { border-color: rgb(99,217,65); }
td.TdClassName
{
border-color: #63D941;
}
.TagClassName
{
border-color: #63D941;
}
</style>