Shades of Kelly Green #66DC1B
Tints of Kelly Green #66DC1B
RGB
CMYK
RGB Variations
Color information
#66DC1B (or 0x66DC1B) is known color: Kelly Green. HEX triplet: 66, DC and 1B. RGB value is (102,220,27). Sum of RGB (Red+Green+Blue) = 102+220+27=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DC1B is #9923E4. Grayscale: #A3A3A3. Windows color (decimal): -10036197 or 1825894. OLE color: 1825894.
HSL color Cylindrical-coordinate representation of color #66DC1B: hue angle of 96.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66DC1B is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 27 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.14 |
| HSL | 96.68º | 0.78% | 0.48% | - |
| HSV(B) | 96.68º | 0.88% | 0.86% | - |
| XYZ | 31.27 | 54.09 | 9.83 | - |
| YUV | 162.72 | 51.41 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 27 | 0.54 | 0 | 0.88 | 0.14 | 96.68 | 0.78 | 0.48 |
| Hex | 66 | DC | 1B | 36 | 0 | 58 | E | 61 | 4E | 30 |
| Octal | 146 | 334 | 33 | 66 | 0 | 130 | 16 | 141 | 116 | 60 |
| Binary | 1100110 | 11011100 | 11011 | 110110 | 0 | 1011000 | 1110 | 1100001 | 1001110 | 110000 |
Color Harmonies of #66DC1B
Complementary color
Monochromatic Colors of #66DC1B
Black with #66DC1B
Text Example
Text Example
White with #66DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC1B; }
p { color: rgb(102,220,27); }
H1.HeaderClassName
{
color: #66DC1B;
}
.AnyTagClassName
{
color: #66DC1B;
}
</style>
background-color css
<style>
a { background-color: #66DC1B; }
a { background-color: rgb(102,220,27); }
div.DivClassName
{
background-color: #66DC1B;
}
.BgClassName
{
background-color: #66DC1B;
}
</style>
border-color css
<style>
span { border-color: #66DC1B; }
span { border-color: rgb(102,220,27); }
td.TdClassName
{
border-color: #66DC1B;
}
.TagClassName
{
border-color: #66DC1B;
}
</style>