Shades of Kelly Green #65CF17
Tints of Kelly Green #65CF17
RGB
CMYK
RGB Variations
Color information
#65CF17 (or 0x65CF17) is known color: Kelly Green. HEX triplet: 65, CF and 17. RGB value is (101,207,23). Sum of RGB (Red+Green+Blue) = 101+207+23=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF17 is #9A30E8. Grayscale: #9A9A9A. Windows color (decimal): -10105065 or 1560421. OLE color: 1560421.
HSL color Cylindrical-coordinate representation of color #65CF17: hue angle of 94.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65CF17 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 23 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.19 |
| HSL | 94.57º | 0.8% | 0.45% | - |
| HSV(B) | 94.57º | 0.89% | 0.81% | - |
| XYZ | 27.83 | 47.45 | 8.5 | - |
| YUV | 154.33 | 53.88 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 23 | 0.51 | 0 | 0.89 | 0.19 | 94.57 | 0.8 | 0.45 |
| Hex | 65 | CF | 17 | 33 | 0 | 59 | 13 | 5F | 50 | 2D |
| Octal | 145 | 317 | 27 | 63 | 0 | 131 | 23 | 137 | 120 | 55 |
| Binary | 1100101 | 11001111 | 10111 | 110011 | 0 | 1011001 | 10011 | 1011111 | 1010000 | 101101 |
Color Harmonies of #65CF17
Complementary color
Monochromatic Colors of #65CF17
Black with #65CF17
Text Example
Text Example
White with #65CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF17; }
p { color: rgb(101,207,23); }
H1.HeaderClassName
{
color: #65CF17;
}
.AnyTagClassName
{
color: #65CF17;
}
</style>
background-color css
<style>
a { background-color: #65CF17; }
a { background-color: rgb(101,207,23); }
div.DivClassName
{
background-color: #65CF17;
}
.BgClassName
{
background-color: #65CF17;
}
</style>
border-color css
<style>
span { border-color: #65CF17; }
span { border-color: rgb(101,207,23); }
td.TdClassName
{
border-color: #65CF17;
}
.TagClassName
{
border-color: #65CF17;
}
</style>