Shades of Kelly Green #65D817
Tints of Kelly Green #65D817
RGB
CMYK
RGB Variations
Color information
#65D817 (or 0x65D817) is known color: Kelly Green. HEX triplet: 65, D8 and 17. RGB value is (101,216,23). Sum of RGB (Red+Green+Blue) = 101+216+23=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #65D817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D817 is #9A27E8. Grayscale: #A0A0A0. Windows color (decimal): -10102761 or 1562725. OLE color: 1562725.
HSL color Cylindrical-coordinate representation of color #65D817: hue angle of 95.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65D817 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 23 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.15 |
| HSL | 95.75º | 0.81% | 0.47% | - |
| HSV(B) | 95.75º | 0.89% | 0.85% | - |
| XYZ | 30.08 | 51.94 | 9.25 | - |
| YUV | 159.61 | 50.9 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 23 | 0.53 | 0 | 0.89 | 0.15 | 95.75 | 0.81 | 0.47 |
| Hex | 65 | D8 | 17 | 35 | 0 | 59 | F | 60 | 51 | 2F |
| Octal | 145 | 330 | 27 | 65 | 0 | 131 | 17 | 140 | 121 | 57 |
| Binary | 1100101 | 11011000 | 10111 | 110101 | 0 | 1011001 | 1111 | 1100000 | 1010001 | 101111 |
Color Harmonies of #65D817
Complementary color
Monochromatic Colors of #65D817
Black with #65D817
Text Example
Text Example
White with #65D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D817; }
p { color: rgb(101,216,23); }
H1.HeaderClassName
{
color: #65D817;
}
.AnyTagClassName
{
color: #65D817;
}
</style>
background-color css
<style>
a { background-color: #65D817; }
a { background-color: rgb(101,216,23); }
div.DivClassName
{
background-color: #65D817;
}
.BgClassName
{
background-color: #65D817;
}
</style>
border-color css
<style>
span { border-color: #65D817; }
span { border-color: rgb(101,216,23); }
td.TdClassName
{
border-color: #65D817;
}
.TagClassName
{
border-color: #65D817;
}
</style>