Shades of Inch Worm #C0E10D
Tints of Inch Worm #C0E10D
RGB
CMYK
RGB Variations
Color information
#C0E10D (or 0xC0E10D) is known color: Inch Worm. HEX triplet: C0, E1 and 0D. RGB value is (192,225,13). Sum of RGB (Red+Green+Blue) = 192+225+13=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E10D is #3F1EF2. Grayscale: #BFBFBF. Windows color (decimal): -4136691 or 909760. OLE color: 909760.
HSL color Cylindrical-coordinate representation of color #C0E10D: hue angle of 69.34º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0E10D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.12 |
| HSL | 69.34º | 0.89% | 0.47% | - |
| HSV(B) | 69.34º | 0.94% | 0.88% | - |
| XYZ | 48.74 | 65.09 | 10.37 | - |
| YUV | 190.97 | 27.57 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 13 | 0.15 | 0 | 0.94 | 0.12 | 69.34 | 0.89 | 0.47 |
| Hex | C0 | E1 | D | F | 0 | 5E | C | 45 | 59 | 2F |
| Octal | 300 | 341 | 15 | 17 | 0 | 136 | 14 | 105 | 131 | 57 |
| Binary | 11000000 | 11100001 | 1101 | 1111 | 0 | 1011110 | 1100 | 1000101 | 1011001 | 101111 |
Color Harmonies of #C0E10D
Complementary color
Monochromatic Colors of #C0E10D
Black with #C0E10D
Text Example
Text Example
White with #C0E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E10D; }
p { color: rgb(192,225,13); }
H1.HeaderClassName
{
color: #C0E10D;
}
.AnyTagClassName
{
color: #C0E10D;
}
</style>
background-color css
<style>
a { background-color: #C0E10D; }
a { background-color: rgb(192,225,13); }
div.DivClassName
{
background-color: #C0E10D;
}
.BgClassName
{
background-color: #C0E10D;
}
</style>
border-color css
<style>
span { border-color: #C0E10D; }
span { border-color: rgb(192,225,13); }
td.TdClassName
{
border-color: #C0E10D;
}
.TagClassName
{
border-color: #C0E10D;
}
</style>