Shades of Apple #65D640
Tints of Apple #65D640
RGB
CMYK
RGB Variations
Color information
#65D640 (or 0x65D640) is known color: Apple. HEX triplet: 65, D6 and 40. RGB value is (101,214,64). Sum of RGB (Red+Green+Blue) = 101+214+64=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #65D640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D640 is #9A29BF. Grayscale: #A3A3A3. Windows color (decimal): -10103232 or 4249189. OLE color: 4249189.
HSL color Cylindrical-coordinate representation of color #65D640: hue angle of 105.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65D640 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 64 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.16 |
| HSL | 105.2º | 0.65% | 0.55% | - |
| HSV(B) | 105.2º | 0.7% | 0.84% | - |
| XYZ | 30.34 | 51.23 | 13.14 | - |
| YUV | 163.11 | 72.06 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 64 | 0.53 | 0 | 0.70 | 0.16 | 105.2 | 0.65 | 0.55 |
| Hex | 65 | D6 | 40 | 35 | 0 | 46 | 10 | 69 | 41 | 37 |
| Octal | 145 | 326 | 100 | 65 | 0 | 106 | 20 | 151 | 101 | 67 |
| Binary | 1100101 | 11010110 | 1000000 | 110101 | 0 | 1000110 | 10000 | 1101001 | 1000001 | 110111 |
Color Harmonies of #65D640
Complementary color
Monochromatic Colors of #65D640
Black with #65D640
Text Example
Text Example
White with #65D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D640; }
p { color: rgb(101,214,64); }
H1.HeaderClassName
{
color: #65D640;
}
.AnyTagClassName
{
color: #65D640;
}
</style>
background-color css
<style>
a { background-color: #65D640; }
a { background-color: rgb(101,214,64); }
div.DivClassName
{
background-color: #65D640;
}
.BgClassName
{
background-color: #65D640;
}
</style>
border-color css
<style>
span { border-color: #65D640; }
span { border-color: rgb(101,214,64); }
td.TdClassName
{
border-color: #65D640;
}
.TagClassName
{
border-color: #65D640;
}
</style>