Shades of Inch Worm #C2F116
Tints of Inch Worm #C2F116
RGB
CMYK
RGB Variations
Color information
#C2F116 (or 0xC2F116) is known color: Inch Worm. HEX triplet: C2, F1 and 16. RGB value is (194,241,22). Sum of RGB (Red+Green+Blue) = 194+241+22=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F116 is #3D0EE9. Grayscale: #CACACA. Windows color (decimal): -4001514 or 1503682. OLE color: 1503682.
HSL color Cylindrical-coordinate representation of color #C2F116: hue angle of 72.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2F116 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.05 |
| HSL | 72.88º | 0.89% | 0.52% | - |
| HSV(B) | 72.88º | 0.91% | 0.95% | - |
| XYZ | 53.85 | 74.44 | 12.29 | - |
| YUV | 201.98 | 26.43 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 22 | 0.20 | 0 | 0.91 | 0.05 | 72.88 | 0.89 | 0.52 |
| Hex | C2 | F1 | 16 | 14 | 0 | 5B | 5 | 49 | 59 | 34 |
| Octal | 302 | 361 | 26 | 24 | 0 | 133 | 5 | 111 | 131 | 64 |
| Binary | 11000010 | 11110001 | 10110 | 10100 | 0 | 1011011 | 101 | 1001001 | 1011001 | 110100 |
Color Harmonies of #C2F116
Complementary color
Monochromatic Colors of #C2F116
Black with #C2F116
Text Example
Text Example
White with #C2F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F116; }
p { color: rgb(194,241,22); }
H1.HeaderClassName
{
color: #C2F116;
}
.AnyTagClassName
{
color: #C2F116;
}
</style>
background-color css
<style>
a { background-color: #C2F116; }
a { background-color: rgb(194,241,22); }
div.DivClassName
{
background-color: #C2F116;
}
.BgClassName
{
background-color: #C2F116;
}
</style>
border-color css
<style>
span { border-color: #C2F116; }
span { border-color: rgb(194,241,22); }
td.TdClassName
{
border-color: #C2F116;
}
.TagClassName
{
border-color: #C2F116;
}
</style>