Shades of Inch Worm #C2EF12
Tints of Inch Worm #C2EF12
RGB
CMYK
RGB Variations
Color information
#C2EF12 (or 0xC2EF12) is known color: Inch Worm. HEX triplet: C2, EF and 12. RGB value is (194,239,18). Sum of RGB (Red+Green+Blue) = 194+239+18=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF12 is #3D10ED. Grayscale: #C9C9C9. Windows color (decimal): -4002030 or 1241026. OLE color: 1241026.
HSL color Cylindrical-coordinate representation of color #C2EF12: hue angle of 72.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2EF12 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 18 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.06 |
| HSL | 72.22º | 0.87% | 0.5% | - |
| HSV(B) | 72.22º | 0.92% | 0.94% | - |
| XYZ | 53.22 | 73.25 | 11.9 | - |
| YUV | 200.35 | 25.09 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 18 | 0.19 | 0 | 0.92 | 0.06 | 72.22 | 0.87 | 0.5 |
| Hex | C2 | EF | 12 | 13 | 0 | 5C | 6 | 48 | 57 | 32 |
| Octal | 302 | 357 | 22 | 23 | 0 | 134 | 6 | 110 | 127 | 62 |
| Binary | 11000010 | 11101111 | 10010 | 10011 | 0 | 1011100 | 110 | 1001000 | 1010111 | 110010 |
Color Harmonies of #C2EF12
Complementary color
Monochromatic Colors of #C2EF12
Black with #C2EF12
Text Example
Text Example
White with #C2EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF12; }
p { color: rgb(194,239,18); }
H1.HeaderClassName
{
color: #C2EF12;
}
.AnyTagClassName
{
color: #C2EF12;
}
</style>
background-color css
<style>
a { background-color: #C2EF12; }
a { background-color: rgb(194,239,18); }
div.DivClassName
{
background-color: #C2EF12;
}
.BgClassName
{
background-color: #C2EF12;
}
</style>
border-color css
<style>
span { border-color: #C2EF12; }
span { border-color: rgb(194,239,18); }
td.TdClassName
{
border-color: #C2EF12;
}
.TagClassName
{
border-color: #C2EF12;
}
</style>