Shades of Kelly Green #66D517
Tints of Kelly Green #66D517
RGB
CMYK
RGB Variations
Color information
#66D517 (or 0x66D517) is known color: Kelly Green. HEX triplet: 66, D5 and 17. RGB value is (102,213,23). Sum of RGB (Red+Green+Blue) = 102+213+23=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #66D517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D517 is #992AE8. Grayscale: #9E9E9E. Windows color (decimal): -10037993 or 1561958. OLE color: 1561958.
HSL color Cylindrical-coordinate representation of color #66D517: hue angle of 95.05º 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 #66D517 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 23 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.16 |
| HSL | 95.05º | 0.81% | 0.46% | - |
| HSV(B) | 95.05º | 0.89% | 0.84% | - |
| XYZ | 29.43 | 50.48 | 9 | - |
| YUV | 158.15 | 51.73 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 23 | 0.52 | 0 | 0.89 | 0.16 | 95.05 | 0.81 | 0.46 |
| Hex | 66 | D5 | 17 | 34 | 0 | 59 | 10 | 5F | 51 | 2E |
| Octal | 146 | 325 | 27 | 64 | 0 | 131 | 20 | 137 | 121 | 56 |
| Binary | 1100110 | 11010101 | 10111 | 110100 | 0 | 1011001 | 10000 | 1011111 | 1010001 | 101110 |
Color Harmonies of #66D517
Complementary color
Monochromatic Colors of #66D517
Black with #66D517
Text Example
Text Example
White with #66D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D517; }
p { color: rgb(102,213,23); }
H1.HeaderClassName
{
color: #66D517;
}
.AnyTagClassName
{
color: #66D517;
}
</style>
background-color css
<style>
a { background-color: #66D517; }
a { background-color: rgb(102,213,23); }
div.DivClassName
{
background-color: #66D517;
}
.BgClassName
{
background-color: #66D517;
}
</style>
border-color css
<style>
span { border-color: #66D517; }
span { border-color: rgb(102,213,23); }
td.TdClassName
{
border-color: #66D517;
}
.TagClassName
{
border-color: #66D517;
}
</style>