Shades of Inch Worm #C2E400
Tints of Inch Worm #C2E400
RGB
CMYK
RGB Variations
Color information
#C2E400 (or 0xC2E400) is known color: Inch Worm. HEX triplet: C2, E4 and 00. RGB value is (194,228,0). Sum of RGB (Red+Green+Blue) = 194+228+0=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E400 is #3D1BFF. Grayscale: #C0C0C0. Windows color (decimal): -4004864 or 58562. OLE color: 58562.
HSL color Cylindrical-coordinate representation of color #C2E400: hue angle of 68.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2E400 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.11 |
| HSL | 68.95º | 1% | 0.45% | - |
| HSV(B) | 68.95º | 1% | 0.89% | - |
| XYZ | 49.99 | 66.96 | 10.29 | - |
| YUV | 191.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 0 | 0.15 | 0 | 1 | 0.11 | 68.95 | 1 | 0.45 |
| Hex | C2 | E4 | 0 | F | 0 | 64 | B | 45 | 64 | 2D |
| Octal | 302 | 344 | 0 | 17 | 0 | 144 | 13 | 105 | 144 | 55 |
| Binary | 11000010 | 11100100 | 0 | 1111 | 0 | 1100100 | 1011 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C2E400
Complementary color
Monochromatic Colors of #C2E400
Black with #C2E400
Text Example
Text Example
White with #C2E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E400; }
p { color: rgb(194,228,0); }
H1.HeaderClassName
{
color: #C2E400;
}
.AnyTagClassName
{
color: #C2E400;
}
</style>
background-color css
<style>
a { background-color: #C2E400; }
a { background-color: rgb(194,228,0); }
div.DivClassName
{
background-color: #C2E400;
}
.BgClassName
{
background-color: #C2E400;
}
</style>
border-color css
<style>
span { border-color: #C2E400; }
span { border-color: rgb(194,228,0); }
td.TdClassName
{
border-color: #C2E400;
}
.TagClassName
{
border-color: #C2E400;
}
</style>