Shades of Inch Worm #C0E00D
Tints of Inch Worm #C0E00D
RGB
CMYK
RGB Variations
Color information
#C0E00D (or 0xC0E00D) is known color: Inch Worm. HEX triplet: C0, E0 and 0D. RGB value is (192,224,13). Sum of RGB (Red+Green+Blue) = 192+224+13=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E00D is #3F1FF2. Grayscale: #BFBFBF. Windows color (decimal): -4136947 or 909504. OLE color: 909504.
HSL color Cylindrical-coordinate representation of color #C0E00D: hue angle of 69.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0E00D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.12 |
| HSL | 69.1º | 0.89% | 0.46% | - |
| HSV(B) | 69.1º | 0.94% | 0.88% | - |
| XYZ | 48.47 | 64.55 | 10.29 | - |
| YUV | 190.38 | 27.9 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 13 | 0.14 | 0 | 0.94 | 0.12 | 69.1 | 0.89 | 0.46 |
| Hex | C0 | E0 | D | E | 0 | 5E | C | 45 | 59 | 2E |
| Octal | 300 | 340 | 15 | 16 | 0 | 136 | 14 | 105 | 131 | 56 |
| Binary | 11000000 | 11100000 | 1101 | 1110 | 0 | 1011110 | 1100 | 1000101 | 1011001 | 101110 |
Color Harmonies of #C0E00D
Complementary color
Monochromatic Colors of #C0E00D
Black with #C0E00D
Text Example
Text Example
White with #C0E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E00D; }
p { color: rgb(192,224,13); }
H1.HeaderClassName
{
color: #C0E00D;
}
.AnyTagClassName
{
color: #C0E00D;
}
</style>
background-color css
<style>
a { background-color: #C0E00D; }
a { background-color: rgb(192,224,13); }
div.DivClassName
{
background-color: #C0E00D;
}
.BgClassName
{
background-color: #C0E00D;
}
</style>
border-color css
<style>
span { border-color: #C0E00D; }
span { border-color: rgb(192,224,13); }
td.TdClassName
{
border-color: #C0E00D;
}
.TagClassName
{
border-color: #C0E00D;
}
</style>