Shades of Inch Worm #C0E107
Tints of Inch Worm #C0E107
RGB
CMYK
RGB Variations
Color information
#C0E107 (or 0xC0E107) is known color: Inch Worm. HEX triplet: C0, E1 and 07. RGB value is (192,225,7). Sum of RGB (Red+Green+Blue) = 192+225+7=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E107 is #3F1EF8. Grayscale: #BFBFBF. Windows color (decimal): -4136697 or 516544. OLE color: 516544.
HSL color Cylindrical-coordinate representation of color #C0E107: hue angle of 69.08º 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 #C0E107 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.12 |
| HSL | 69.08º | 0.94% | 0.45% | - |
| HSV(B) | 69.08º | 0.97% | 0.88% | - |
| XYZ | 48.7 | 65.07 | 10.19 | - |
| YUV | 190.28 | 24.57 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 7 | 0.15 | 0 | 0.97 | 0.12 | 69.08 | 0.94 | 0.45 |
| Hex | C0 | E1 | 7 | F | 0 | 61 | C | 45 | 5E | 2D |
| Octal | 300 | 341 | 7 | 17 | 0 | 141 | 14 | 105 | 136 | 55 |
| Binary | 11000000 | 11100001 | 111 | 1111 | 0 | 1100001 | 1100 | 1000101 | 1011110 | 101101 |
Color Harmonies of #C0E107
Complementary color
Monochromatic Colors of #C0E107
Black with #C0E107
Text Example
Text Example
White with #C0E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E107; }
p { color: rgb(192,225,7); }
H1.HeaderClassName
{
color: #C0E107;
}
.AnyTagClassName
{
color: #C0E107;
}
</style>
background-color css
<style>
a { background-color: #C0E107; }
a { background-color: rgb(192,225,7); }
div.DivClassName
{
background-color: #C0E107;
}
.BgClassName
{
background-color: #C0E107;
}
</style>
border-color css
<style>
span { border-color: #C0E107; }
span { border-color: rgb(192,225,7); }
td.TdClassName
{
border-color: #C0E107;
}
.TagClassName
{
border-color: #C0E107;
}
</style>