Shades of Apple #65C647
Tints of Apple #65C647
RGB
CMYK
RGB Variations
Color information
#65C647 (or 0x65C647) is known color: Apple. HEX triplet: 65, C6 and 47. RGB value is (101,198,71). Sum of RGB (Red+Green+Blue) = 101+198+71=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #65C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C647 is #9A39B8. Grayscale: #9A9A9A. Windows color (decimal): -10107321 or 4703845. OLE color: 4703845.
HSL color Cylindrical-coordinate representation of color #65C647: hue angle of 105.83º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65C647 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 71 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.22 |
| HSL | 105.83º | 0.53% | 0.53% | - |
| HSV(B) | 105.83º | 0.64% | 0.78% | - |
| XYZ | 26.7 | 43.61 | 12.97 | - |
| YUV | 154.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 71 | 0.49 | 0 | 0.64 | 0.22 | 105.83 | 0.53 | 0.53 |
| Hex | 65 | C6 | 47 | 31 | 0 | 40 | 16 | 6A | 35 | 35 |
| Octal | 145 | 306 | 107 | 61 | 0 | 100 | 26 | 152 | 65 | 65 |
| Binary | 1100101 | 11000110 | 1000111 | 110001 | 0 | 1000000 | 10110 | 1101010 | 110101 | 110101 |
Color Harmonies of #65C647
Complementary color
Monochromatic Colors of #65C647
Black with #65C647
Text Example
Text Example
White with #65C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C647; }
p { color: rgb(101,198,71); }
H1.HeaderClassName
{
color: #65C647;
}
.AnyTagClassName
{
color: #65C647;
}
</style>
background-color css
<style>
a { background-color: #65C647; }
a { background-color: rgb(101,198,71); }
div.DivClassName
{
background-color: #65C647;
}
.BgClassName
{
background-color: #65C647;
}
</style>
border-color css
<style>
span { border-color: #65C647; }
span { border-color: rgb(101,198,71); }
td.TdClassName
{
border-color: #65C647;
}
.TagClassName
{
border-color: #65C647;
}
</style>