Shades of Bright Green #66DD17
Tints of Bright Green #66DD17
RGB
CMYK
RGB Variations
Color information
#66DD17 (or 0x66DD17) is known color: Bright Green. HEX triplet: 66, DD and 17. RGB value is (102,221,23). Sum of RGB (Red+Green+Blue) = 102+221+23=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DD17 is #9922E8. Grayscale: #A3A3A3. Windows color (decimal): -10035945 or 1564006. OLE color: 1564006.
HSL color Cylindrical-coordinate representation of color #66DD17: hue angle of 96.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66DD17 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 23 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.13 |
| HSL | 96.06º | 0.81% | 0.48% | - |
| HSV(B) | 96.06º | 0.9% | 0.87% | - |
| XYZ | 31.49 | 54.6 | 9.69 | - |
| YUV | 162.85 | 49.08 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 23 | 0.54 | 0 | 0.90 | 0.13 | 96.06 | 0.81 | 0.48 |
| Hex | 66 | DD | 17 | 36 | 0 | 5A | D | 60 | 51 | 30 |
| Octal | 146 | 335 | 27 | 66 | 0 | 132 | 15 | 140 | 121 | 60 |
| Binary | 1100110 | 11011101 | 10111 | 110110 | 0 | 1011010 | 1101 | 1100000 | 1010001 | 110000 |
Color Harmonies of #66DD17
Complementary color
Monochromatic Colors of #66DD17
Black with #66DD17
Text Example
Text Example
White with #66DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD17; }
p { color: rgb(102,221,23); }
H1.HeaderClassName
{
color: #66DD17;
}
.AnyTagClassName
{
color: #66DD17;
}
</style>
background-color css
<style>
a { background-color: #66DD17; }
a { background-color: rgb(102,221,23); }
div.DivClassName
{
background-color: #66DD17;
}
.BgClassName
{
background-color: #66DD17;
}
</style>
border-color css
<style>
span { border-color: #66DD17; }
span { border-color: rgb(102,221,23); }
td.TdClassName
{
border-color: #66DD17;
}
.TagClassName
{
border-color: #66DD17;
}
</style>