Shades of Inch Worm #C6E006
Tints of Inch Worm #C6E006
RGB
CMYK
RGB Variations
Color information
#C6E006 (or 0xC6E006) is known color: Inch Worm. HEX triplet: C6, E0 and 06. RGB value is (198,224,6). Sum of RGB (Red+Green+Blue) = 198+224+6=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E006 is #391FF9. Grayscale: #C0C0C0. Windows color (decimal): -3743738 or 450758. OLE color: 450758.
HSL color Cylindrical-coordinate representation of color #C6E006: hue angle of 67.16º 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 #C6E006 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.12 |
| HSL | 67.16º | 0.95% | 0.45% | - |
| HSV(B) | 67.16º | 0.97% | 0.88% | - |
| XYZ | 49.98 | 65.33 | 10.15 | - |
| YUV | 191.37 | 23.39 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 6 | 0.12 | 0 | 0.97 | 0.12 | 67.16 | 0.95 | 0.45 |
| Hex | C6 | E0 | 6 | C | 0 | 61 | C | 43 | 5F | 2D |
| Octal | 306 | 340 | 6 | 14 | 0 | 141 | 14 | 103 | 137 | 55 |
| Binary | 11000110 | 11100000 | 110 | 1100 | 0 | 1100001 | 1100 | 1000011 | 1011111 | 101101 |
Color Harmonies of #C6E006
Complementary color
Monochromatic Colors of #C6E006
Black with #C6E006
Text Example
Text Example
White with #C6E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E006; }
p { color: rgb(198,224,6); }
H1.HeaderClassName
{
color: #C6E006;
}
.AnyTagClassName
{
color: #C6E006;
}
</style>
background-color css
<style>
a { background-color: #C6E006; }
a { background-color: rgb(198,224,6); }
div.DivClassName
{
background-color: #C6E006;
}
.BgClassName
{
background-color: #C6E006;
}
</style>
border-color css
<style>
span { border-color: #C6E006; }
span { border-color: rgb(198,224,6); }
td.TdClassName
{
border-color: #C6E006;
}
.TagClassName
{
border-color: #C6E006;
}
</style>