Shades of Inch Worm #C2F21F
Tints of Inch Worm #C2F21F
RGB
CMYK
RGB Variations
Color information
#C2F21F (or 0xC2F21F) is known color: Inch Worm. HEX triplet: C2, F2 and 1F. RGB value is (194,242,31). Sum of RGB (Red+Green+Blue) = 194+242+31=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F21F is #3D0DE0. Grayscale: #CCCCCC. Windows color (decimal): -4001249 or 2093762. OLE color: 2093762.
HSL color Cylindrical-coordinate representation of color #C2F21F: hue angle of 73.65º degrees, saturation: 0.89, 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 #C2F21F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 31 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.05 |
| HSL | 73.65º | 0.89% | 0.54% | - |
| HSV(B) | 73.65º | 0.87% | 0.95% | - |
| XYZ | 54.25 | 75.07 | 12.93 | - |
| YUV | 203.59 | 30.6 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 31 | 0.20 | 0 | 0.87 | 0.05 | 73.65 | 0.89 | 0.54 |
| Hex | C2 | F2 | 1F | 14 | 0 | 57 | 5 | 4A | 59 | 36 |
| Octal | 302 | 362 | 37 | 24 | 0 | 127 | 5 | 112 | 131 | 66 |
| Binary | 11000010 | 11110010 | 11111 | 10100 | 0 | 1010111 | 101 | 1001010 | 1011001 | 110110 |
Color Harmonies of #C2F21F
Complementary color
Monochromatic Colors of #C2F21F
Black with #C2F21F
Text Example
Text Example
White with #C2F21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F21F; }
p { color: rgb(194,242,31); }
H1.HeaderClassName
{
color: #C2F21F;
}
.AnyTagClassName
{
color: #C2F21F;
}
</style>
background-color css
<style>
a { background-color: #C2F21F; }
a { background-color: rgb(194,242,31); }
div.DivClassName
{
background-color: #C2F21F;
}
.BgClassName
{
background-color: #C2F21F;
}
</style>
border-color css
<style>
span { border-color: #C2F21F; }
span { border-color: rgb(194,242,31); }
td.TdClassName
{
border-color: #C2F21F;
}
.TagClassName
{
border-color: #C2F21F;
}
</style>