Shades of Inch Worm #C1F41C
Tints of Inch Worm #C1F41C
RGB
CMYK
RGB Variations
Color information
#C1F41C (or 0xC1F41C) is known color: Inch Worm. HEX triplet: C1, F4 and 1C. RGB value is (193,244,28). Sum of RGB (Red+Green+Blue) = 193+244+28=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F41C is #3E0BE3. Grayscale: #CCCCCC. Windows color (decimal): -4066276 or 1897665. OLE color: 1897665.
HSL color Cylindrical-coordinate representation of color #C1F41C: hue angle of 74.17º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1F41C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 28 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.04 |
| HSL | 74.17º | 0.91% | 0.53% | - |
| HSV(B) | 74.17º | 0.89% | 0.96% | - |
| XYZ | 54.55 | 76.12 | 12.92 | - |
| YUV | 204.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 28 | 0.21 | 0 | 0.89 | 0.04 | 74.17 | 0.91 | 0.53 |
| Hex | C1 | F4 | 1C | 15 | 0 | 59 | 4 | 4A | 5B | 35 |
| Octal | 301 | 364 | 34 | 25 | 0 | 131 | 4 | 112 | 133 | 65 |
| Binary | 11000001 | 11110100 | 11100 | 10101 | 0 | 1011001 | 100 | 1001010 | 1011011 | 110101 |
Color Harmonies of #C1F41C
Complementary color
Monochromatic Colors of #C1F41C
Black with #C1F41C
Text Example
Text Example
White with #C1F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F41C; }
p { color: rgb(193,244,28); }
H1.HeaderClassName
{
color: #C1F41C;
}
.AnyTagClassName
{
color: #C1F41C;
}
</style>
background-color css
<style>
a { background-color: #C1F41C; }
a { background-color: rgb(193,244,28); }
div.DivClassName
{
background-color: #C1F41C;
}
.BgClassName
{
background-color: #C1F41C;
}
</style>
border-color css
<style>
span { border-color: #C1F41C; }
span { border-color: rgb(193,244,28); }
td.TdClassName
{
border-color: #C1F41C;
}
.TagClassName
{
border-color: #C1F41C;
}
</style>