Shades of Apple #65D744
Tints of Apple #65D744
RGB
CMYK
RGB Variations
Color information
#65D744 (or 0x65D744) is known color: Apple. HEX triplet: 65, D7 and 44. RGB value is (101,215,68). Sum of RGB (Red+Green+Blue) = 101+215+68=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #65D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D744 is #9A28BB. Grayscale: #A4A4A4. Windows color (decimal): -10102972 or 4511589. OLE color: 4511589.
HSL color Cylindrical-coordinate representation of color #65D744: hue angle of 106.53º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65D744 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 68 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.16 |
| HSL | 106.53º | 0.65% | 0.55% | - |
| HSV(B) | 106.53º | 0.68% | 0.84% | - |
| XYZ | 30.71 | 51.78 | 13.85 | - |
| YUV | 164.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 68 | 0.53 | 0 | 0.68 | 0.16 | 106.53 | 0.65 | 0.55 |
| Hex | 65 | D7 | 44 | 35 | 0 | 44 | 10 | 6B | 41 | 37 |
| Octal | 145 | 327 | 104 | 65 | 0 | 104 | 20 | 153 | 101 | 67 |
| Binary | 1100101 | 11010111 | 1000100 | 110101 | 0 | 1000100 | 10000 | 1101011 | 1000001 | 110111 |
Color Harmonies of #65D744
Complementary color
Monochromatic Colors of #65D744
Black with #65D744
Text Example
Text Example
White with #65D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D744; }
p { color: rgb(101,215,68); }
H1.HeaderClassName
{
color: #65D744;
}
.AnyTagClassName
{
color: #65D744;
}
</style>
background-color css
<style>
a { background-color: #65D744; }
a { background-color: rgb(101,215,68); }
div.DivClassName
{
background-color: #65D744;
}
.BgClassName
{
background-color: #65D744;
}
</style>
border-color css
<style>
span { border-color: #65D744; }
span { border-color: rgb(101,215,68); }
td.TdClassName
{
border-color: #65D744;
}
.TagClassName
{
border-color: #65D744;
}
</style>