Shades of Kelly Green #65D018
Tints of Kelly Green #65D018
RGB
CMYK
RGB Variations
Color information
#65D018 (or 0x65D018) is known color: Kelly Green. HEX triplet: 65, D0 and 18. RGB value is (101,208,24). Sum of RGB (Red+Green+Blue) = 101+208+24=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #65D018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D018 is #9A2FE7. Grayscale: #9B9B9B. Windows color (decimal): -10104808 or 1626213. OLE color: 1626213.
HSL color Cylindrical-coordinate representation of color #65D018: hue angle of 94.89º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65D018 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 24 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.18 |
| HSL | 94.89º | 0.79% | 0.45% | - |
| HSV(B) | 94.89º | 0.88% | 0.82% | - |
| XYZ | 28.09 | 47.94 | 8.64 | - |
| YUV | 155.03 | 54.05 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 24 | 0.51 | 0 | 0.88 | 0.18 | 94.89 | 0.79 | 0.45 |
| Hex | 65 | D0 | 18 | 33 | 0 | 58 | 12 | 5F | 4F | 2D |
| Octal | 145 | 320 | 30 | 63 | 0 | 130 | 22 | 137 | 117 | 55 |
| Binary | 1100101 | 11010000 | 11000 | 110011 | 0 | 1011000 | 10010 | 1011111 | 1001111 | 101101 |
Color Harmonies of #65D018
Complementary color
Monochromatic Colors of #65D018
Black with #65D018
Text Example
Text Example
White with #65D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D018; }
p { color: rgb(101,208,24); }
H1.HeaderClassName
{
color: #65D018;
}
.AnyTagClassName
{
color: #65D018;
}
</style>
background-color css
<style>
a { background-color: #65D018; }
a { background-color: rgb(101,208,24); }
div.DivClassName
{
background-color: #65D018;
}
.BgClassName
{
background-color: #65D018;
}
</style>
border-color css
<style>
span { border-color: #65D018; }
span { border-color: rgb(101,208,24); }
td.TdClassName
{
border-color: #65D018;
}
.TagClassName
{
border-color: #65D018;
}
</style>