Shades of Kelly Green #66D006
Tints of Kelly Green #66D006
RGB
CMYK
RGB Variations
Color information
#66D006 (or 0x66D006) is known color: Kelly Green. HEX triplet: 66, D0 and 06. RGB value is (102,208,6). Sum of RGB (Red+Green+Blue) = 102+208+6=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #66D006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D006 is #992FF9. Grayscale: #999999. Windows color (decimal): -10039290 or 446566. OLE color: 446566.
HSL color Cylindrical-coordinate representation of color #66D006: hue angle of 91.49º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66D006 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 6 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.18 |
| HSL | 91.49º | 0.94% | 0.42% | - |
| HSV(B) | 91.49º | 0.97% | 0.82% | - |
| XYZ | 28.07 | 47.95 | 7.95 | - |
| YUV | 153.28 | 44.88 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 6 | 0.51 | 0 | 0.97 | 0.18 | 91.49 | 0.94 | 0.42 |
| Hex | 66 | D0 | 6 | 33 | 0 | 61 | 12 | 5B | 5E | 2A |
| Octal | 146 | 320 | 6 | 63 | 0 | 141 | 22 | 133 | 136 | 52 |
| Binary | 1100110 | 11010000 | 110 | 110011 | 0 | 1100001 | 10010 | 1011011 | 1011110 | 101010 |
Color Harmonies of #66D006
Complementary color
Monochromatic Colors of #66D006
Black with #66D006
Text Example
Text Example
White with #66D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D006; }
p { color: rgb(102,208,6); }
H1.HeaderClassName
{
color: #66D006;
}
.AnyTagClassName
{
color: #66D006;
}
</style>
background-color css
<style>
a { background-color: #66D006; }
a { background-color: rgb(102,208,6); }
div.DivClassName
{
background-color: #66D006;
}
.BgClassName
{
background-color: #66D006;
}
</style>
border-color css
<style>
span { border-color: #66D006; }
span { border-color: rgb(102,208,6); }
td.TdClassName
{
border-color: #66D006;
}
.TagClassName
{
border-color: #66D006;
}
</style>