Shades of Inch Worm #C9DD0E
Tints of Inch Worm #C9DD0E
RGB
CMYK
RGB Variations
Color information
#C9DD0E (or 0xC9DD0E) is known color: Inch Worm. HEX triplet: C9, DD and 0E. RGB value is (201,221,14). Sum of RGB (Red+Green+Blue) = 201+221+14=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DD0E is #3622F1. Grayscale: #C0C0C0. Windows color (decimal): -3547890 or 974281. OLE color: 974281.
HSL color Cylindrical-coordinate representation of color #C9DD0E: hue angle of 65.8º degrees, saturation: 0.88, 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 #C9DD0E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.13 |
| HSL | 65.8º | 0.88% | 0.46% | - |
| HSV(B) | 65.8º | 0.94% | 0.87% | - |
| XYZ | 50.02 | 64.16 | 10.16 | - |
| YUV | 191.42 | 27.87 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 14 | 0.09 | 0 | 0.94 | 0.13 | 65.8 | 0.88 | 0.46 |
| Hex | C9 | DD | E | 9 | 0 | 5E | D | 42 | 58 | 2E |
| Octal | 311 | 335 | 16 | 11 | 0 | 136 | 15 | 102 | 130 | 56 |
| Binary | 11001001 | 11011101 | 1110 | 1001 | 0 | 1011110 | 1101 | 1000010 | 1011000 | 101110 |
Color Harmonies of #C9DD0E
Complementary color
Monochromatic Colors of #C9DD0E
Black with #C9DD0E
Text Example
Text Example
White with #C9DD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD0E; }
p { color: rgb(201,221,14); }
H1.HeaderClassName
{
color: #C9DD0E;
}
.AnyTagClassName
{
color: #C9DD0E;
}
</style>
background-color css
<style>
a { background-color: #C9DD0E; }
a { background-color: rgb(201,221,14); }
div.DivClassName
{
background-color: #C9DD0E;
}
.BgClassName
{
background-color: #C9DD0E;
}
</style>
border-color css
<style>
span { border-color: #C9DD0E; }
span { border-color: rgb(201,221,14); }
td.TdClassName
{
border-color: #C9DD0E;
}
.TagClassName
{
border-color: #C9DD0E;
}
</style>