Shades of Inch Worm #C4E107
Tints of Inch Worm #C4E107
RGB
CMYK
RGB Variations
Color information
#C4E107 (or 0xC4E107) is known color: Inch Worm. HEX triplet: C4, E1 and 07. RGB value is (196,225,7). Sum of RGB (Red+Green+Blue) = 196+225+7=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E107 is #3B1EF8. Grayscale: #C0C0C0. Windows color (decimal): -3874553 or 516548. OLE color: 516548.
HSL color Cylindrical-coordinate representation of color #C4E107: hue angle of 67.98º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4E107 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.12 |
| HSL | 67.98º | 0.94% | 0.45% | - |
| HSV(B) | 67.98º | 0.97% | 0.88% | - |
| XYZ | 49.73 | 65.6 | 10.24 | - |
| YUV | 191.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 7 | 0.13 | 0 | 0.97 | 0.12 | 67.98 | 0.94 | 0.45 |
| Hex | C4 | E1 | 7 | D | 0 | 61 | C | 44 | 5E | 2D |
| Octal | 304 | 341 | 7 | 15 | 0 | 141 | 14 | 104 | 136 | 55 |
| Binary | 11000100 | 11100001 | 111 | 1101 | 0 | 1100001 | 1100 | 1000100 | 1011110 | 101101 |
Color Harmonies of #C4E107
Complementary color
Monochromatic Colors of #C4E107
Black with #C4E107
Text Example
Text Example
White with #C4E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E107; }
p { color: rgb(196,225,7); }
H1.HeaderClassName
{
color: #C4E107;
}
.AnyTagClassName
{
color: #C4E107;
}
</style>
background-color css
<style>
a { background-color: #C4E107; }
a { background-color: rgb(196,225,7); }
div.DivClassName
{
background-color: #C4E107;
}
.BgClassName
{
background-color: #C4E107;
}
</style>
border-color css
<style>
span { border-color: #C4E107; }
span { border-color: rgb(196,225,7); }
td.TdClassName
{
border-color: #C4E107;
}
.TagClassName
{
border-color: #C4E107;
}
</style>