Shades of Inch Worm #C0DD14
Tints of Inch Worm #C0DD14
RGB
CMYK
RGB Variations
Color information
#C0DD14 (or 0xC0DD14) is known color: Inch Worm. HEX triplet: C0, DD and 14. RGB value is (192,221,20). Sum of RGB (Red+Green+Blue) = 192+221+20=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD14 is #3F22EB. Grayscale: #BEBEBE. Windows color (decimal): -4137708 or 1367488. OLE color: 1367488.
HSL color Cylindrical-coordinate representation of color #C0DD14: hue angle of 68.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0DD14 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.13 |
| HSL | 68.66º | 0.83% | 0.47% | - |
| HSV(B) | 68.66º | 0.91% | 0.87% | - |
| XYZ | 47.72 | 62.97 | 10.3 | - |
| YUV | 189.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 20 | 0.13 | 0 | 0.91 | 0.13 | 68.66 | 0.83 | 0.47 |
| Hex | C0 | DD | 14 | D | 0 | 5B | D | 45 | 53 | 2F |
| Octal | 300 | 335 | 24 | 15 | 0 | 133 | 15 | 105 | 123 | 57 |
| Binary | 11000000 | 11011101 | 10100 | 1101 | 0 | 1011011 | 1101 | 1000101 | 1010011 | 101111 |
Color Harmonies of #C0DD14
Complementary color
Monochromatic Colors of #C0DD14
Black with #C0DD14
Text Example
Text Example
White with #C0DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD14; }
p { color: rgb(192,221,20); }
H1.HeaderClassName
{
color: #C0DD14;
}
.AnyTagClassName
{
color: #C0DD14;
}
</style>
background-color css
<style>
a { background-color: #C0DD14; }
a { background-color: rgb(192,221,20); }
div.DivClassName
{
background-color: #C0DD14;
}
.BgClassName
{
background-color: #C0DD14;
}
</style>
border-color css
<style>
span { border-color: #C0DD14; }
span { border-color: rgb(192,221,20); }
td.TdClassName
{
border-color: #C0DD14;
}
.TagClassName
{
border-color: #C0DD14;
}
</style>