Shades of Inch Worm #C2E702
Tints of Inch Worm #C2E702
RGB
CMYK
RGB Variations
Color information
#C2E702 (or 0xC2E702) is known color: Inch Worm. HEX triplet: C2, E7 and 02. RGB value is (194,231,2). Sum of RGB (Red+Green+Blue) = 194+231+2=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E702 is #3D18FD. Grayscale: #C2C2C2. Windows color (decimal): -4004094 or 190402. OLE color: 190402.
HSL color Cylindrical-coordinate representation of color #C2E702: hue angle of 69.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2E702 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.09 |
| HSL | 69.69º | 0.98% | 0.46% | - |
| HSV(B) | 69.69º | 0.99% | 0.91% | - |
| XYZ | 50.84 | 68.63 | 10.62 | - |
| YUV | 193.83 | 19.74 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 2 | 0.16 | 0 | 0.99 | 0.09 | 69.69 | 0.98 | 0.46 |
| Hex | C2 | E7 | 2 | 10 | 0 | 63 | 9 | 46 | 62 | 2E |
| Octal | 302 | 347 | 2 | 20 | 0 | 143 | 11 | 106 | 142 | 56 |
| Binary | 11000010 | 11100111 | 10 | 10000 | 0 | 1100011 | 1001 | 1000110 | 1100010 | 101110 |
Color Harmonies of #C2E702
Complementary color
Monochromatic Colors of #C2E702
Black with #C2E702
Text Example
Text Example
White with #C2E702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E702; }
p { color: rgb(194,231,2); }
H1.HeaderClassName
{
color: #C2E702;
}
.AnyTagClassName
{
color: #C2E702;
}
</style>
background-color css
<style>
a { background-color: #C2E702; }
a { background-color: rgb(194,231,2); }
div.DivClassName
{
background-color: #C2E702;
}
.BgClassName
{
background-color: #C2E702;
}
</style>
border-color css
<style>
span { border-color: #C2E702; }
span { border-color: rgb(194,231,2); }
td.TdClassName
{
border-color: #C2E702;
}
.TagClassName
{
border-color: #C2E702;
}
</style>