Shades of Apple #65D950
Tints of Apple #65D950
RGB
CMYK
RGB Variations
Color information
#65D950 (or 0x65D950) is known color: Apple. HEX triplet: 65, D9 and 50. RGB value is (101,217,80). Sum of RGB (Red+Green+Blue) = 101+217+80=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #65D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D950 is #9A26AF. Grayscale: #A7A7A7. Windows color (decimal): -10102448 or 5298533. OLE color: 5298533.
HSL color Cylindrical-coordinate representation of color #65D950: hue angle of 110.8º degrees, saturation: 0.64, 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 #65D950 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 80 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.15 |
| HSL | 110.8º | 0.64% | 0.58% | - |
| HSV(B) | 110.8º | 0.63% | 0.85% | - |
| XYZ | 31.63 | 52.97 | 16.15 | - |
| YUV | 166.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 80 | 0.53 | 0 | 0.63 | 0.15 | 110.8 | 0.64 | 0.58 |
| Hex | 65 | D9 | 50 | 35 | 0 | 3F | F | 6F | 40 | 3A |
| Octal | 145 | 331 | 120 | 65 | 0 | 77 | 17 | 157 | 100 | 72 |
| Binary | 1100101 | 11011001 | 1010000 | 110101 | 0 | 111111 | 1111 | 1101111 | 1000000 | 111010 |
Color Harmonies of #65D950
Complementary color
Monochromatic Colors of #65D950
Black with #65D950
Text Example
Text Example
White with #65D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D950; }
p { color: rgb(101,217,80); }
H1.HeaderClassName
{
color: #65D950;
}
.AnyTagClassName
{
color: #65D950;
}
</style>
background-color css
<style>
a { background-color: #65D950; }
a { background-color: rgb(101,217,80); }
div.DivClassName
{
background-color: #65D950;
}
.BgClassName
{
background-color: #65D950;
}
</style>
border-color css
<style>
span { border-color: #65D950; }
span { border-color: rgb(101,217,80); }
td.TdClassName
{
border-color: #65D950;
}
.TagClassName
{
border-color: #65D950;
}
</style>