Shades of Kelly Green #66C11E
Tints of Kelly Green #66C11E
RGB
CMYK
RGB Variations
Color information
#66C11E (or 0x66C11E) is known color: Kelly Green. HEX triplet: 66, C1 and 1E. RGB value is (102,193,30). Sum of RGB (Red+Green+Blue) = 102+193+30=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #66C11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C11E is #993EE1. Grayscale: #939393. Windows color (decimal): -10043106 or 2015590. OLE color: 2015590.
HSL color Cylindrical-coordinate representation of color #66C11E: hue angle of 93.5º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66C11E is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 30 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.24 |
| HSL | 93.5º | 0.73% | 0.44% | - |
| HSV(B) | 93.5º | 0.84% | 0.76% | - |
| XYZ | 24.78 | 41.06 | 7.85 | - |
| YUV | 147.21 | 61.85 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 30 | 0.47 | 0 | 0.84 | 0.24 | 93.5 | 0.73 | 0.44 |
| Hex | 66 | C1 | 1E | 2F | 0 | 54 | 18 | 5D | 49 | 2C |
| Octal | 146 | 301 | 36 | 57 | 0 | 124 | 30 | 135 | 111 | 54 |
| Binary | 1100110 | 11000001 | 11110 | 101111 | 0 | 1010100 | 11000 | 1011101 | 1001001 | 101100 |
Color Harmonies of #66C11E
Complementary color
Monochromatic Colors of #66C11E
Black with #66C11E
Text Example
Text Example
White with #66C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C11E; }
p { color: rgb(102,193,30); }
H1.HeaderClassName
{
color: #66C11E;
}
.AnyTagClassName
{
color: #66C11E;
}
</style>
background-color css
<style>
a { background-color: #66C11E; }
a { background-color: rgb(102,193,30); }
div.DivClassName
{
background-color: #66C11E;
}
.BgClassName
{
background-color: #66C11E;
}
</style>
border-color css
<style>
span { border-color: #66C11E; }
span { border-color: rgb(102,193,30); }
td.TdClassName
{
border-color: #66C11E;
}
.TagClassName
{
border-color: #66C11E;
}
</style>