Shades of Inch Worm #C0DC17
Tints of Inch Worm #C0DC17
RGB
CMYK
RGB Variations
Color information
#C0DC17 (or 0xC0DC17) is known color: Inch Worm. HEX triplet: C0, DC and 17. RGB value is (192,220,23). Sum of RGB (Red+Green+Blue) = 192+220+23=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC17 is #3F23E8. Grayscale: #BDBDBD. Windows color (decimal): -4137961 or 1563840. OLE color: 1563840.
HSL color Cylindrical-coordinate representation of color #C0DC17: hue angle of 68.53º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0DC17 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.14 |
| HSL | 68.53º | 0.81% | 0.48% | - |
| HSV(B) | 68.53º | 0.9% | 0.86% | - |
| XYZ | 47.49 | 62.45 | 10.36 | - |
| YUV | 189.17 | 34.22 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 23 | 0.13 | 0 | 0.90 | 0.14 | 68.53 | 0.81 | 0.48 |
| Hex | C0 | DC | 17 | D | 0 | 5A | E | 45 | 51 | 30 |
| Octal | 300 | 334 | 27 | 15 | 0 | 132 | 16 | 105 | 121 | 60 |
| Binary | 11000000 | 11011100 | 10111 | 1101 | 0 | 1011010 | 1110 | 1000101 | 1010001 | 110000 |
Color Harmonies of #C0DC17
Complementary color
Monochromatic Colors of #C0DC17
Black with #C0DC17
Text Example
Text Example
White with #C0DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC17; }
p { color: rgb(192,220,23); }
H1.HeaderClassName
{
color: #C0DC17;
}
.AnyTagClassName
{
color: #C0DC17;
}
</style>
background-color css
<style>
a { background-color: #C0DC17; }
a { background-color: rgb(192,220,23); }
div.DivClassName
{
background-color: #C0DC17;
}
.BgClassName
{
background-color: #C0DC17;
}
</style>
border-color css
<style>
span { border-color: #C0DC17; }
span { border-color: rgb(192,220,23); }
td.TdClassName
{
border-color: #C0DC17;
}
.TagClassName
{
border-color: #C0DC17;
}
</style>