Shades of Apple #65DA40
Tints of Apple #65DA40
RGB
CMYK
RGB Variations
Color information
#65DA40 (or 0x65DA40) is known color: Apple. HEX triplet: 65, DA and 40. RGB value is (101,218,64). Sum of RGB (Red+Green+Blue) = 101+218+64=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DA40 is #9A25BF. Grayscale: #A5A5A5. Windows color (decimal): -10102208 or 4250213. OLE color: 4250213.
HSL color Cylindrical-coordinate representation of color #65DA40: hue angle of 105.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65DA40 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 64 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.15 |
| HSL | 105.58º | 0.68% | 0.55% | - |
| HSV(B) | 105.58º | 0.71% | 0.85% | - |
| XYZ | 31.36 | 53.28 | 13.48 | - |
| YUV | 165.46 | 70.74 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 64 | 0.54 | 0 | 0.71 | 0.15 | 105.58 | 0.68 | 0.55 |
| Hex | 65 | DA | 40 | 36 | 0 | 47 | F | 6A | 44 | 37 |
| Octal | 145 | 332 | 100 | 66 | 0 | 107 | 17 | 152 | 104 | 67 |
| Binary | 1100101 | 11011010 | 1000000 | 110110 | 0 | 1000111 | 1111 | 1101010 | 1000100 | 110111 |
Color Harmonies of #65DA40
Complementary color
Monochromatic Colors of #65DA40
Black with #65DA40
Text Example
Text Example
White with #65DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA40; }
p { color: rgb(101,218,64); }
H1.HeaderClassName
{
color: #65DA40;
}
.AnyTagClassName
{
color: #65DA40;
}
</style>
background-color css
<style>
a { background-color: #65DA40; }
a { background-color: rgb(101,218,64); }
div.DivClassName
{
background-color: #65DA40;
}
.BgClassName
{
background-color: #65DA40;
}
</style>
border-color css
<style>
span { border-color: #65DA40; }
span { border-color: rgb(101,218,64); }
td.TdClassName
{
border-color: #65DA40;
}
.TagClassName
{
border-color: #65DA40;
}
</style>