Shades of Inch Worm #C4E10D
Tints of Inch Worm #C4E10D
RGB
CMYK
RGB Variations
Color information
#C4E10D (or 0xC4E10D) is known color: Inch Worm. HEX triplet: C4, E1 and 0D. RGB value is (196,225,13). Sum of RGB (Red+Green+Blue) = 196+225+13=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E10D is #3B1EF2. Grayscale: #C0C0C0. Windows color (decimal): -3874547 or 909764. OLE color: 909764.
HSL color Cylindrical-coordinate representation of color #C4E10D: hue angle of 68.21º 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 #C4E10D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.12 |
| HSL | 68.21º | 0.89% | 0.47% | - |
| HSV(B) | 68.21º | 0.94% | 0.88% | - |
| XYZ | 49.76 | 65.62 | 10.42 | - |
| YUV | 192.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 13 | 0.13 | 0 | 0.94 | 0.12 | 68.21 | 0.89 | 0.47 |
| Hex | C4 | E1 | D | D | 0 | 5E | C | 44 | 59 | 2F |
| Octal | 304 | 341 | 15 | 15 | 0 | 136 | 14 | 104 | 131 | 57 |
| Binary | 11000100 | 11100001 | 1101 | 1101 | 0 | 1011110 | 1100 | 1000100 | 1011001 | 101111 |
Color Harmonies of #C4E10D
Complementary color
Monochromatic Colors of #C4E10D
Black with #C4E10D
Text Example
Text Example
White with #C4E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E10D; }
p { color: rgb(196,225,13); }
H1.HeaderClassName
{
color: #C4E10D;
}
.AnyTagClassName
{
color: #C4E10D;
}
</style>
background-color css
<style>
a { background-color: #C4E10D; }
a { background-color: rgb(196,225,13); }
div.DivClassName
{
background-color: #C4E10D;
}
.BgClassName
{
background-color: #C4E10D;
}
</style>
border-color css
<style>
span { border-color: #C4E10D; }
span { border-color: rgb(196,225,13); }
td.TdClassName
{
border-color: #C4E10D;
}
.TagClassName
{
border-color: #C4E10D;
}
</style>