Shades of Inch Worm #C1DD0D
Tints of Inch Worm #C1DD0D
RGB
CMYK
RGB Variations
Color information
#C1DD0D (or 0xC1DD0D) is known color: Inch Worm. HEX triplet: C1, DD and 0D. RGB value is (193,221,13). Sum of RGB (Red+Green+Blue) = 193+221+13=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DD0D is #3E22F2. Grayscale: #BDBDBD. Windows color (decimal): -4072179 or 908737. OLE color: 908737.
HSL color Cylindrical-coordinate representation of color #C1DD0D: hue angle of 68.08º 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 #C1DD0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.13 |
| HSL | 68.08º | 0.89% | 0.46% | - |
| HSV(B) | 68.08º | 0.94% | 0.87% | - |
| XYZ | 47.92 | 63.08 | 10.03 | - |
| YUV | 188.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 13 | 0.13 | 0 | 0.94 | 0.13 | 68.08 | 0.89 | 0.46 |
| Hex | C1 | DD | D | D | 0 | 5E | D | 44 | 59 | 2E |
| Octal | 301 | 335 | 15 | 15 | 0 | 136 | 15 | 104 | 131 | 56 |
| Binary | 11000001 | 11011101 | 1101 | 1101 | 0 | 1011110 | 1101 | 1000100 | 1011001 | 101110 |
Color Harmonies of #C1DD0D
Complementary color
Monochromatic Colors of #C1DD0D
Black with #C1DD0D
Text Example
Text Example
White with #C1DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD0D; }
p { color: rgb(193,221,13); }
H1.HeaderClassName
{
color: #C1DD0D;
}
.AnyTagClassName
{
color: #C1DD0D;
}
</style>
background-color css
<style>
a { background-color: #C1DD0D; }
a { background-color: rgb(193,221,13); }
div.DivClassName
{
background-color: #C1DD0D;
}
.BgClassName
{
background-color: #C1DD0D;
}
</style>
border-color css
<style>
span { border-color: #C1DD0D; }
span { border-color: rgb(193,221,13); }
td.TdClassName
{
border-color: #C1DD0D;
}
.TagClassName
{
border-color: #C1DD0D;
}
</style>