Shades of Inch Worm #C1DD06
Tints of Inch Worm #C1DD06
RGB
CMYK
RGB Variations
Color information
#C1DD06 (or 0xC1DD06) is known color: Inch Worm. HEX triplet: C1, DD and 06. RGB value is (193,221,6). Sum of RGB (Red+Green+Blue) = 193+221+6=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DD06 is #3E22F9. Grayscale: #BCBCBC. Windows color (decimal): -4072186 or 449985. OLE color: 449985.
HSL color Cylindrical-coordinate representation of color #C1DD06: hue angle of 67.81º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1DD06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.13 |
| HSL | 67.81º | 0.95% | 0.45% | - |
| HSV(B) | 67.81º | 0.97% | 0.87% | - |
| XYZ | 47.88 | 63.06 | 9.82 | - |
| YUV | 188.12 | 25.22 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 6 | 0.13 | 0 | 0.97 | 0.13 | 67.81 | 0.95 | 0.45 |
| Hex | C1 | DD | 6 | D | 0 | 61 | D | 44 | 5F | 2D |
| Octal | 301 | 335 | 6 | 15 | 0 | 141 | 15 | 104 | 137 | 55 |
| Binary | 11000001 | 11011101 | 110 | 1101 | 0 | 1100001 | 1101 | 1000100 | 1011111 | 101101 |
Color Harmonies of #C1DD06
Complementary color
Monochromatic Colors of #C1DD06
Black with #C1DD06
Text Example
Text Example
White with #C1DD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD06; }
p { color: rgb(193,221,6); }
H1.HeaderClassName
{
color: #C1DD06;
}
.AnyTagClassName
{
color: #C1DD06;
}
</style>
background-color css
<style>
a { background-color: #C1DD06; }
a { background-color: rgb(193,221,6); }
div.DivClassName
{
background-color: #C1DD06;
}
.BgClassName
{
background-color: #C1DD06;
}
</style>
border-color css
<style>
span { border-color: #C1DD06; }
span { border-color: rgb(193,221,6); }
td.TdClassName
{
border-color: #C1DD06;
}
.TagClassName
{
border-color: #C1DD06;
}
</style>