Shades of Inch Worm #C2DC0C
Tints of Inch Worm #C2DC0C
RGB
CMYK
RGB Variations
Color information
#C2DC0C (or 0xC2DC0C) is known color: Inch Worm. HEX triplet: C2, DC and 0C. RGB value is (194,220,12). Sum of RGB (Red+Green+Blue) = 194+220+12=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DC0C is #3D23F3. Grayscale: #BDBDBD. Windows color (decimal): -4006900 or 842946. OLE color: 842946.
HSL color Cylindrical-coordinate representation of color #C2DC0C: hue angle of 67.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2DC0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.14 |
| HSL | 67.5º | 0.9% | 0.45% | - |
| HSV(B) | 67.5º | 0.95% | 0.86% | - |
| XYZ | 47.91 | 62.68 | 9.92 | - |
| YUV | 188.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 12 | 0.12 | 0 | 0.95 | 0.14 | 67.5 | 0.9 | 0.45 |
| Hex | C2 | DC | C | C | 0 | 5F | E | 44 | 5A | 2D |
| Octal | 302 | 334 | 14 | 14 | 0 | 137 | 16 | 104 | 132 | 55 |
| Binary | 11000010 | 11011100 | 1100 | 1100 | 0 | 1011111 | 1110 | 1000100 | 1011010 | 101101 |
Color Harmonies of #C2DC0C
Complementary color
Monochromatic Colors of #C2DC0C
Black with #C2DC0C
Text Example
Text Example
White with #C2DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC0C; }
p { color: rgb(194,220,12); }
H1.HeaderClassName
{
color: #C2DC0C;
}
.AnyTagClassName
{
color: #C2DC0C;
}
</style>
background-color css
<style>
a { background-color: #C2DC0C; }
a { background-color: rgb(194,220,12); }
div.DivClassName
{
background-color: #C2DC0C;
}
.BgClassName
{
background-color: #C2DC0C;
}
</style>
border-color css
<style>
span { border-color: #C2DC0C; }
span { border-color: rgb(194,220,12); }
td.TdClassName
{
border-color: #C2DC0C;
}
.TagClassName
{
border-color: #C2DC0C;
}
</style>