Shades of Inch Worm #C4E007
Tints of Inch Worm #C4E007
RGB
CMYK
RGB Variations
Color information
#C4E007 (or 0xC4E007) is known color: Inch Worm. HEX triplet: C4, E0 and 07. RGB value is (196,224,7). Sum of RGB (Red+Green+Blue) = 196+224+7=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E007 is #3B1FF8. Grayscale: #BFBFBF. Windows color (decimal): -3874809 or 516292. OLE color: 516292.
HSL color Cylindrical-coordinate representation of color #C4E007: hue angle of 67.74º 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 #C4E007 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.12 |
| HSL | 67.74º | 0.94% | 0.45% | - |
| HSV(B) | 67.74º | 0.97% | 0.88% | - |
| XYZ | 49.46 | 65.06 | 10.15 | - |
| YUV | 190.89 | 24.22 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 7 | 0.12 | 0 | 0.97 | 0.12 | 67.74 | 0.94 | 0.45 |
| Hex | C4 | E0 | 7 | C | 0 | 61 | C | 44 | 5E | 2D |
| Octal | 304 | 340 | 7 | 14 | 0 | 141 | 14 | 104 | 136 | 55 |
| Binary | 11000100 | 11100000 | 111 | 1100 | 0 | 1100001 | 1100 | 1000100 | 1011110 | 101101 |
Color Harmonies of #C4E007
Complementary color
Monochromatic Colors of #C4E007
Black with #C4E007
Text Example
Text Example
White with #C4E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E007; }
p { color: rgb(196,224,7); }
H1.HeaderClassName
{
color: #C4E007;
}
.AnyTagClassName
{
color: #C4E007;
}
</style>
background-color css
<style>
a { background-color: #C4E007; }
a { background-color: rgb(196,224,7); }
div.DivClassName
{
background-color: #C4E007;
}
.BgClassName
{
background-color: #C4E007;
}
</style>
border-color css
<style>
span { border-color: #C4E007; }
span { border-color: rgb(196,224,7); }
td.TdClassName
{
border-color: #C4E007;
}
.TagClassName
{
border-color: #C4E007;
}
</style>