Shades of Apple #65D644
Tints of Apple #65D644
RGB
CMYK
RGB Variations
Color information
#65D644 (or 0x65D644) is known color: Apple. HEX triplet: 65, D6 and 44. RGB value is (101,214,68). Sum of RGB (Red+Green+Blue) = 101+214+68=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #65D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D644 is #9A29BB. Grayscale: #A4A4A4. Windows color (decimal): -10103228 or 4511333. OLE color: 4511333.
HSL color Cylindrical-coordinate representation of color #65D644: hue angle of 106.44º degrees, saturation: 0.64, 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 #65D644 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 68 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.16 |
| HSL | 106.44º | 0.64% | 0.55% | - |
| HSV(B) | 106.44º | 0.68% | 0.84% | - |
| XYZ | 30.46 | 51.28 | 13.76 | - |
| YUV | 163.57 | 74.06 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 68 | 0.53 | 0 | 0.68 | 0.16 | 106.44 | 0.64 | 0.55 |
| Hex | 65 | D6 | 44 | 35 | 0 | 44 | 10 | 6A | 40 | 37 |
| Octal | 145 | 326 | 104 | 65 | 0 | 104 | 20 | 152 | 100 | 67 |
| Binary | 1100101 | 11010110 | 1000100 | 110101 | 0 | 1000100 | 10000 | 1101010 | 1000000 | 110111 |
Color Harmonies of #65D644
Complementary color
Monochromatic Colors of #65D644
Black with #65D644
Text Example
Text Example
White with #65D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D644; }
p { color: rgb(101,214,68); }
H1.HeaderClassName
{
color: #65D644;
}
.AnyTagClassName
{
color: #65D644;
}
</style>
background-color css
<style>
a { background-color: #65D644; }
a { background-color: rgb(101,214,68); }
div.DivClassName
{
background-color: #65D644;
}
.BgClassName
{
background-color: #65D644;
}
</style>
border-color css
<style>
span { border-color: #65D644; }
span { border-color: rgb(101,214,68); }
td.TdClassName
{
border-color: #65D644;
}
.TagClassName
{
border-color: #65D644;
}
</style>