Shades of Inch Worm #C2E905
Tints of Inch Worm #C2E905
RGB
CMYK
RGB Variations
Color information
#C2E905 (or 0xC2E905) is known color: Inch Worm. HEX triplet: C2, E9 and 05. RGB value is (194,233,5). Sum of RGB (Red+Green+Blue) = 194+233+5=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E905 is #3D16FA. Grayscale: #C4C4C4. Windows color (decimal): -4003579 or 387522. OLE color: 387522.
HSL color Cylindrical-coordinate representation of color #C2E905: hue angle of 70.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2E905 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.09 |
| HSL | 70.26º | 0.96% | 0.47% | - |
| HSV(B) | 70.26º | 0.98% | 0.91% | - |
| XYZ | 51.41 | 69.76 | 10.9 | - |
| YUV | 195.35 | 20.58 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 5 | 0.17 | 0 | 0.98 | 0.09 | 70.26 | 0.96 | 0.47 |
| Hex | C2 | E9 | 5 | 11 | 0 | 62 | 9 | 46 | 60 | 2F |
| Octal | 302 | 351 | 5 | 21 | 0 | 142 | 11 | 106 | 140 | 57 |
| Binary | 11000010 | 11101001 | 101 | 10001 | 0 | 1100010 | 1001 | 1000110 | 1100000 | 101111 |
Color Harmonies of #C2E905
Complementary color
Monochromatic Colors of #C2E905
Black with #C2E905
Text Example
Text Example
White with #C2E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E905; }
p { color: rgb(194,233,5); }
H1.HeaderClassName
{
color: #C2E905;
}
.AnyTagClassName
{
color: #C2E905;
}
</style>
background-color css
<style>
a { background-color: #C2E905; }
a { background-color: rgb(194,233,5); }
div.DivClassName
{
background-color: #C2E905;
}
.BgClassName
{
background-color: #C2E905;
}
</style>
border-color css
<style>
span { border-color: #C2E905; }
span { border-color: rgb(194,233,5); }
td.TdClassName
{
border-color: #C2E905;
}
.TagClassName
{
border-color: #C2E905;
}
</style>