Shades of Kelly Green #65D918
Tints of Kelly Green #65D918
RGB
CMYK
RGB Variations
Color information
#65D918 (or 0x65D918) is known color: Kelly Green. HEX triplet: 65, D9 and 18. RGB value is (101,217,24). Sum of RGB (Red+Green+Blue) = 101+217+24=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #65D918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D918 is #9A26E7. Grayscale: #A0A0A0. Windows color (decimal): -10102504 or 1628517. OLE color: 1628517.
HSL color Cylindrical-coordinate representation of color #65D918: hue angle of 96.06º degrees, saturation: 0.8, 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 #65D918 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 24 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.15 |
| HSL | 96.06º | 0.8% | 0.47% | - |
| HSV(B) | 96.06º | 0.89% | 0.85% | - |
| XYZ | 30.34 | 52.46 | 9.39 | - |
| YUV | 160.31 | 51.07 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 24 | 0.53 | 0 | 0.89 | 0.15 | 96.06 | 0.8 | 0.47 |
| Hex | 65 | D9 | 18 | 35 | 0 | 59 | F | 60 | 50 | 2F |
| Octal | 145 | 331 | 30 | 65 | 0 | 131 | 17 | 140 | 120 | 57 |
| Binary | 1100101 | 11011001 | 11000 | 110101 | 0 | 1011001 | 1111 | 1100000 | 1010000 | 101111 |
Color Harmonies of #65D918
Complementary color
Monochromatic Colors of #65D918
Black with #65D918
Text Example
Text Example
White with #65D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D918; }
p { color: rgb(101,217,24); }
H1.HeaderClassName
{
color: #65D918;
}
.AnyTagClassName
{
color: #65D918;
}
</style>
background-color css
<style>
a { background-color: #65D918; }
a { background-color: rgb(101,217,24); }
div.DivClassName
{
background-color: #65D918;
}
.BgClassName
{
background-color: #65D918;
}
</style>
border-color css
<style>
span { border-color: #65D918; }
span { border-color: rgb(101,217,24); }
td.TdClassName
{
border-color: #65D918;
}
.TagClassName
{
border-color: #65D918;
}
</style>