Shades of Inch Worm #C0DA0D
Tints of Inch Worm #C0DA0D
RGB
CMYK
RGB Variations
Color information
#C0DA0D (or 0xC0DA0D) is known color: Inch Worm. HEX triplet: C0, DA and 0D. RGB value is (192,218,13). Sum of RGB (Red+Green+Blue) = 192+218+13=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DA0D is #3F25F2. Grayscale: #BBBBBB. Windows color (decimal): -4138483 or 907968. OLE color: 907968.
HSL color Cylindrical-coordinate representation of color #C0DA0D: hue angle of 67.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0DA0D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.15 |
| HSL | 67.61º | 0.89% | 0.45% | - |
| HSV(B) | 67.61º | 0.94% | 0.85% | - |
| XYZ | 46.88 | 61.38 | 9.76 | - |
| YUV | 186.86 | 29.89 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 13 | 0.12 | 0 | 0.94 | 0.15 | 67.61 | 0.89 | 0.45 |
| Hex | C0 | DA | D | C | 0 | 5E | F | 44 | 59 | 2D |
| Octal | 300 | 332 | 15 | 14 | 0 | 136 | 17 | 104 | 131 | 55 |
| Binary | 11000000 | 11011010 | 1101 | 1100 | 0 | 1011110 | 1111 | 1000100 | 1011001 | 101101 |
Color Harmonies of #C0DA0D
Complementary color
Monochromatic Colors of #C0DA0D
Black with #C0DA0D
Text Example
Text Example
White with #C0DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA0D; }
p { color: rgb(192,218,13); }
H1.HeaderClassName
{
color: #C0DA0D;
}
.AnyTagClassName
{
color: #C0DA0D;
}
</style>
background-color css
<style>
a { background-color: #C0DA0D; }
a { background-color: rgb(192,218,13); }
div.DivClassName
{
background-color: #C0DA0D;
}
.BgClassName
{
background-color: #C0DA0D;
}
</style>
border-color css
<style>
span { border-color: #C0DA0D; }
span { border-color: rgb(192,218,13); }
td.TdClassName
{
border-color: #C0DA0D;
}
.TagClassName
{
border-color: #C0DA0D;
}
</style>