Shades of Inch Worm #C2DC17
Tints of Inch Worm #C2DC17
RGB
CMYK
RGB Variations
Color information
#C2DC17 (or 0xC2DC17) is known color: Inch Worm. HEX triplet: C2, DC and 17. RGB value is (194,220,23). Sum of RGB (Red+Green+Blue) = 194+220+23=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DC17 is #3D23E8. Grayscale: #BEBEBE. Windows color (decimal): -4006889 or 1563842. OLE color: 1563842.
HSL color Cylindrical-coordinate representation of color #C2DC17: hue angle of 67.92º 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 #C2DC17 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 23 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.14 |
| HSL | 67.92º | 0.81% | 0.48% | - |
| HSV(B) | 67.92º | 0.9% | 0.86% | - |
| XYZ | 48 | 62.72 | 10.39 | - |
| YUV | 189.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 23 | 0.12 | 0 | 0.90 | 0.14 | 67.92 | 0.81 | 0.48 |
| Hex | C2 | DC | 17 | C | 0 | 5A | E | 44 | 51 | 30 |
| Octal | 302 | 334 | 27 | 14 | 0 | 132 | 16 | 104 | 121 | 60 |
| Binary | 11000010 | 11011100 | 10111 | 1100 | 0 | 1011010 | 1110 | 1000100 | 1010001 | 110000 |
Color Harmonies of #C2DC17
Complementary color
Monochromatic Colors of #C2DC17
Black with #C2DC17
Text Example
Text Example
White with #C2DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC17; }
p { color: rgb(194,220,23); }
H1.HeaderClassName
{
color: #C2DC17;
}
.AnyTagClassName
{
color: #C2DC17;
}
</style>
background-color css
<style>
a { background-color: #C2DC17; }
a { background-color: rgb(194,220,23); }
div.DivClassName
{
background-color: #C2DC17;
}
.BgClassName
{
background-color: #C2DC17;
}
</style>
border-color css
<style>
span { border-color: #C2DC17; }
span { border-color: rgb(194,220,23); }
td.TdClassName
{
border-color: #C2DC17;
}
.TagClassName
{
border-color: #C2DC17;
}
</style>