Shades of Inch Worm #C0E106
Tints of Inch Worm #C0E106
RGB
CMYK
RGB Variations
Color information
#C0E106 (or 0xC0E106) is known color: Inch Worm. HEX triplet: C0, E1 and 06. RGB value is (192,225,6). Sum of RGB (Red+Green+Blue) = 192+225+6=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E106 is #3F1EF9. Grayscale: #BFBFBF. Windows color (decimal): -4136698 or 451008. OLE color: 451008.
HSL color Cylindrical-coordinate representation of color #C0E106: hue angle of 69.04º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0E106 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.12 |
| HSL | 69.04º | 0.95% | 0.45% | - |
| HSV(B) | 69.04º | 0.97% | 0.88% | - |
| XYZ | 48.7 | 65.07 | 10.17 | - |
| YUV | 190.17 | 24.07 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 6 | 0.15 | 0 | 0.97 | 0.12 | 69.04 | 0.95 | 0.45 |
| Hex | C0 | E1 | 6 | F | 0 | 61 | C | 45 | 5F | 2D |
| Octal | 300 | 341 | 6 | 17 | 0 | 141 | 14 | 105 | 137 | 55 |
| Binary | 11000000 | 11100001 | 110 | 1111 | 0 | 1100001 | 1100 | 1000101 | 1011111 | 101101 |
Color Harmonies of #C0E106
Complementary color
Monochromatic Colors of #C0E106
Black with #C0E106
Text Example
Text Example
White with #C0E106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E106; }
p { color: rgb(192,225,6); }
H1.HeaderClassName
{
color: #C0E106;
}
.AnyTagClassName
{
color: #C0E106;
}
</style>
background-color css
<style>
a { background-color: #C0E106; }
a { background-color: rgb(192,225,6); }
div.DivClassName
{
background-color: #C0E106;
}
.BgClassName
{
background-color: #C0E106;
}
</style>
border-color css
<style>
span { border-color: #C0E106; }
span { border-color: rgb(192,225,6); }
td.TdClassName
{
border-color: #C0E106;
}
.TagClassName
{
border-color: #C0E106;
}
</style>