Shades of Inch Worm #C1E10D
Tints of Inch Worm #C1E10D
RGB
CMYK
RGB Variations
Color information
#C1E10D (or 0xC1E10D) is known color: Inch Worm. HEX triplet: C1, E1 and 0D. RGB value is (193,225,13). Sum of RGB (Red+Green+Blue) = 193+225+13=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E10D is #3E1EF2. Grayscale: #C0C0C0. Windows color (decimal): -4071155 or 909761. OLE color: 909761.
HSL color Cylindrical-coordinate representation of color #C1E10D: hue angle of 69.06º 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 #C1E10D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.12 |
| HSL | 69.06º | 0.89% | 0.47% | - |
| HSV(B) | 69.06º | 0.94% | 0.88% | - |
| XYZ | 48.99 | 65.22 | 10.39 | - |
| YUV | 191.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 13 | 0.14 | 0 | 0.94 | 0.12 | 69.06 | 0.89 | 0.47 |
| Hex | C1 | E1 | D | E | 0 | 5E | C | 45 | 59 | 2F |
| Octal | 301 | 341 | 15 | 16 | 0 | 136 | 14 | 105 | 131 | 57 |
| Binary | 11000001 | 11100001 | 1101 | 1110 | 0 | 1011110 | 1100 | 1000101 | 1011001 | 101111 |
Color Harmonies of #C1E10D
Complementary color
Monochromatic Colors of #C1E10D
Black with #C1E10D
Text Example
Text Example
White with #C1E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E10D; }
p { color: rgb(193,225,13); }
H1.HeaderClassName
{
color: #C1E10D;
}
.AnyTagClassName
{
color: #C1E10D;
}
</style>
background-color css
<style>
a { background-color: #C1E10D; }
a { background-color: rgb(193,225,13); }
div.DivClassName
{
background-color: #C1E10D;
}
.BgClassName
{
background-color: #C1E10D;
}
</style>
border-color css
<style>
span { border-color: #C1E10D; }
span { border-color: rgb(193,225,13); }
td.TdClassName
{
border-color: #C1E10D;
}
.TagClassName
{
border-color: #C1E10D;
}
</style>