Shades of Inch Worm #C1E102
Tints of Inch Worm #C1E102
RGB
CMYK
RGB Variations
Color information
#C1E102 (or 0xC1E102) is known color: Inch Worm. HEX triplet: C1, E1 and 02. RGB value is (193,225,2). Sum of RGB (Red+Green+Blue) = 193+225+2=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E102 is #3E1EFD. Grayscale: #BEBEBE. Windows color (decimal): -4071166 or 188865. OLE color: 188865.
HSL color Cylindrical-coordinate representation of color #C1E102: hue angle of 68.61º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1E102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.12 |
| HSL | 68.61º | 0.98% | 0.45% | - |
| HSV(B) | 68.61º | 0.99% | 0.88% | - |
| XYZ | 48.93 | 65.19 | 10.06 | - |
| YUV | 190.01 | 21.9 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 2 | 0.14 | 0 | 0.99 | 0.12 | 68.61 | 0.98 | 0.45 |
| Hex | C1 | E1 | 2 | E | 0 | 63 | C | 45 | 62 | 2D |
| Octal | 301 | 341 | 2 | 16 | 0 | 143 | 14 | 105 | 142 | 55 |
| Binary | 11000001 | 11100001 | 10 | 1110 | 0 | 1100011 | 1100 | 1000101 | 1100010 | 101101 |
Color Harmonies of #C1E102
Complementary color
Monochromatic Colors of #C1E102
Black with #C1E102
Text Example
Text Example
White with #C1E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E102; }
p { color: rgb(193,225,2); }
H1.HeaderClassName
{
color: #C1E102;
}
.AnyTagClassName
{
color: #C1E102;
}
</style>
background-color css
<style>
a { background-color: #C1E102; }
a { background-color: rgb(193,225,2); }
div.DivClassName
{
background-color: #C1E102;
}
.BgClassName
{
background-color: #C1E102;
}
</style>
border-color css
<style>
span { border-color: #C1E102; }
span { border-color: rgb(193,225,2); }
td.TdClassName
{
border-color: #C1E102;
}
.TagClassName
{
border-color: #C1E102;
}
</style>