Shades of Kelly Green #65D617
Tints of Kelly Green #65D617
RGB
CMYK
RGB Variations
Color information
#65D617 (or 0x65D617) is known color: Kelly Green. HEX triplet: 65, D6 and 17. RGB value is (101,214,23). Sum of RGB (Red+Green+Blue) = 101+214+23=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #65D617 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D617 is #9A29E8. Grayscale: #9F9F9F. Windows color (decimal): -10103273 or 1562213. OLE color: 1562213.
HSL color Cylindrical-coordinate representation of color #65D617: hue angle of 95.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65D617 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 23 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.16 |
| HSL | 95.5º | 0.81% | 0.46% | - |
| HSV(B) | 95.5º | 0.89% | 0.84% | - |
| XYZ | 29.57 | 50.92 | 9.08 | - |
| YUV | 158.44 | 51.56 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 23 | 0.53 | 0 | 0.89 | 0.16 | 95.5 | 0.81 | 0.46 |
| Hex | 65 | D6 | 17 | 35 | 0 | 59 | 10 | 5F | 51 | 2E |
| Octal | 145 | 326 | 27 | 65 | 0 | 131 | 20 | 137 | 121 | 56 |
| Binary | 1100101 | 11010110 | 10111 | 110101 | 0 | 1011001 | 10000 | 1011111 | 1010001 | 101110 |
Color Harmonies of #65D617
Complementary color
Monochromatic Colors of #65D617
Black with #65D617
Text Example
Text Example
White with #65D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D617; }
p { color: rgb(101,214,23); }
H1.HeaderClassName
{
color: #65D617;
}
.AnyTagClassName
{
color: #65D617;
}
</style>
background-color css
<style>
a { background-color: #65D617; }
a { background-color: rgb(101,214,23); }
div.DivClassName
{
background-color: #65D617;
}
.BgClassName
{
background-color: #65D617;
}
</style>
border-color css
<style>
span { border-color: #65D617; }
span { border-color: rgb(101,214,23); }
td.TdClassName
{
border-color: #65D617;
}
.TagClassName
{
border-color: #65D617;
}
</style>