Shades of Inch Worm #C6EC18
Tints of Inch Worm #C6EC18
RGB
CMYK
RGB Variations
Color information
#C6EC18 (or 0xC6EC18) is known color: Inch Worm. HEX triplet: C6, EC and 18. RGB value is (198,236,24). Sum of RGB (Red+Green+Blue) = 198+236+24=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EC18 is #3913E7. Grayscale: #C9C9C9. Windows color (decimal): -3740648 or 1633478. OLE color: 1633478.
HSL color Cylindrical-coordinate representation of color #C6EC18: hue angle of 70.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6EC18 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 24 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.07 |
| HSL | 70.75º | 0.85% | 0.51% | - |
| HSV(B) | 70.75º | 0.9% | 0.93% | - |
| XYZ | 53.45 | 72.06 | 11.96 | - |
| YUV | 200.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 24 | 0.16 | 0 | 0.90 | 0.07 | 70.75 | 0.85 | 0.51 |
| Hex | C6 | EC | 18 | 10 | 0 | 5A | 7 | 47 | 55 | 33 |
| Octal | 306 | 354 | 30 | 20 | 0 | 132 | 7 | 107 | 125 | 63 |
| Binary | 11000110 | 11101100 | 11000 | 10000 | 0 | 1011010 | 111 | 1000111 | 1010101 | 110011 |
Color Harmonies of #C6EC18
Complementary color
Monochromatic Colors of #C6EC18
Black with #C6EC18
Text Example
Text Example
White with #C6EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC18; }
p { color: rgb(198,236,24); }
H1.HeaderClassName
{
color: #C6EC18;
}
.AnyTagClassName
{
color: #C6EC18;
}
</style>
background-color css
<style>
a { background-color: #C6EC18; }
a { background-color: rgb(198,236,24); }
div.DivClassName
{
background-color: #C6EC18;
}
.BgClassName
{
background-color: #C6EC18;
}
</style>
border-color css
<style>
span { border-color: #C6EC18; }
span { border-color: rgb(198,236,24); }
td.TdClassName
{
border-color: #C6EC18;
}
.TagClassName
{
border-color: #C6EC18;
}
</style>