Shades of Inch Worm #C1E002
Tints of Inch Worm #C1E002
RGB
CMYK
RGB Variations
Color information
#C1E002 (or 0xC1E002) is known color: Inch Worm. HEX triplet: C1, E0 and 02. RGB value is (193,224,2). Sum of RGB (Red+Green+Blue) = 193+224+2=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E002 is #3E1FFD. Grayscale: #BEBEBE. Windows color (decimal): -4071422 or 188609. OLE color: 188609.
HSL color Cylindrical-coordinate representation of color #C1E002: hue angle of 68.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1E002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.12 |
| HSL | 68.38º | 0.98% | 0.44% | - |
| HSV(B) | 68.38º | 0.99% | 0.88% | - |
| XYZ | 48.66 | 64.65 | 9.97 | - |
| YUV | 189.42 | 22.23 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 2 | 0.14 | 0 | 0.99 | 0.12 | 68.38 | 0.98 | 0.44 |
| Hex | C1 | E0 | 2 | E | 0 | 63 | C | 44 | 62 | 2C |
| Octal | 301 | 340 | 2 | 16 | 0 | 143 | 14 | 104 | 142 | 54 |
| Binary | 11000001 | 11100000 | 10 | 1110 | 0 | 1100011 | 1100 | 1000100 | 1100010 | 101100 |
Color Harmonies of #C1E002
Complementary color
Monochromatic Colors of #C1E002
Black with #C1E002
Text Example
Text Example
White with #C1E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E002; }
p { color: rgb(193,224,2); }
H1.HeaderClassName
{
color: #C1E002;
}
.AnyTagClassName
{
color: #C1E002;
}
</style>
background-color css
<style>
a { background-color: #C1E002; }
a { background-color: rgb(193,224,2); }
div.DivClassName
{
background-color: #C1E002;
}
.BgClassName
{
background-color: #C1E002;
}
</style>
border-color css
<style>
span { border-color: #C1E002; }
span { border-color: rgb(193,224,2); }
td.TdClassName
{
border-color: #C1E002;
}
.TagClassName
{
border-color: #C1E002;
}
</style>