Shades of Inch Worm #C2E00D
Tints of Inch Worm #C2E00D
RGB
CMYK
RGB Variations
Color information
#C2E00D (or 0xC2E00D) is known color: Inch Worm. HEX triplet: C2, E0 and 0D. RGB value is (194,224,13). Sum of RGB (Red+Green+Blue) = 194+224+13=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E00D is #3D1FF2. Grayscale: #BFBFBF. Windows color (decimal): -4005875 or 909506. OLE color: 909506.
HSL color Cylindrical-coordinate representation of color #C2E00D: hue angle of 68.53º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2E00D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.12 |
| HSL | 68.53º | 0.89% | 0.46% | - |
| HSV(B) | 68.53º | 0.94% | 0.88% | - |
| XYZ | 48.98 | 64.81 | 10.31 | - |
| YUV | 190.98 | 27.56 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 13 | 0.13 | 0 | 0.94 | 0.12 | 68.53 | 0.89 | 0.46 |
| Hex | C2 | E0 | D | D | 0 | 5E | C | 45 | 59 | 2E |
| Octal | 302 | 340 | 15 | 15 | 0 | 136 | 14 | 105 | 131 | 56 |
| Binary | 11000010 | 11100000 | 1101 | 1101 | 0 | 1011110 | 1100 | 1000101 | 1011001 | 101110 |
Color Harmonies of #C2E00D
Complementary color
Monochromatic Colors of #C2E00D
Black with #C2E00D
Text Example
Text Example
White with #C2E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E00D; }
p { color: rgb(194,224,13); }
H1.HeaderClassName
{
color: #C2E00D;
}
.AnyTagClassName
{
color: #C2E00D;
}
</style>
background-color css
<style>
a { background-color: #C2E00D; }
a { background-color: rgb(194,224,13); }
div.DivClassName
{
background-color: #C2E00D;
}
.BgClassName
{
background-color: #C2E00D;
}
</style>
border-color css
<style>
span { border-color: #C2E00D; }
span { border-color: rgb(194,224,13); }
td.TdClassName
{
border-color: #C2E00D;
}
.TagClassName
{
border-color: #C2E00D;
}
</style>