Shades of Inch Worm #C1F210
Tints of Inch Worm #C1F210
RGB
CMYK
RGB Variations
Color information
#C1F210 (or 0xC1F210) is known color: Inch Worm. HEX triplet: C1, F2 and 10. RGB value is (193,242,16). Sum of RGB (Red+Green+Blue) = 193+242+16=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F210 is #3E0DEF. Grayscale: #CACACA. Windows color (decimal): -4066800 or 1110721. OLE color: 1110721.
HSL color Cylindrical-coordinate representation of color #C1F210: hue angle of 73.01º 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 #C1F210 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.05 |
| HSL | 73.01º | 0.9% | 0.51% | - |
| HSV(B) | 73.01º | 0.93% | 0.95% | - |
| XYZ | 53.84 | 74.88 | 12.11 | - |
| YUV | 201.59 | 23.27 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 16 | 0.20 | 0 | 0.93 | 0.05 | 73.01 | 0.9 | 0.51 |
| Hex | C1 | F2 | 10 | 14 | 0 | 5D | 5 | 49 | 5A | 33 |
| Octal | 301 | 362 | 20 | 24 | 0 | 135 | 5 | 111 | 132 | 63 |
| Binary | 11000001 | 11110010 | 10000 | 10100 | 0 | 1011101 | 101 | 1001001 | 1011010 | 110011 |
Color Harmonies of #C1F210
Complementary color
Monochromatic Colors of #C1F210
Black with #C1F210
Text Example
Text Example
White with #C1F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F210; }
p { color: rgb(193,242,16); }
H1.HeaderClassName
{
color: #C1F210;
}
.AnyTagClassName
{
color: #C1F210;
}
</style>
background-color css
<style>
a { background-color: #C1F210; }
a { background-color: rgb(193,242,16); }
div.DivClassName
{
background-color: #C1F210;
}
.BgClassName
{
background-color: #C1F210;
}
</style>
border-color css
<style>
span { border-color: #C1F210; }
span { border-color: rgb(193,242,16); }
td.TdClassName
{
border-color: #C1F210;
}
.TagClassName
{
border-color: #C1F210;
}
</style>