Shades of Kelly Green #66D100
Tints of Kelly Green #66D100
RGB
CMYK
RGB Variations
Color information
#66D100 (or 0x66D100) is known color: Kelly Green. HEX triplet: 66, D1 and 00. RGB value is (102,209,0). Sum of RGB (Red+Green+Blue) = 102+209+0=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #66D100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D100 is #992EFF. Grayscale: #999999. Windows color (decimal): -10039040 or 53606. OLE color: 53606.
HSL color Cylindrical-coordinate representation of color #66D100: hue angle of 90.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66D100 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.18 |
| HSL | 90.72º | 1% | 0.41% | - |
| HSV(B) | 90.72º | 1% | 0.82% | - |
| XYZ | 28.28 | 48.43 | 7.86 | - |
| YUV | 153.18 | 41.55 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 0 | 0.51 | 0 | 1 | 0.18 | 90.72 | 1 | 0.41 |
| Hex | 66 | D1 | 0 | 33 | 0 | 64 | 12 | 5B | 64 | 29 |
| Octal | 146 | 321 | 0 | 63 | 0 | 144 | 22 | 133 | 144 | 51 |
| Binary | 1100110 | 11010001 | 0 | 110011 | 0 | 1100100 | 10010 | 1011011 | 1100100 | 101001 |
Color Harmonies of #66D100
Complementary color
Monochromatic Colors of #66D100
Black with #66D100
Text Example
Text Example
White with #66D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D100; }
p { color: rgb(102,209,0); }
H1.HeaderClassName
{
color: #66D100;
}
.AnyTagClassName
{
color: #66D100;
}
</style>
background-color css
<style>
a { background-color: #66D100; }
a { background-color: rgb(102,209,0); }
div.DivClassName
{
background-color: #66D100;
}
.BgClassName
{
background-color: #66D100;
}
</style>
border-color css
<style>
span { border-color: #66D100; }
span { border-color: rgb(102,209,0); }
td.TdClassName
{
border-color: #66D100;
}
.TagClassName
{
border-color: #66D100;
}
</style>