Shades of Inch Worm #C2E310
Tints of Inch Worm #C2E310
RGB
CMYK
RGB Variations
Color information
#C2E310 (or 0xC2E310) is known color: Inch Worm. HEX triplet: C2, E3 and 10. RGB value is (194,227,16). Sum of RGB (Red+Green+Blue) = 194+227+16=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E310 is #3D1CEF. Grayscale: #C1C1C1. Windows color (decimal): -4005104 or 1106882. OLE color: 1106882.
HSL color Cylindrical-coordinate representation of color #C2E310: hue angle of 69.38º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2E310 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.11 |
| HSL | 69.38º | 0.87% | 0.48% | - |
| HSV(B) | 69.38º | 0.93% | 0.89% | - |
| XYZ | 49.81 | 66.44 | 10.69 | - |
| YUV | 193.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 16 | 0.15 | 0 | 0.93 | 0.11 | 69.38 | 0.87 | 0.48 |
| Hex | C2 | E3 | 10 | F | 0 | 5D | B | 45 | 57 | 30 |
| Octal | 302 | 343 | 20 | 17 | 0 | 135 | 13 | 105 | 127 | 60 |
| Binary | 11000010 | 11100011 | 10000 | 1111 | 0 | 1011101 | 1011 | 1000101 | 1010111 | 110000 |
Color Harmonies of #C2E310
Complementary color
Monochromatic Colors of #C2E310
Black with #C2E310
Text Example
Text Example
White with #C2E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E310; }
p { color: rgb(194,227,16); }
H1.HeaderClassName
{
color: #C2E310;
}
.AnyTagClassName
{
color: #C2E310;
}
</style>
background-color css
<style>
a { background-color: #C2E310; }
a { background-color: rgb(194,227,16); }
div.DivClassName
{
background-color: #C2E310;
}
.BgClassName
{
background-color: #C2E310;
}
</style>
border-color css
<style>
span { border-color: #C2E310; }
span { border-color: rgb(194,227,16); }
td.TdClassName
{
border-color: #C2E310;
}
.TagClassName
{
border-color: #C2E310;
}
</style>