Shades of Inch Worm #C6E100
Tints of Inch Worm #C6E100
RGB
CMYK
RGB Variations
Color information
#C6E100 (or 0xC6E100) is known color: Inch Worm. HEX triplet: C6, E1 and 00. RGB value is (198,225,0). Sum of RGB (Red+Green+Blue) = 198+225+0=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E100 is #391EFF. Grayscale: #C0C0C0. Windows color (decimal): -3743488 or 57798. OLE color: 57798.
HSL color Cylindrical-coordinate representation of color #C6E100: hue angle of 67.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6E100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.12 |
| HSL | 67.2º | 1% | 0.44% | - |
| HSV(B) | 67.2º | 1% | 0.88% | - |
| XYZ | 50.21 | 65.86 | 10.06 | - |
| YUV | 191.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 0 | 0.12 | 0 | 1 | 0.12 | 67.2 | 1 | 0.44 |
| Hex | C6 | E1 | 0 | C | 0 | 64 | C | 43 | 64 | 2C |
| Octal | 306 | 341 | 0 | 14 | 0 | 144 | 14 | 103 | 144 | 54 |
| Binary | 11000110 | 11100001 | 0 | 1100 | 0 | 1100100 | 1100 | 1000011 | 1100100 | 101100 |
Color Harmonies of #C6E100
Complementary color
Monochromatic Colors of #C6E100
Black with #C6E100
Text Example
Text Example
White with #C6E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E100; }
p { color: rgb(198,225,0); }
H1.HeaderClassName
{
color: #C6E100;
}
.AnyTagClassName
{
color: #C6E100;
}
</style>
background-color css
<style>
a { background-color: #C6E100; }
a { background-color: rgb(198,225,0); }
div.DivClassName
{
background-color: #C6E100;
}
.BgClassName
{
background-color: #C6E100;
}
</style>
border-color css
<style>
span { border-color: #C6E100; }
span { border-color: rgb(198,225,0); }
td.TdClassName
{
border-color: #C6E100;
}
.TagClassName
{
border-color: #C6E100;
}
</style>