Shades of Inch Worm #C2E001
Tints of Inch Worm #C2E001
RGB
CMYK
RGB Variations
Color information
#C2E001 (or 0xC2E001) is known color: Inch Worm. HEX triplet: C2, E0 and 01. RGB value is (194,224,1). Sum of RGB (Red+Green+Blue) = 194+224+1=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E001 is #3D1FFE. Grayscale: #BEBEBE. Windows color (decimal): -4005887 or 123074. OLE color: 123074.
HSL color Cylindrical-coordinate representation of color #C2E001: hue angle of 68.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2E001 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.12 |
| HSL | 68.07º | 0.99% | 0.44% | - |
| HSV(B) | 68.07º | 1% | 0.88% | - |
| XYZ | 48.91 | 64.78 | 9.96 | - |
| YUV | 189.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 1 | 0.13 | 0 | 1.00 | 0.12 | 68.07 | 0.99 | 0.44 |
| Hex | C2 | E0 | 1 | D | 0 | 64 | C | 44 | 63 | 2C |
| Octal | 302 | 340 | 1 | 15 | 0 | 144 | 14 | 104 | 143 | 54 |
| Binary | 11000010 | 11100000 | 1 | 1101 | 0 | 1100100 | 1100 | 1000100 | 1100011 | 101100 |
Color Harmonies of #C2E001
Complementary color
Monochromatic Colors of #C2E001
Black with #C2E001
Text Example
Text Example
White with #C2E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E001; }
p { color: rgb(194,224,1); }
H1.HeaderClassName
{
color: #C2E001;
}
.AnyTagClassName
{
color: #C2E001;
}
</style>
background-color css
<style>
a { background-color: #C2E001; }
a { background-color: rgb(194,224,1); }
div.DivClassName
{
background-color: #C2E001;
}
.BgClassName
{
background-color: #C2E001;
}
</style>
border-color css
<style>
span { border-color: #C2E001; }
span { border-color: rgb(194,224,1); }
td.TdClassName
{
border-color: #C2E001;
}
.TagClassName
{
border-color: #C2E001;
}
</style>