Shades of Apple #65DA4E
Tints of Apple #65DA4E
RGB
CMYK
RGB Variations
Color information
#65DA4E (or 0x65DA4E) is known color: Apple. HEX triplet: 65, DA and 4E. RGB value is (101,218,78). Sum of RGB (Red+Green+Blue) = 101+218+78=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA4E is #9A25B1. Grayscale: #A7A7A7. Windows color (decimal): -10102194 or 5167717. OLE color: 5167717.
HSL color Cylindrical-coordinate representation of color #65DA4E: hue angle of 110.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65DA4E is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 78 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.15 |
| HSL | 110.14º | 0.65% | 0.58% | - |
| HSV(B) | 110.14º | 0.64% | 0.85% | - |
| XYZ | 31.81 | 53.46 | 15.85 | - |
| YUV | 167.06 | 77.74 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 78 | 0.54 | 0 | 0.64 | 0.15 | 110.14 | 0.65 | 0.58 |
| Hex | 65 | DA | 4E | 36 | 0 | 40 | F | 6E | 41 | 3A |
| Octal | 145 | 332 | 116 | 66 | 0 | 100 | 17 | 156 | 101 | 72 |
| Binary | 1100101 | 11011010 | 1001110 | 110110 | 0 | 1000000 | 1111 | 1101110 | 1000001 | 111010 |
Color Harmonies of #65DA4E
Complementary color
Monochromatic Colors of #65DA4E
Black with #65DA4E
Text Example
Text Example
White with #65DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA4E; }
p { color: rgb(101,218,78); }
H1.HeaderClassName
{
color: #65DA4E;
}
.AnyTagClassName
{
color: #65DA4E;
}
</style>
background-color css
<style>
a { background-color: #65DA4E; }
a { background-color: rgb(101,218,78); }
div.DivClassName
{
background-color: #65DA4E;
}
.BgClassName
{
background-color: #65DA4E;
}
</style>
border-color css
<style>
span { border-color: #65DA4E; }
span { border-color: rgb(101,218,78); }
td.TdClassName
{
border-color: #65DA4E;
}
.TagClassName
{
border-color: #65DA4E;
}
</style>