Shades of Inch Worm #C9DE0D
Tints of Inch Worm #C9DE0D
RGB
CMYK
RGB Variations
Color information
#C9DE0D (or 0xC9DE0D) is known color: Inch Worm. HEX triplet: C9, DE and 0D. RGB value is (201,222,13). Sum of RGB (Red+Green+Blue) = 201+222+13=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DE0D is #3621F2. Grayscale: #C0C0C0. Windows color (decimal): -3547635 or 909001. OLE color: 909001.
HSL color Cylindrical-coordinate representation of color #C9DE0D: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9DE0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.13 |
| HSL | 66.03º | 0.89% | 0.46% | - |
| HSV(B) | 66.03º | 0.94% | 0.87% | - |
| XYZ | 50.28 | 64.69 | 10.22 | - |
| YUV | 191.9 | 27.04 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 13 | 0.09 | 0 | 0.94 | 0.13 | 66.03 | 0.89 | 0.46 |
| Hex | C9 | DE | D | 9 | 0 | 5E | D | 42 | 59 | 2E |
| Octal | 311 | 336 | 15 | 11 | 0 | 136 | 15 | 102 | 131 | 56 |
| Binary | 11001001 | 11011110 | 1101 | 1001 | 0 | 1011110 | 1101 | 1000010 | 1011001 | 101110 |
Color Harmonies of #C9DE0D
Complementary color
Monochromatic Colors of #C9DE0D
Black with #C9DE0D
Text Example
Text Example
White with #C9DE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE0D; }
p { color: rgb(201,222,13); }
H1.HeaderClassName
{
color: #C9DE0D;
}
.AnyTagClassName
{
color: #C9DE0D;
}
</style>
background-color css
<style>
a { background-color: #C9DE0D; }
a { background-color: rgb(201,222,13); }
div.DivClassName
{
background-color: #C9DE0D;
}
.BgClassName
{
background-color: #C9DE0D;
}
</style>
border-color css
<style>
span { border-color: #C9DE0D; }
span { border-color: rgb(201,222,13); }
td.TdClassName
{
border-color: #C9DE0D;
}
.TagClassName
{
border-color: #C9DE0D;
}
</style>