Shades of Inch Worm #C5E002
Tints of Inch Worm #C5E002
RGB
CMYK
RGB Variations
Color information
#C5E002 (or 0xC5E002) is known color: Inch Worm. HEX triplet: C5, E0 and 02. RGB value is (197,224,2). Sum of RGB (Red+Green+Blue) = 197+224+2=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E002 is #3A1FFD. Grayscale: #BFBFBF. Windows color (decimal): -3809278 or 188613. OLE color: 188613.
HSL color Cylindrical-coordinate representation of color #C5E002: hue angle of 67.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5E002 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.12 |
| HSL | 67.3º | 0.98% | 0.44% | - |
| HSV(B) | 67.3º | 0.99% | 0.88% | - |
| XYZ | 49.69 | 65.19 | 10.02 | - |
| YUV | 190.62 | 21.55 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 2 | 0.12 | 0 | 0.99 | 0.12 | 67.3 | 0.98 | 0.44 |
| Hex | C5 | E0 | 2 | C | 0 | 63 | C | 43 | 62 | 2C |
| Octal | 305 | 340 | 2 | 14 | 0 | 143 | 14 | 103 | 142 | 54 |
| Binary | 11000101 | 11100000 | 10 | 1100 | 0 | 1100011 | 1100 | 1000011 | 1100010 | 101100 |
Color Harmonies of #C5E002
Complementary color
Monochromatic Colors of #C5E002
Black with #C5E002
Text Example
Text Example
White with #C5E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E002; }
p { color: rgb(197,224,2); }
H1.HeaderClassName
{
color: #C5E002;
}
.AnyTagClassName
{
color: #C5E002;
}
</style>
background-color css
<style>
a { background-color: #C5E002; }
a { background-color: rgb(197,224,2); }
div.DivClassName
{
background-color: #C5E002;
}
.BgClassName
{
background-color: #C5E002;
}
</style>
border-color css
<style>
span { border-color: #C5E002; }
span { border-color: rgb(197,224,2); }
td.TdClassName
{
border-color: #C5E002;
}
.TagClassName
{
border-color: #C5E002;
}
</style>