Shades of Inch Worm #C2E20F
Tints of Inch Worm #C2E20F
RGB
CMYK
RGB Variations
Color information
#C2E20F (or 0xC2E20F) is known color: Inch Worm. HEX triplet: C2, E2 and 0F. RGB value is (194,226,15). Sum of RGB (Red+Green+Blue) = 194+226+15=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E20F is #3D1DF0. Grayscale: #C1C1C1. Windows color (decimal): -4005361 or 1041090. OLE color: 1041090.
HSL color Cylindrical-coordinate representation of color #C2E20F: hue angle of 69.1º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2E20F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.11 |
| HSL | 69.1º | 0.88% | 0.47% | - |
| HSV(B) | 69.1º | 0.93% | 0.89% | - |
| XYZ | 49.53 | 65.9 | 10.56 | - |
| YUV | 192.38 | 27.9 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 15 | 0.14 | 0 | 0.93 | 0.11 | 69.1 | 0.88 | 0.47 |
| Hex | C2 | E2 | F | E | 0 | 5D | B | 45 | 58 | 2F |
| Octal | 302 | 342 | 17 | 16 | 0 | 135 | 13 | 105 | 130 | 57 |
| Binary | 11000010 | 11100010 | 1111 | 1110 | 0 | 1011101 | 1011 | 1000101 | 1011000 | 101111 |
Color Harmonies of #C2E20F
Complementary color
Monochromatic Colors of #C2E20F
Black with #C2E20F
Text Example
Text Example
White with #C2E20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E20F; }
p { color: rgb(194,226,15); }
H1.HeaderClassName
{
color: #C2E20F;
}
.AnyTagClassName
{
color: #C2E20F;
}
</style>
background-color css
<style>
a { background-color: #C2E20F; }
a { background-color: rgb(194,226,15); }
div.DivClassName
{
background-color: #C2E20F;
}
.BgClassName
{
background-color: #C2E20F;
}
</style>
border-color css
<style>
span { border-color: #C2E20F; }
span { border-color: rgb(194,226,15); }
td.TdClassName
{
border-color: #C2E20F;
}
.TagClassName
{
border-color: #C2E20F;
}
</style>