Shades of Inch Worm #C2F21C
Tints of Inch Worm #C2F21C
RGB
CMYK
RGB Variations
Color information
#C2F21C (or 0xC2F21C) is known color: Inch Worm. HEX triplet: C2, F2 and 1C. RGB value is (194,242,28). Sum of RGB (Red+Green+Blue) = 194+242+28=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F21C is #3D0DE3. Grayscale: #CCCCCC. Windows color (decimal): -4001252 or 1897154. OLE color: 1897154.
HSL color Cylindrical-coordinate representation of color #C2F21C: hue angle of 73.46º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2F21C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 28 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.05 |
| HSL | 73.46º | 0.89% | 0.53% | - |
| HSV(B) | 73.46º | 0.88% | 0.95% | - |
| XYZ | 54.21 | 75.06 | 12.73 | - |
| YUV | 203.25 | 29.1 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 28 | 0.20 | 0 | 0.88 | 0.05 | 73.46 | 0.89 | 0.53 |
| Hex | C2 | F2 | 1C | 14 | 0 | 58 | 5 | 49 | 59 | 35 |
| Octal | 302 | 362 | 34 | 24 | 0 | 130 | 5 | 111 | 131 | 65 |
| Binary | 11000010 | 11110010 | 11100 | 10100 | 0 | 1011000 | 101 | 1001001 | 1011001 | 110101 |
Color Harmonies of #C2F21C
Complementary color
Monochromatic Colors of #C2F21C
Black with #C2F21C
Text Example
Text Example
White with #C2F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F21C; }
p { color: rgb(194,242,28); }
H1.HeaderClassName
{
color: #C2F21C;
}
.AnyTagClassName
{
color: #C2F21C;
}
</style>
background-color css
<style>
a { background-color: #C2F21C; }
a { background-color: rgb(194,242,28); }
div.DivClassName
{
background-color: #C2F21C;
}
.BgClassName
{
background-color: #C2F21C;
}
</style>
border-color css
<style>
span { border-color: #C2F21C; }
span { border-color: rgb(194,242,28); }
td.TdClassName
{
border-color: #C2F21C;
}
.TagClassName
{
border-color: #C2F21C;
}
</style>