Shades of Inch Worm #C1F120
Tints of Inch Worm #C1F120
RGB
CMYK
RGB Variations
Color information
#C1F120 (or 0xC1F120) is known color: Inch Worm. HEX triplet: C1, F1 and 20. RGB value is (193,241,32). Sum of RGB (Red+Green+Blue) = 193+241+32=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F120 is #3E0EDF. Grayscale: #CBCBCB. Windows color (decimal): -4067040 or 2159041. OLE color: 2159041.
HSL color Cylindrical-coordinate representation of color #C1F120: hue angle of 73.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1F120 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 32 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.05 |
| HSL | 73.78º | 0.88% | 0.54% | - |
| HSV(B) | 73.78º | 0.87% | 0.95% | - |
| XYZ | 53.71 | 74.35 | 12.89 | - |
| YUV | 202.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 32 | 0.20 | 0 | 0.87 | 0.05 | 73.78 | 0.88 | 0.54 |
| Hex | C1 | F1 | 20 | 14 | 0 | 57 | 5 | 4A | 58 | 36 |
| Octal | 301 | 361 | 40 | 24 | 0 | 127 | 5 | 112 | 130 | 66 |
| Binary | 11000001 | 11110001 | 100000 | 10100 | 0 | 1010111 | 101 | 1001010 | 1011000 | 110110 |
Color Harmonies of #C1F120
Complementary color
Monochromatic Colors of #C1F120
Black with #C1F120
Text Example
Text Example
White with #C1F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F120; }
p { color: rgb(193,241,32); }
H1.HeaderClassName
{
color: #C1F120;
}
.AnyTagClassName
{
color: #C1F120;
}
</style>
background-color css
<style>
a { background-color: #C1F120; }
a { background-color: rgb(193,241,32); }
div.DivClassName
{
background-color: #C1F120;
}
.BgClassName
{
background-color: #C1F120;
}
</style>
border-color css
<style>
span { border-color: #C1F120; }
span { border-color: rgb(193,241,32); }
td.TdClassName
{
border-color: #C1F120;
}
.TagClassName
{
border-color: #C1F120;
}
</style>