Shades of Apple #65D240
Tints of Apple #65D240
RGB
CMYK
RGB Variations
Color information
#65D240 (or 0x65D240) is known color: Apple. HEX triplet: 65, D2 and 40. RGB value is (101,210,64). Sum of RGB (Red+Green+Blue) = 101+210+64=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #65D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D240 is #9A2DBF. Grayscale: #A1A1A1. Windows color (decimal): -10104256 or 4248165. OLE color: 4248165.
HSL color Cylindrical-coordinate representation of color #65D240: hue angle of 104.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65D240 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 64 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.18 |
| HSL | 104.79º | 0.62% | 0.54% | - |
| HSV(B) | 104.79º | 0.7% | 0.82% | - |
| XYZ | 29.34 | 49.23 | 12.81 | - |
| YUV | 160.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 64 | 0.52 | 0 | 0.70 | 0.18 | 104.79 | 0.62 | 0.54 |
| Hex | 65 | D2 | 40 | 34 | 0 | 46 | 12 | 69 | 3E | 36 |
| Octal | 145 | 322 | 100 | 64 | 0 | 106 | 22 | 151 | 76 | 66 |
| Binary | 1100101 | 11010010 | 1000000 | 110100 | 0 | 1000110 | 10010 | 1101001 | 111110 | 110110 |
Color Harmonies of #65D240
Complementary color
Monochromatic Colors of #65D240
Black with #65D240
Text Example
Text Example
White with #65D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D240; }
p { color: rgb(101,210,64); }
H1.HeaderClassName
{
color: #65D240;
}
.AnyTagClassName
{
color: #65D240;
}
</style>
background-color css
<style>
a { background-color: #65D240; }
a { background-color: rgb(101,210,64); }
div.DivClassName
{
background-color: #65D240;
}
.BgClassName
{
background-color: #65D240;
}
</style>
border-color css
<style>
span { border-color: #65D240; }
span { border-color: rgb(101,210,64); }
td.TdClassName
{
border-color: #65D240;
}
.TagClassName
{
border-color: #65D240;
}
</style>