Shades of Inch Worm #C5E101
Tints of Inch Worm #C5E101
RGB
CMYK
RGB Variations
Color information
#C5E101 (or 0xC5E101) is known color: Inch Worm. HEX triplet: C5, E1 and 01. RGB value is (197,225,1). Sum of RGB (Red+Green+Blue) = 197+225+1=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E101 is #3A1EFE. Grayscale: #BFBFBF. Windows color (decimal): -3809023 or 123333. OLE color: 123333.
HSL color Cylindrical-coordinate representation of color #C5E101: hue angle of 67.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5E101 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.12 |
| HSL | 67.5º | 0.99% | 0.44% | - |
| HSV(B) | 67.5º | 1% | 0.88% | - |
| XYZ | 49.96 | 65.72 | 10.08 | - |
| YUV | 191.09 | 20.72 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 1 | 0.12 | 0 | 1.00 | 0.12 | 67.5 | 0.99 | 0.44 |
| Hex | C5 | E1 | 1 | C | 0 | 64 | C | 44 | 63 | 2C |
| Octal | 305 | 341 | 1 | 14 | 0 | 144 | 14 | 104 | 143 | 54 |
| Binary | 11000101 | 11100001 | 1 | 1100 | 0 | 1100100 | 1100 | 1000100 | 1100011 | 101100 |
Color Harmonies of #C5E101
Complementary color
Monochromatic Colors of #C5E101
Black with #C5E101
Text Example
Text Example
White with #C5E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E101; }
p { color: rgb(197,225,1); }
H1.HeaderClassName
{
color: #C5E101;
}
.AnyTagClassName
{
color: #C5E101;
}
</style>
background-color css
<style>
a { background-color: #C5E101; }
a { background-color: rgb(197,225,1); }
div.DivClassName
{
background-color: #C5E101;
}
.BgClassName
{
background-color: #C5E101;
}
</style>
border-color css
<style>
span { border-color: #C5E101; }
span { border-color: rgb(197,225,1); }
td.TdClassName
{
border-color: #C5E101;
}
.TagClassName
{
border-color: #C5E101;
}
</style>