Shades of Inch Worm #C5E004
Tints of Inch Worm #C5E004
RGB
CMYK
RGB Variations
Color information
#C5E004 (or 0xC5E004) is known color: Inch Worm. HEX triplet: C5, E0 and 04. RGB value is (197,224,4). Sum of RGB (Red+Green+Blue) = 197+224+4=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E004 is #3A1FFB. Grayscale: #BFBFBF. Windows color (decimal): -3809276 or 319685. OLE color: 319685.
HSL color Cylindrical-coordinate representation of color #C5E004: hue angle of 67.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5E004 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.12 |
| HSL | 67.36º | 0.96% | 0.45% | - |
| HSV(B) | 67.36º | 0.98% | 0.88% | - |
| XYZ | 49.7 | 65.19 | 10.08 | - |
| YUV | 190.85 | 22.55 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 4 | 0.12 | 0 | 0.98 | 0.12 | 67.36 | 0.96 | 0.45 |
| Hex | C5 | E0 | 4 | C | 0 | 62 | C | 43 | 60 | 2D |
| Octal | 305 | 340 | 4 | 14 | 0 | 142 | 14 | 103 | 140 | 55 |
| Binary | 11000101 | 11100000 | 100 | 1100 | 0 | 1100010 | 1100 | 1000011 | 1100000 | 101101 |
Color Harmonies of #C5E004
Complementary color
Monochromatic Colors of #C5E004
Black with #C5E004
Text Example
Text Example
White with #C5E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E004; }
p { color: rgb(197,224,4); }
H1.HeaderClassName
{
color: #C5E004;
}
.AnyTagClassName
{
color: #C5E004;
}
</style>
background-color css
<style>
a { background-color: #C5E004; }
a { background-color: rgb(197,224,4); }
div.DivClassName
{
background-color: #C5E004;
}
.BgClassName
{
background-color: #C5E004;
}
</style>
border-color css
<style>
span { border-color: #C5E004; }
span { border-color: rgb(197,224,4); }
td.TdClassName
{
border-color: #C5E004;
}
.TagClassName
{
border-color: #C5E004;
}
</style>