Shades of Inch Worm #C5E107
Tints of Inch Worm #C5E107
RGB
CMYK
RGB Variations
Color information
#C5E107 (or 0xC5E107) is known color: Inch Worm. HEX triplet: C5, E1 and 07. RGB value is (197,225,7). Sum of RGB (Red+Green+Blue) = 197+225+7=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E107 is #3A1EF8. Grayscale: #C0C0C0. Windows color (decimal): -3809017 or 516549. OLE color: 516549.
HSL color Cylindrical-coordinate representation of color #C5E107: hue angle of 67.71º 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 #C5E107 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.12 |
| HSL | 67.71º | 0.94% | 0.45% | - |
| HSV(B) | 67.71º | 0.97% | 0.88% | - |
| XYZ | 49.99 | 65.74 | 10.25 | - |
| YUV | 191.78 | 23.72 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 7 | 0.12 | 0 | 0.97 | 0.12 | 67.71 | 0.94 | 0.45 |
| Hex | C5 | E1 | 7 | C | 0 | 61 | C | 44 | 5E | 2D |
| Octal | 305 | 341 | 7 | 14 | 0 | 141 | 14 | 104 | 136 | 55 |
| Binary | 11000101 | 11100001 | 111 | 1100 | 0 | 1100001 | 1100 | 1000100 | 1011110 | 101101 |
Color Harmonies of #C5E107
Complementary color
Monochromatic Colors of #C5E107
Black with #C5E107
Text Example
Text Example
White with #C5E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E107; }
p { color: rgb(197,225,7); }
H1.HeaderClassName
{
color: #C5E107;
}
.AnyTagClassName
{
color: #C5E107;
}
</style>
background-color css
<style>
a { background-color: #C5E107; }
a { background-color: rgb(197,225,7); }
div.DivClassName
{
background-color: #C5E107;
}
.BgClassName
{
background-color: #C5E107;
}
</style>
border-color css
<style>
span { border-color: #C5E107; }
span { border-color: rgb(197,225,7); }
td.TdClassName
{
border-color: #C5E107;
}
.TagClassName
{
border-color: #C5E107;
}
</style>