Shades of Inch Worm #C9DC0D
Tints of Inch Worm #C9DC0D
RGB
CMYK
RGB Variations
Color information
#C9DC0D (or 0xC9DC0D) is known color: Inch Worm. HEX triplet: C9, DC and 0D. RGB value is (201,220,13). Sum of RGB (Red+Green+Blue) = 201+220+13=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC0D is #3623F2. Grayscale: #BFBFBF. Windows color (decimal): -3548147 or 908489. OLE color: 908489.
HSL color Cylindrical-coordinate representation of color #C9DC0D: hue angle of 65.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9DC0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.14 |
| HSL | 65.51º | 0.89% | 0.46% | - |
| HSV(B) | 65.51º | 0.94% | 0.86% | - |
| XYZ | 49.75 | 63.63 | 10.04 | - |
| YUV | 190.72 | 27.71 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 13 | 0.09 | 0 | 0.94 | 0.14 | 65.51 | 0.89 | 0.46 |
| Hex | C9 | DC | D | 9 | 0 | 5E | E | 42 | 59 | 2E |
| Octal | 311 | 334 | 15 | 11 | 0 | 136 | 16 | 102 | 131 | 56 |
| Binary | 11001001 | 11011100 | 1101 | 1001 | 0 | 1011110 | 1110 | 1000010 | 1011001 | 101110 |
Color Harmonies of #C9DC0D
Complementary color
Monochromatic Colors of #C9DC0D
Black with #C9DC0D
Text Example
Text Example
White with #C9DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC0D; }
p { color: rgb(201,220,13); }
H1.HeaderClassName
{
color: #C9DC0D;
}
.AnyTagClassName
{
color: #C9DC0D;
}
</style>
background-color css
<style>
a { background-color: #C9DC0D; }
a { background-color: rgb(201,220,13); }
div.DivClassName
{
background-color: #C9DC0D;
}
.BgClassName
{
background-color: #C9DC0D;
}
</style>
border-color css
<style>
span { border-color: #C9DC0D; }
span { border-color: rgb(201,220,13); }
td.TdClassName
{
border-color: #C9DC0D;
}
.TagClassName
{
border-color: #C9DC0D;
}
</style>