Shades of Inch Worm #C0DF17
Tints of Inch Worm #C0DF17
RGB
CMYK
RGB Variations
Color information
#C0DF17 (or 0xC0DF17) is known color: Inch Worm. HEX triplet: C0, DF and 17. RGB value is (192,223,23). Sum of RGB (Red+Green+Blue) = 192+223+23=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DF17 is #3F20E8. Grayscale: #BFBFBF. Windows color (decimal): -4137193 or 1564608. OLE color: 1564608.
HSL color Cylindrical-coordinate representation of color #C0DF17: hue angle of 69.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0DF17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69.3º | 0.81% | 0.48% | - |
| HSV(B) | 69.3º | 0.9% | 0.87% | - |
| XYZ | 48.28 | 64.04 | 10.63 | - |
| YUV | 190.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 23 | 0.14 | 0 | 0.90 | 0.13 | 69.3 | 0.81 | 0.48 |
| Hex | C0 | DF | 17 | E | 0 | 5A | D | 45 | 51 | 30 |
| Octal | 300 | 337 | 27 | 16 | 0 | 132 | 15 | 105 | 121 | 60 |
| Binary | 11000000 | 11011111 | 10111 | 1110 | 0 | 1011010 | 1101 | 1000101 | 1010001 | 110000 |
Color Harmonies of #C0DF17
Complementary color
Monochromatic Colors of #C0DF17
Black with #C0DF17
Text Example
Text Example
White with #C0DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF17; }
p { color: rgb(192,223,23); }
H1.HeaderClassName
{
color: #C0DF17;
}
.AnyTagClassName
{
color: #C0DF17;
}
</style>
background-color css
<style>
a { background-color: #C0DF17; }
a { background-color: rgb(192,223,23); }
div.DivClassName
{
background-color: #C0DF17;
}
.BgClassName
{
background-color: #C0DF17;
}
</style>
border-color css
<style>
span { border-color: #C0DF17; }
span { border-color: rgb(192,223,23); }
td.TdClassName
{
border-color: #C0DF17;
}
.TagClassName
{
border-color: #C0DF17;
}
</style>