Shades of Kelly Green #66C112
Tints of Kelly Green #66C112
RGB
CMYK
RGB Variations
Color information
#66C112 (or 0x66C112) is known color: Kelly Green. HEX triplet: 66, C1 and 12. RGB value is (102,193,18). Sum of RGB (Red+Green+Blue) = 102+193+18=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #66C112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C112 is #993EED. Grayscale: #929292. Windows color (decimal): -10043118 or 1229158. OLE color: 1229158.
HSL color Cylindrical-coordinate representation of color #66C112: hue angle of 91.2º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66C112 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 18 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.24 |
| HSL | 91.2º | 0.83% | 0.41% | - |
| HSV(B) | 91.2º | 0.91% | 0.76% | - |
| XYZ | 24.66 | 41.01 | 7.19 | - |
| YUV | 145.84 | 55.85 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 18 | 0.47 | 0 | 0.91 | 0.24 | 91.2 | 0.83 | 0.41 |
| Hex | 66 | C1 | 12 | 2F | 0 | 5B | 18 | 5B | 53 | 29 |
| Octal | 146 | 301 | 22 | 57 | 0 | 133 | 30 | 133 | 123 | 51 |
| Binary | 1100110 | 11000001 | 10010 | 101111 | 0 | 1011011 | 11000 | 1011011 | 1010011 | 101001 |
Color Harmonies of #66C112
Complementary color
Monochromatic Colors of #66C112
Black with #66C112
Text Example
Text Example
White with #66C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C112; }
p { color: rgb(102,193,18); }
H1.HeaderClassName
{
color: #66C112;
}
.AnyTagClassName
{
color: #66C112;
}
</style>
background-color css
<style>
a { background-color: #66C112; }
a { background-color: rgb(102,193,18); }
div.DivClassName
{
background-color: #66C112;
}
.BgClassName
{
background-color: #66C112;
}
</style>
border-color css
<style>
span { border-color: #66C112; }
span { border-color: rgb(102,193,18); }
td.TdClassName
{
border-color: #66C112;
}
.TagClassName
{
border-color: #66C112;
}
</style>