Shades of Apple #65D647
Tints of Apple #65D647
RGB
CMYK
RGB Variations
Color information
#65D647 (or 0x65D647) is known color: Apple. HEX triplet: 65, D6 and 47. RGB value is (101,214,71). Sum of RGB (Red+Green+Blue) = 101+214+71=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #65D647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D647 is #9A29B8. Grayscale: #A4A4A4. Windows color (decimal): -10103225 or 4707941. OLE color: 4707941.
HSL color Cylindrical-coordinate representation of color #65D647: hue angle of 107.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65D647 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 71 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.16 |
| HSL | 107.41º | 0.64% | 0.56% | - |
| HSV(B) | 107.41º | 0.67% | 0.84% | - |
| XYZ | 30.55 | 51.31 | 14.26 | - |
| YUV | 163.91 | 75.56 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 71 | 0.53 | 0 | 0.67 | 0.16 | 107.41 | 0.64 | 0.56 |
| Hex | 65 | D6 | 47 | 35 | 0 | 43 | 10 | 6B | 40 | 38 |
| Octal | 145 | 326 | 107 | 65 | 0 | 103 | 20 | 153 | 100 | 70 |
| Binary | 1100101 | 11010110 | 1000111 | 110101 | 0 | 1000011 | 10000 | 1101011 | 1000000 | 111000 |
Color Harmonies of #65D647
Complementary color
Monochromatic Colors of #65D647
Black with #65D647
Text Example
Text Example
White with #65D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D647; }
p { color: rgb(101,214,71); }
H1.HeaderClassName
{
color: #65D647;
}
.AnyTagClassName
{
color: #65D647;
}
</style>
background-color css
<style>
a { background-color: #65D647; }
a { background-color: rgb(101,214,71); }
div.DivClassName
{
background-color: #65D647;
}
.BgClassName
{
background-color: #65D647;
}
</style>
border-color css
<style>
span { border-color: #65D647; }
span { border-color: rgb(101,214,71); }
td.TdClassName
{
border-color: #65D647;
}
.TagClassName
{
border-color: #65D647;
}
</style>