Shades of Inch Worm #C1F116
Tints of Inch Worm #C1F116
RGB
CMYK
RGB Variations
Color information
#C1F116 (or 0xC1F116) is known color: Inch Worm. HEX triplet: C1, F1 and 16. RGB value is (193,241,22). Sum of RGB (Red+Green+Blue) = 193+241+22=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F116 is #3E0EE9. Grayscale: #CACACA. Windows color (decimal): -4067050 or 1503681. OLE color: 1503681.
HSL color Cylindrical-coordinate representation of color #C1F116: hue angle of 73.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1F116 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.05 |
| HSL | 73.15º | 0.89% | 0.52% | - |
| HSV(B) | 73.15º | 0.91% | 0.95% | - |
| XYZ | 53.59 | 74.31 | 12.28 | - |
| YUV | 201.68 | 26.6 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 22 | 0.20 | 0 | 0.91 | 0.05 | 73.15 | 0.89 | 0.52 |
| Hex | C1 | F1 | 16 | 14 | 0 | 5B | 5 | 49 | 59 | 34 |
| Octal | 301 | 361 | 26 | 24 | 0 | 133 | 5 | 111 | 131 | 64 |
| Binary | 11000001 | 11110001 | 10110 | 10100 | 0 | 1011011 | 101 | 1001001 | 1011001 | 110100 |
Color Harmonies of #C1F116
Complementary color
Monochromatic Colors of #C1F116
Black with #C1F116
Text Example
Text Example
White with #C1F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F116; }
p { color: rgb(193,241,22); }
H1.HeaderClassName
{
color: #C1F116;
}
.AnyTagClassName
{
color: #C1F116;
}
</style>
background-color css
<style>
a { background-color: #C1F116; }
a { background-color: rgb(193,241,22); }
div.DivClassName
{
background-color: #C1F116;
}
.BgClassName
{
background-color: #C1F116;
}
</style>
border-color css
<style>
span { border-color: #C1F116; }
span { border-color: rgb(193,241,22); }
td.TdClassName
{
border-color: #C1F116;
}
.TagClassName
{
border-color: #C1F116;
}
</style>