Shades of Inch Worm #C0DC0B
Tints of Inch Worm #C0DC0B
RGB
CMYK
RGB Variations
Color information
#C0DC0B (or 0xC0DC0B) is known color: Inch Worm. HEX triplet: C0, DC and 0B. RGB value is (192,220,11). Sum of RGB (Red+Green+Blue) = 192+220+11=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC0B is #3F23F4. Grayscale: #BCBCBC. Windows color (decimal): -4137973 or 777408. OLE color: 777408.
HSL color Cylindrical-coordinate representation of color #C0DC0B: hue angle of 68.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0DC0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.14 |
| HSL | 68.04º | 0.9% | 0.45% | - |
| HSV(B) | 68.04º | 0.95% | 0.86% | - |
| XYZ | 47.39 | 62.42 | 9.87 | - |
| YUV | 187.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 11 | 0.13 | 0 | 0.95 | 0.14 | 68.04 | 0.9 | 0.45 |
| Hex | C0 | DC | B | D | 0 | 5F | E | 44 | 5A | 2D |
| Octal | 300 | 334 | 13 | 15 | 0 | 137 | 16 | 104 | 132 | 55 |
| Binary | 11000000 | 11011100 | 1011 | 1101 | 0 | 1011111 | 1110 | 1000100 | 1011010 | 101101 |
Color Harmonies of #C0DC0B
Complementary color
Monochromatic Colors of #C0DC0B
Black with #C0DC0B
Text Example
Text Example
White with #C0DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC0B; }
p { color: rgb(192,220,11); }
H1.HeaderClassName
{
color: #C0DC0B;
}
.AnyTagClassName
{
color: #C0DC0B;
}
</style>
background-color css
<style>
a { background-color: #C0DC0B; }
a { background-color: rgb(192,220,11); }
div.DivClassName
{
background-color: #C0DC0B;
}
.BgClassName
{
background-color: #C0DC0B;
}
</style>
border-color css
<style>
span { border-color: #C0DC0B; }
span { border-color: rgb(192,220,11); }
td.TdClassName
{
border-color: #C0DC0B;
}
.TagClassName
{
border-color: #C0DC0B;
}
</style>