Shades of Inch Worm #C2F012
Tints of Inch Worm #C2F012
RGB
CMYK
RGB Variations
Color information
#C2F012 (or 0xC2F012) is known color: Inch Worm. HEX triplet: C2, F0 and 12. RGB value is (194,240,18). Sum of RGB (Red+Green+Blue) = 194+240+18=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F012 is #3D0FED. Grayscale: #C9C9C9. Windows color (decimal): -4001774 or 1241282. OLE color: 1241282.
HSL color Cylindrical-coordinate representation of color #C2F012: hue angle of 72.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2F012 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 18 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.06 |
| HSL | 72.43º | 0.88% | 0.51% | - |
| HSV(B) | 72.43º | 0.93% | 0.94% | - |
| XYZ | 53.52 | 73.83 | 12 | - |
| YUV | 200.94 | 24.76 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 18 | 0.19 | 0 | 0.92 | 0.06 | 72.43 | 0.88 | 0.51 |
| Hex | C2 | F0 | 12 | 13 | 0 | 5C | 6 | 48 | 58 | 33 |
| Octal | 302 | 360 | 22 | 23 | 0 | 134 | 6 | 110 | 130 | 63 |
| Binary | 11000010 | 11110000 | 10010 | 10011 | 0 | 1011100 | 110 | 1001000 | 1011000 | 110011 |
Color Harmonies of #C2F012
Complementary color
Monochromatic Colors of #C2F012
Black with #C2F012
Text Example
Text Example
White with #C2F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F012; }
p { color: rgb(194,240,18); }
H1.HeaderClassName
{
color: #C2F012;
}
.AnyTagClassName
{
color: #C2F012;
}
</style>
background-color css
<style>
a { background-color: #C2F012; }
a { background-color: rgb(194,240,18); }
div.DivClassName
{
background-color: #C2F012;
}
.BgClassName
{
background-color: #C2F012;
}
</style>
border-color css
<style>
span { border-color: #C2F012; }
span { border-color: rgb(194,240,18); }
td.TdClassName
{
border-color: #C2F012;
}
.TagClassName
{
border-color: #C2F012;
}
</style>