Shades of Apple #65DD4D
Tints of Apple #65DD4D
RGB
CMYK
RGB Variations
Color information
#65DD4D (or 0x65DD4D) is known color: Apple. HEX triplet: 65, DD and 4D. RGB value is (101,221,77). Sum of RGB (Red+Green+Blue) = 101+221+77=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD4D is #9A22B2. Grayscale: #A9A9A9. Windows color (decimal): -10101427 or 5102949. OLE color: 5102949.
HSL color Cylindrical-coordinate representation of color #65DD4D: hue angle of 110º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65DD4D is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 77 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.13 |
| HSL | 110º | 0.68% | 0.58% | - |
| HSV(B) | 110º | 0.65% | 0.87% | - |
| XYZ | 32.56 | 55.02 | 15.92 | - |
| YUV | 168.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 77 | 0.54 | 0 | 0.65 | 0.13 | 110 | 0.68 | 0.58 |
| Hex | 65 | DD | 4D | 36 | 0 | 41 | D | 6E | 44 | 3A |
| Octal | 145 | 335 | 115 | 66 | 0 | 101 | 15 | 156 | 104 | 72 |
| Binary | 1100101 | 11011101 | 1001101 | 110110 | 0 | 1000001 | 1101 | 1101110 | 1000100 | 111010 |
Color Harmonies of #65DD4D
Complementary color
Monochromatic Colors of #65DD4D
Black with #65DD4D
Text Example
Text Example
White with #65DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD4D; }
p { color: rgb(101,221,77); }
H1.HeaderClassName
{
color: #65DD4D;
}
.AnyTagClassName
{
color: #65DD4D;
}
</style>
background-color css
<style>
a { background-color: #65DD4D; }
a { background-color: rgb(101,221,77); }
div.DivClassName
{
background-color: #65DD4D;
}
.BgClassName
{
background-color: #65DD4D;
}
</style>
border-color css
<style>
span { border-color: #65DD4D; }
span { border-color: rgb(101,221,77); }
td.TdClassName
{
border-color: #65DD4D;
}
.TagClassName
{
border-color: #65DD4D;
}
</style>