Shades of Apple #65D550
Tints of Apple #65D550
RGB
CMYK
RGB Variations
Color information
#65D550 (or 0x65D550) is known color: Apple. HEX triplet: 65, D5 and 50. RGB value is (101,213,80). Sum of RGB (Red+Green+Blue) = 101+213+80=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #65D550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D550 is #9A2AAF. Grayscale: #A4A4A4. Windows color (decimal): -10103472 or 5297509. OLE color: 5297509.
HSL color Cylindrical-coordinate representation of color #65D550: hue angle of 110.53º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65D550 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 80 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.16 |
| HSL | 110.53º | 0.61% | 0.57% | - |
| HSV(B) | 110.53º | 0.62% | 0.84% | - |
| XYZ | 30.61 | 50.93 | 15.81 | - |
| YUV | 164.35 | 80.39 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 80 | 0.53 | 0 | 0.62 | 0.16 | 110.53 | 0.61 | 0.57 |
| Hex | 65 | D5 | 50 | 35 | 0 | 3E | 10 | 6F | 3D | 39 |
| Octal | 145 | 325 | 120 | 65 | 0 | 76 | 20 | 157 | 75 | 71 |
| Binary | 1100101 | 11010101 | 1010000 | 110101 | 0 | 111110 | 10000 | 1101111 | 111101 | 111001 |
Color Harmonies of #65D550
Complementary color
Monochromatic Colors of #65D550
Black with #65D550
Text Example
Text Example
White with #65D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D550; }
p { color: rgb(101,213,80); }
H1.HeaderClassName
{
color: #65D550;
}
.AnyTagClassName
{
color: #65D550;
}
</style>
background-color css
<style>
a { background-color: #65D550; }
a { background-color: rgb(101,213,80); }
div.DivClassName
{
background-color: #65D550;
}
.BgClassName
{
background-color: #65D550;
}
</style>
border-color css
<style>
span { border-color: #65D550; }
span { border-color: rgb(101,213,80); }
td.TdClassName
{
border-color: #65D550;
}
.TagClassName
{
border-color: #65D550;
}
</style>