Shades of Inch Worm #C1E006
Tints of Inch Worm #C1E006
RGB
CMYK
RGB Variations
Color information
#C1E006 (or 0xC1E006) is known color: Inch Worm. HEX triplet: C1, E0 and 06. RGB value is (193,224,6). Sum of RGB (Red+Green+Blue) = 193+224+6=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E006 is #3E1FF9. Grayscale: #BEBEBE. Windows color (decimal): -4071418 or 450753. OLE color: 450753.
HSL color Cylindrical-coordinate representation of color #C1E006: hue angle of 68.53º 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 #C1E006 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.12 |
| HSL | 68.53º | 0.95% | 0.45% | - |
| HSV(B) | 68.53º | 0.97% | 0.88% | - |
| XYZ | 48.68 | 64.66 | 10.09 | - |
| YUV | 189.88 | 24.23 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 6 | 0.14 | 0 | 0.97 | 0.12 | 68.53 | 0.95 | 0.45 |
| Hex | C1 | E0 | 6 | E | 0 | 61 | C | 45 | 5F | 2D |
| Octal | 301 | 340 | 6 | 16 | 0 | 141 | 14 | 105 | 137 | 55 |
| Binary | 11000001 | 11100000 | 110 | 1110 | 0 | 1100001 | 1100 | 1000101 | 1011111 | 101101 |
Color Harmonies of #C1E006
Complementary color
Monochromatic Colors of #C1E006
Black with #C1E006
Text Example
Text Example
White with #C1E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E006; }
p { color: rgb(193,224,6); }
H1.HeaderClassName
{
color: #C1E006;
}
.AnyTagClassName
{
color: #C1E006;
}
</style>
background-color css
<style>
a { background-color: #C1E006; }
a { background-color: rgb(193,224,6); }
div.DivClassName
{
background-color: #C1E006;
}
.BgClassName
{
background-color: #C1E006;
}
</style>
border-color css
<style>
span { border-color: #C1E006; }
span { border-color: rgb(193,224,6); }
td.TdClassName
{
border-color: #C1E006;
}
.TagClassName
{
border-color: #C1E006;
}
</style>