Shades of Inch Worm #C2F21D
Tints of Inch Worm #C2F21D
RGB
CMYK
RGB Variations
Color information
#C2F21D (or 0xC2F21D) is known color: Inch Worm. HEX triplet: C2, F2 and 1D. RGB value is (194,242,29). Sum of RGB (Red+Green+Blue) = 194+242+29=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F21D is #3D0DE2. Grayscale: #CCCCCC. Windows color (decimal): -4001251 or 1962690. OLE color: 1962690.
HSL color Cylindrical-coordinate representation of color #C2F21D: hue angle of 73.52º 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 #C2F21D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.05 |
| HSL | 73.52º | 0.89% | 0.53% | - |
| HSV(B) | 73.52º | 0.88% | 0.95% | - |
| XYZ | 54.22 | 75.06 | 12.79 | - |
| YUV | 203.37 | 29.6 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 29 | 0.20 | 0 | 0.88 | 0.05 | 73.52 | 0.89 | 0.53 |
| Hex | C2 | F2 | 1D | 14 | 0 | 58 | 5 | 4A | 59 | 35 |
| Octal | 302 | 362 | 35 | 24 | 0 | 130 | 5 | 112 | 131 | 65 |
| Binary | 11000010 | 11110010 | 11101 | 10100 | 0 | 1011000 | 101 | 1001010 | 1011001 | 110101 |
Color Harmonies of #C2F21D
Complementary color
Monochromatic Colors of #C2F21D
Black with #C2F21D
Text Example
Text Example
White with #C2F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F21D; }
p { color: rgb(194,242,29); }
H1.HeaderClassName
{
color: #C2F21D;
}
.AnyTagClassName
{
color: #C2F21D;
}
</style>
background-color css
<style>
a { background-color: #C2F21D; }
a { background-color: rgb(194,242,29); }
div.DivClassName
{
background-color: #C2F21D;
}
.BgClassName
{
background-color: #C2F21D;
}
</style>
border-color css
<style>
span { border-color: #C2F21D; }
span { border-color: rgb(194,242,29); }
td.TdClassName
{
border-color: #C2F21D;
}
.TagClassName
{
border-color: #C2F21D;
}
</style>