Shades of Inch Worm #C2DC12
Tints of Inch Worm #C2DC12
RGB
CMYK
RGB Variations
Color information
#C2DC12 (or 0xC2DC12) is known color: Inch Worm. HEX triplet: C2, DC and 12. RGB value is (194,220,18). Sum of RGB (Red+Green+Blue) = 194+220+18=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DC12 is #3D23ED. Grayscale: #BDBDBD. Windows color (decimal): -4006894 or 1236162. OLE color: 1236162.
HSL color Cylindrical-coordinate representation of color #C2DC12: hue angle of 67.72º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2DC12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.14 |
| HSL | 67.72º | 0.85% | 0.47% | - |
| HSV(B) | 67.72º | 0.92% | 0.86% | - |
| XYZ | 47.95 | 62.7 | 10.15 | - |
| YUV | 189.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 18 | 0.12 | 0 | 0.92 | 0.14 | 67.72 | 0.85 | 0.47 |
| Hex | C2 | DC | 12 | C | 0 | 5C | E | 44 | 55 | 2F |
| Octal | 302 | 334 | 22 | 14 | 0 | 134 | 16 | 104 | 125 | 57 |
| Binary | 11000010 | 11011100 | 10010 | 1100 | 0 | 1011100 | 1110 | 1000100 | 1010101 | 101111 |
Color Harmonies of #C2DC12
Complementary color
Monochromatic Colors of #C2DC12
Black with #C2DC12
Text Example
Text Example
White with #C2DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC12; }
p { color: rgb(194,220,18); }
H1.HeaderClassName
{
color: #C2DC12;
}
.AnyTagClassName
{
color: #C2DC12;
}
</style>
background-color css
<style>
a { background-color: #C2DC12; }
a { background-color: rgb(194,220,18); }
div.DivClassName
{
background-color: #C2DC12;
}
.BgClassName
{
background-color: #C2DC12;
}
</style>
border-color css
<style>
span { border-color: #C2DC12; }
span { border-color: rgb(194,220,18); }
td.TdClassName
{
border-color: #C2DC12;
}
.TagClassName
{
border-color: #C2DC12;
}
</style>