Shades of Kelly Green #65D911
Tints of Kelly Green #65D911
RGB
CMYK
RGB Variations
Color information
#65D911 (or 0x65D911) is known color: Kelly Green. HEX triplet: 65, D9 and 11. RGB value is (101,217,17). Sum of RGB (Red+Green+Blue) = 101+217+17=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #65D911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D911 is #9A26EE. Grayscale: #A0A0A0. Windows color (decimal): -10102511 or 1169765. OLE color: 1169765.
HSL color Cylindrical-coordinate representation of color #65D911: hue angle of 94.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65D911 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 17 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.15 |
| HSL | 94.8º | 0.85% | 0.46% | - |
| HSV(B) | 94.8º | 0.92% | 0.85% | - |
| XYZ | 30.28 | 52.43 | 9.05 | - |
| YUV | 159.52 | 47.57 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 17 | 0.53 | 0 | 0.92 | 0.15 | 94.8 | 0.85 | 0.46 |
| Hex | 65 | D9 | 11 | 35 | 0 | 5C | F | 5F | 55 | 2E |
| Octal | 145 | 331 | 21 | 65 | 0 | 134 | 17 | 137 | 125 | 56 |
| Binary | 1100101 | 11011001 | 10001 | 110101 | 0 | 1011100 | 1111 | 1011111 | 1010101 | 101110 |
Color Harmonies of #65D911
Complementary color
Monochromatic Colors of #65D911
Black with #65D911
Text Example
Text Example
White with #65D911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D911; }
p { color: rgb(101,217,17); }
H1.HeaderClassName
{
color: #65D911;
}
.AnyTagClassName
{
color: #65D911;
}
</style>
background-color css
<style>
a { background-color: #65D911; }
a { background-color: rgb(101,217,17); }
div.DivClassName
{
background-color: #65D911;
}
.BgClassName
{
background-color: #65D911;
}
</style>
border-color css
<style>
span { border-color: #65D911; }
span { border-color: rgb(101,217,17); }
td.TdClassName
{
border-color: #65D911;
}
.TagClassName
{
border-color: #65D911;
}
</style>