Shades of Inch Worm #C0DF16
Tints of Inch Worm #C0DF16
RGB
CMYK
RGB Variations
Color information
#C0DF16 (or 0xC0DF16) is known color: Inch Worm. HEX triplet: C0, DF and 16. RGB value is (192,223,22). Sum of RGB (Red+Green+Blue) = 192+223+22=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DF16 is #3F20E9. Grayscale: #BFBFBF. Windows color (decimal): -4137194 or 1499072. OLE color: 1499072.
HSL color Cylindrical-coordinate representation of color #C0DF16: hue angle of 69.25º degrees, saturation: 0.82, 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 #C0DF16 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69.25º | 0.82% | 0.48% | - |
| HSV(B) | 69.25º | 0.9% | 0.87% | - |
| XYZ | 48.27 | 64.04 | 10.58 | - |
| YUV | 190.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 22 | 0.14 | 0 | 0.90 | 0.13 | 69.25 | 0.82 | 0.48 |
| Hex | C0 | DF | 16 | E | 0 | 5A | D | 45 | 52 | 30 |
| Octal | 300 | 337 | 26 | 16 | 0 | 132 | 15 | 105 | 122 | 60 |
| Binary | 11000000 | 11011111 | 10110 | 1110 | 0 | 1011010 | 1101 | 1000101 | 1010010 | 110000 |
Color Harmonies of #C0DF16
Complementary color
Monochromatic Colors of #C0DF16
Black with #C0DF16
Text Example
Text Example
White with #C0DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF16; }
p { color: rgb(192,223,22); }
H1.HeaderClassName
{
color: #C0DF16;
}
.AnyTagClassName
{
color: #C0DF16;
}
</style>
background-color css
<style>
a { background-color: #C0DF16; }
a { background-color: rgb(192,223,22); }
div.DivClassName
{
background-color: #C0DF16;
}
.BgClassName
{
background-color: #C0DF16;
}
</style>
border-color css
<style>
span { border-color: #C0DF16; }
span { border-color: rgb(192,223,22); }
td.TdClassName
{
border-color: #C0DF16;
}
.TagClassName
{
border-color: #C0DF16;
}
</style>