Shades of Kelly Green #66DF2E
Tints of Kelly Green #66DF2E
RGB
CMYK
RGB Variations
Color information
#66DF2E (or 0x66DF2E) is known color: Kelly Green. HEX triplet: 66, DF and 2E. RGB value is (102,223,46). Sum of RGB (Red+Green+Blue) = 102+223+46=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF2E is #9920D1. Grayscale: #A7A7A7. Windows color (decimal): -10035410 or 3071846. OLE color: 3071846.
HSL color Cylindrical-coordinate representation of color #66DF2E: hue angle of 101.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66DF2E is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 46 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.13 |
| HSL | 101.02º | 0.73% | 0.53% | - |
| HSV(B) | 101.02º | 0.79% | 0.87% | - |
| XYZ | 32.36 | 55.8 | 11.65 | - |
| YUV | 166.64 | 59.91 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 46 | 0.54 | 0 | 0.79 | 0.13 | 101.02 | 0.73 | 0.53 |
| Hex | 66 | DF | 2E | 36 | 0 | 4F | D | 65 | 49 | 35 |
| Octal | 146 | 337 | 56 | 66 | 0 | 117 | 15 | 145 | 111 | 65 |
| Binary | 1100110 | 11011111 | 101110 | 110110 | 0 | 1001111 | 1101 | 1100101 | 1001001 | 110101 |
Color Harmonies of #66DF2E
Complementary color
Monochromatic Colors of #66DF2E
Black with #66DF2E
Text Example
Text Example
White with #66DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF2E; }
p { color: rgb(102,223,46); }
H1.HeaderClassName
{
color: #66DF2E;
}
.AnyTagClassName
{
color: #66DF2E;
}
</style>
background-color css
<style>
a { background-color: #66DF2E; }
a { background-color: rgb(102,223,46); }
div.DivClassName
{
background-color: #66DF2E;
}
.BgClassName
{
background-color: #66DF2E;
}
</style>
border-color css
<style>
span { border-color: #66DF2E; }
span { border-color: rgb(102,223,46); }
td.TdClassName
{
border-color: #66DF2E;
}
.TagClassName
{
border-color: #66DF2E;
}
</style>