Shades of Inch Worm #C2DC09
Tints of Inch Worm #C2DC09
RGB
CMYK
RGB Variations
Color information
#C2DC09 (or 0xC2DC09) is known color: Inch Worm. HEX triplet: C2, DC and 09. RGB value is (194,220,9). Sum of RGB (Red+Green+Blue) = 194+220+9=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DC09 is #3D23F6. Grayscale: #BCBCBC. Windows color (decimal): -4006903 or 646338. OLE color: 646338.
HSL color Cylindrical-coordinate representation of color #C2DC09: hue angle of 67.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2DC09 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 9 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.14 |
| HSL | 67.39º | 0.92% | 0.45% | - |
| HSV(B) | 67.39º | 0.96% | 0.86% | - |
| XYZ | 47.89 | 62.68 | 9.83 | - |
| YUV | 188.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 9 | 0.12 | 0 | 0.96 | 0.14 | 67.39 | 0.92 | 0.45 |
| Hex | C2 | DC | 9 | C | 0 | 60 | E | 43 | 5C | 2D |
| Octal | 302 | 334 | 11 | 14 | 0 | 140 | 16 | 103 | 134 | 55 |
| Binary | 11000010 | 11011100 | 1001 | 1100 | 0 | 1100000 | 1110 | 1000011 | 1011100 | 101101 |
Color Harmonies of #C2DC09
Complementary color
Monochromatic Colors of #C2DC09
Black with #C2DC09
Text Example
Text Example
White with #C2DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC09; }
p { color: rgb(194,220,9); }
H1.HeaderClassName
{
color: #C2DC09;
}
.AnyTagClassName
{
color: #C2DC09;
}
</style>
background-color css
<style>
a { background-color: #C2DC09; }
a { background-color: rgb(194,220,9); }
div.DivClassName
{
background-color: #C2DC09;
}
.BgClassName
{
background-color: #C2DC09;
}
</style>
border-color css
<style>
span { border-color: #C2DC09; }
span { border-color: rgb(194,220,9); }
td.TdClassName
{
border-color: #C2DC09;
}
.TagClassName
{
border-color: #C2DC09;
}
</style>