Shades of Inch Worm #C9DC04
Tints of Inch Worm #C9DC04
RGB
CMYK
RGB Variations
Color information
#C9DC04 (or 0xC9DC04) is known color: Inch Worm. HEX triplet: C9, DC and 04. RGB value is (201,220,4). Sum of RGB (Red+Green+Blue) = 201+220+4=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC04 is #3623FB. Grayscale: #BEBEBE. Windows color (decimal): -3548156 or 318665. OLE color: 318665.
HSL color Cylindrical-coordinate representation of color #C9DC04: hue angle of 65.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9DC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.14 |
| HSL | 65.28º | 0.96% | 0.44% | - |
| HSV(B) | 65.28º | 0.98% | 0.86% | - |
| XYZ | 49.7 | 63.61 | 9.77 | - |
| YUV | 189.7 | 23.21 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 4 | 0.09 | 0 | 0.98 | 0.14 | 65.28 | 0.96 | 0.44 |
| Hex | C9 | DC | 4 | 9 | 0 | 62 | E | 41 | 60 | 2C |
| Octal | 311 | 334 | 4 | 11 | 0 | 142 | 16 | 101 | 140 | 54 |
| Binary | 11001001 | 11011100 | 100 | 1001 | 0 | 1100010 | 1110 | 1000001 | 1100000 | 101100 |
Color Harmonies of #C9DC04
Complementary color
Monochromatic Colors of #C9DC04
Black with #C9DC04
Text Example
Text Example
White with #C9DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC04; }
p { color: rgb(201,220,4); }
H1.HeaderClassName
{
color: #C9DC04;
}
.AnyTagClassName
{
color: #C9DC04;
}
</style>
background-color css
<style>
a { background-color: #C9DC04; }
a { background-color: rgb(201,220,4); }
div.DivClassName
{
background-color: #C9DC04;
}
.BgClassName
{
background-color: #C9DC04;
}
</style>
border-color css
<style>
span { border-color: #C9DC04; }
span { border-color: rgb(201,220,4); }
td.TdClassName
{
border-color: #C9DC04;
}
.TagClassName
{
border-color: #C9DC04;
}
</style>