Shades of Kelly Green #66DE2C
Tints of Kelly Green #66DE2C
RGB
CMYK
RGB Variations
Color information
#66DE2C (or 0x66DE2C) is known color: Kelly Green. HEX triplet: 66, DE and 2C. RGB value is (102,222,44). Sum of RGB (Red+Green+Blue) = 102+222+44=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE2C is #9921D3. Grayscale: #A6A6A6. Windows color (decimal): -10035668 or 2940518. OLE color: 2940518.
HSL color Cylindrical-coordinate representation of color #66DE2C: hue angle of 100.45º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66DE2C is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 44 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.13 |
| HSL | 100.45º | 0.73% | 0.52% | - |
| HSV(B) | 100.45º | 0.8% | 0.87% | - |
| XYZ | 32.06 | 55.25 | 11.36 | - |
| YUV | 165.83 | 59.24 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 44 | 0.54 | 0 | 0.80 | 0.13 | 100.45 | 0.73 | 0.52 |
| Hex | 66 | DE | 2C | 36 | 0 | 50 | D | 64 | 49 | 34 |
| Octal | 146 | 336 | 54 | 66 | 0 | 120 | 15 | 144 | 111 | 64 |
| Binary | 1100110 | 11011110 | 101100 | 110110 | 0 | 1010000 | 1101 | 1100100 | 1001001 | 110100 |
Color Harmonies of #66DE2C
Complementary color
Monochromatic Colors of #66DE2C
Black with #66DE2C
Text Example
Text Example
White with #66DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE2C; }
p { color: rgb(102,222,44); }
H1.HeaderClassName
{
color: #66DE2C;
}
.AnyTagClassName
{
color: #66DE2C;
}
</style>
background-color css
<style>
a { background-color: #66DE2C; }
a { background-color: rgb(102,222,44); }
div.DivClassName
{
background-color: #66DE2C;
}
.BgClassName
{
background-color: #66DE2C;
}
</style>
border-color css
<style>
span { border-color: #66DE2C; }
span { border-color: rgb(102,222,44); }
td.TdClassName
{
border-color: #66DE2C;
}
.TagClassName
{
border-color: #66DE2C;
}
</style>