Shades of Inch Worm #C1DC12
Tints of Inch Worm #C1DC12
RGB
CMYK
RGB Variations
Color information
#C1DC12 (or 0xC1DC12) is known color: Inch Worm. HEX triplet: C1, DC and 12. RGB value is (193,220,18). Sum of RGB (Red+Green+Blue) = 193+220+18=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DC12 is #3E23ED. Grayscale: #BDBDBD. Windows color (decimal): -4072430 or 1236161. OLE color: 1236161.
HSL color Cylindrical-coordinate representation of color #C1DC12: hue angle of 68.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1DC12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.14 |
| HSL | 68.02º | 0.85% | 0.47% | - |
| HSV(B) | 68.02º | 0.92% | 0.86% | - |
| XYZ | 47.69 | 62.57 | 10.14 | - |
| YUV | 188.9 | 31.55 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 18 | 0.12 | 0 | 0.92 | 0.14 | 68.02 | 0.85 | 0.47 |
| Hex | C1 | DC | 12 | C | 0 | 5C | E | 44 | 55 | 2F |
| Octal | 301 | 334 | 22 | 14 | 0 | 134 | 16 | 104 | 125 | 57 |
| Binary | 11000001 | 11011100 | 10010 | 1100 | 0 | 1011100 | 1110 | 1000100 | 1010101 | 101111 |
Color Harmonies of #C1DC12
Complementary color
Monochromatic Colors of #C1DC12
Black with #C1DC12
Text Example
Text Example
White with #C1DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC12; }
p { color: rgb(193,220,18); }
H1.HeaderClassName
{
color: #C1DC12;
}
.AnyTagClassName
{
color: #C1DC12;
}
</style>
background-color css
<style>
a { background-color: #C1DC12; }
a { background-color: rgb(193,220,18); }
div.DivClassName
{
background-color: #C1DC12;
}
.BgClassName
{
background-color: #C1DC12;
}
</style>
border-color css
<style>
span { border-color: #C1DC12; }
span { border-color: rgb(193,220,18); }
td.TdClassName
{
border-color: #C1DC12;
}
.TagClassName
{
border-color: #C1DC12;
}
</style>