Shades of Apple #65DA50
Tints of Apple #65DA50
RGB
CMYK
RGB Variations
Color information
#65DA50 (or 0x65DA50) is known color: Apple. HEX triplet: 65, DA and 50. RGB value is (101,218,80). Sum of RGB (Red+Green+Blue) = 101+218+80=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA50 is #9A25AF. Grayscale: #A7A7A7. Windows color (decimal): -10102192 or 5298789. OLE color: 5298789.
HSL color Cylindrical-coordinate representation of color #65DA50: hue angle of 110.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65DA50 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 80 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.15 |
| HSL | 110.87º | 0.65% | 0.58% | - |
| HSV(B) | 110.87º | 0.63% | 0.85% | - |
| XYZ | 31.89 | 53.49 | 16.23 | - |
| YUV | 167.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 80 | 0.54 | 0 | 0.63 | 0.15 | 110.87 | 0.65 | 0.58 |
| Hex | 65 | DA | 50 | 36 | 0 | 3F | F | 6F | 41 | 3A |
| Octal | 145 | 332 | 120 | 66 | 0 | 77 | 17 | 157 | 101 | 72 |
| Binary | 1100101 | 11011010 | 1010000 | 110110 | 0 | 111111 | 1111 | 1101111 | 1000001 | 111010 |
Color Harmonies of #65DA50
Complementary color
Monochromatic Colors of #65DA50
Black with #65DA50
Text Example
Text Example
White with #65DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA50; }
p { color: rgb(101,218,80); }
H1.HeaderClassName
{
color: #65DA50;
}
.AnyTagClassName
{
color: #65DA50;
}
</style>
background-color css
<style>
a { background-color: #65DA50; }
a { background-color: rgb(101,218,80); }
div.DivClassName
{
background-color: #65DA50;
}
.BgClassName
{
background-color: #65DA50;
}
</style>
border-color css
<style>
span { border-color: #65DA50; }
span { border-color: rgb(101,218,80); }
td.TdClassName
{
border-color: #65DA50;
}
.TagClassName
{
border-color: #65DA50;
}
</style>