Shades of Inch Worm #C1F211
Tints of Inch Worm #C1F211
RGB
CMYK
RGB Variations
Color information
#C1F211 (or 0xC1F211) is known color: Inch Worm. HEX triplet: C1, F2 and 11. RGB value is (193,242,17). Sum of RGB (Red+Green+Blue) = 193+242+17=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F211 is #3E0DEE. Grayscale: #CACACA. Windows color (decimal): -4066799 or 1176257. OLE color: 1176257.
HSL color Cylindrical-coordinate representation of color #C1F211: hue angle of 73.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1F211 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.05 |
| HSL | 73.07º | 0.9% | 0.51% | - |
| HSV(B) | 73.07º | 0.93% | 0.95% | - |
| XYZ | 53.85 | 74.88 | 12.15 | - |
| YUV | 201.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 17 | 0.20 | 0 | 0.93 | 0.05 | 73.07 | 0.9 | 0.51 |
| Hex | C1 | F2 | 11 | 14 | 0 | 5D | 5 | 49 | 5A | 33 |
| Octal | 301 | 362 | 21 | 24 | 0 | 135 | 5 | 111 | 132 | 63 |
| Binary | 11000001 | 11110010 | 10001 | 10100 | 0 | 1011101 | 101 | 1001001 | 1011010 | 110011 |
Color Harmonies of #C1F211
Complementary color
Monochromatic Colors of #C1F211
Black with #C1F211
Text Example
Text Example
White with #C1F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F211; }
p { color: rgb(193,242,17); }
H1.HeaderClassName
{
color: #C1F211;
}
.AnyTagClassName
{
color: #C1F211;
}
</style>
background-color css
<style>
a { background-color: #C1F211; }
a { background-color: rgb(193,242,17); }
div.DivClassName
{
background-color: #C1F211;
}
.BgClassName
{
background-color: #C1F211;
}
</style>
border-color css
<style>
span { border-color: #C1F211; }
span { border-color: rgb(193,242,17); }
td.TdClassName
{
border-color: #C1F211;
}
.TagClassName
{
border-color: #C1F211;
}
</style>