Shades of Inch Worm #C2EB0D
Tints of Inch Worm #C2EB0D
RGB
CMYK
RGB Variations
Color information
#C2EB0D (or 0xC2EB0D) is known color: Inch Worm. HEX triplet: C2, EB and 0D. RGB value is (194,235,13). Sum of RGB (Red+Green+Blue) = 194+235+13=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EB0D is #3D14F2. Grayscale: #C6C6C6. Windows color (decimal): -4003059 or 912322. OLE color: 912322.
HSL color Cylindrical-coordinate representation of color #C2EB0D: hue angle of 71.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2EB0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.08 |
| HSL | 71.08º | 0.9% | 0.49% | - |
| HSV(B) | 71.08º | 0.94% | 0.92% | - |
| XYZ | 52.03 | 70.92 | 11.33 | - |
| YUV | 197.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 13 | 0.17 | 0 | 0.94 | 0.08 | 71.08 | 0.9 | 0.49 |
| Hex | C2 | EB | D | 11 | 0 | 5E | 8 | 47 | 5A | 31 |
| Octal | 302 | 353 | 15 | 21 | 0 | 136 | 10 | 107 | 132 | 61 |
| Binary | 11000010 | 11101011 | 1101 | 10001 | 0 | 1011110 | 1000 | 1000111 | 1011010 | 110001 |
Color Harmonies of #C2EB0D
Complementary color
Monochromatic Colors of #C2EB0D
Black with #C2EB0D
Text Example
Text Example
White with #C2EB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB0D; }
p { color: rgb(194,235,13); }
H1.HeaderClassName
{
color: #C2EB0D;
}
.AnyTagClassName
{
color: #C2EB0D;
}
</style>
background-color css
<style>
a { background-color: #C2EB0D; }
a { background-color: rgb(194,235,13); }
div.DivClassName
{
background-color: #C2EB0D;
}
.BgClassName
{
background-color: #C2EB0D;
}
</style>
border-color css
<style>
span { border-color: #C2EB0D; }
span { border-color: rgb(194,235,13); }
td.TdClassName
{
border-color: #C2EB0D;
}
.TagClassName
{
border-color: #C2EB0D;
}
</style>