Shades of Inch Worm #C1DD05
Tints of Inch Worm #C1DD05
RGB
CMYK
RGB Variations
Color information
#C1DD05 (or 0xC1DD05) is known color: Inch Worm. HEX triplet: C1, DD and 05. RGB value is (193,221,5). Sum of RGB (Red+Green+Blue) = 193+221+5=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DD05 is #3E22FA. Grayscale: #BCBCBC. Windows color (decimal): -4072187 or 384449. OLE color: 384449.
HSL color Cylindrical-coordinate representation of color #C1DD05: hue angle of 67.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1DD05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.13 |
| HSL | 67.78º | 0.96% | 0.44% | - |
| HSV(B) | 67.78º | 0.98% | 0.87% | - |
| XYZ | 47.88 | 63.06 | 9.79 | - |
| YUV | 188 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 5 | 0.13 | 0 | 0.98 | 0.13 | 67.78 | 0.96 | 0.44 |
| Hex | C1 | DD | 5 | D | 0 | 62 | D | 44 | 60 | 2C |
| Octal | 301 | 335 | 5 | 15 | 0 | 142 | 15 | 104 | 140 | 54 |
| Binary | 11000001 | 11011101 | 101 | 1101 | 0 | 1100010 | 1101 | 1000100 | 1100000 | 101100 |
Color Harmonies of #C1DD05
Complementary color
Monochromatic Colors of #C1DD05
Black with #C1DD05
Text Example
Text Example
White with #C1DD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD05; }
p { color: rgb(193,221,5); }
H1.HeaderClassName
{
color: #C1DD05;
}
.AnyTagClassName
{
color: #C1DD05;
}
</style>
background-color css
<style>
a { background-color: #C1DD05; }
a { background-color: rgb(193,221,5); }
div.DivClassName
{
background-color: #C1DD05;
}
.BgClassName
{
background-color: #C1DD05;
}
</style>
border-color css
<style>
span { border-color: #C1DD05; }
span { border-color: rgb(193,221,5); }
td.TdClassName
{
border-color: #C1DD05;
}
.TagClassName
{
border-color: #C1DD05;
}
</style>