Shades of Inch Worm #C2E008
Tints of Inch Worm #C2E008
RGB
CMYK
RGB Variations
Color information
#C2E008 (or 0xC2E008) is known color: Inch Worm. HEX triplet: C2, E0 and 08. RGB value is (194,224,8). Sum of RGB (Red+Green+Blue) = 194+224+8=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E008 is #3D1FF7. Grayscale: #BFBFBF. Windows color (decimal): -4005880 or 581826. OLE color: 581826.
HSL color Cylindrical-coordinate representation of color #C2E008: hue angle of 68.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2E008 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.12 |
| HSL | 68.33º | 0.93% | 0.45% | - |
| HSV(B) | 68.33º | 0.96% | 0.88% | - |
| XYZ | 48.95 | 64.8 | 10.16 | - |
| YUV | 190.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 8 | 0.13 | 0 | 0.96 | 0.12 | 68.33 | 0.93 | 0.45 |
| Hex | C2 | E0 | 8 | D | 0 | 60 | C | 44 | 5D | 2D |
| Octal | 302 | 340 | 10 | 15 | 0 | 140 | 14 | 104 | 135 | 55 |
| Binary | 11000010 | 11100000 | 1000 | 1101 | 0 | 1100000 | 1100 | 1000100 | 1011101 | 101101 |
Color Harmonies of #C2E008
Complementary color
Monochromatic Colors of #C2E008
Black with #C2E008
Text Example
Text Example
White with #C2E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E008; }
p { color: rgb(194,224,8); }
H1.HeaderClassName
{
color: #C2E008;
}
.AnyTagClassName
{
color: #C2E008;
}
</style>
background-color css
<style>
a { background-color: #C2E008; }
a { background-color: rgb(194,224,8); }
div.DivClassName
{
background-color: #C2E008;
}
.BgClassName
{
background-color: #C2E008;
}
</style>
border-color css
<style>
span { border-color: #C2E008; }
span { border-color: rgb(194,224,8); }
td.TdClassName
{
border-color: #C2E008;
}
.TagClassName
{
border-color: #C2E008;
}
</style>