Shades of Inch Worm #C6DD0D
Tints of Inch Worm #C6DD0D
RGB
CMYK
RGB Variations
Color information
#C6DD0D (or 0xC6DD0D) is known color: Inch Worm. HEX triplet: C6, DD and 0D. RGB value is (198,221,13). Sum of RGB (Red+Green+Blue) = 198+221+13=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DD0D is #3922F2. Grayscale: #BFBFBF. Windows color (decimal): -3744499 or 908742. OLE color: 908742.
HSL color Cylindrical-coordinate representation of color #C6DD0D: hue angle of 66.63º 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 #C6DD0D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.13 |
| HSL | 66.63º | 0.89% | 0.46% | - |
| HSV(B) | 66.63º | 0.94% | 0.87% | - |
| XYZ | 49.22 | 63.75 | 10.09 | - |
| YUV | 190.41 | 27.88 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 13 | 0.10 | 0 | 0.94 | 0.13 | 66.63 | 0.89 | 0.46 |
| Hex | C6 | DD | D | A | 0 | 5E | D | 43 | 59 | 2E |
| Octal | 306 | 335 | 15 | 12 | 0 | 136 | 15 | 103 | 131 | 56 |
| Binary | 11000110 | 11011101 | 1101 | 1010 | 0 | 1011110 | 1101 | 1000011 | 1011001 | 101110 |
Color Harmonies of #C6DD0D
Complementary color
Monochromatic Colors of #C6DD0D
Black with #C6DD0D
Text Example
Text Example
White with #C6DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD0D; }
p { color: rgb(198,221,13); }
H1.HeaderClassName
{
color: #C6DD0D;
}
.AnyTagClassName
{
color: #C6DD0D;
}
</style>
background-color css
<style>
a { background-color: #C6DD0D; }
a { background-color: rgb(198,221,13); }
div.DivClassName
{
background-color: #C6DD0D;
}
.BgClassName
{
background-color: #C6DD0D;
}
</style>
border-color css
<style>
span { border-color: #C6DD0D; }
span { border-color: rgb(198,221,13); }
td.TdClassName
{
border-color: #C6DD0D;
}
.TagClassName
{
border-color: #C6DD0D;
}
</style>