Shades of Inch Worm #C0E103
Tints of Inch Worm #C0E103
RGB
CMYK
RGB Variations
Color information
#C0E103 (or 0xC0E103) is known color: Inch Worm. HEX triplet: C0, E1 and 03. RGB value is (192,225,3). Sum of RGB (Red+Green+Blue) = 192+225+3=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E103 is #3F1EFC. Grayscale: #BEBEBE. Windows color (decimal): -4136701 or 254400. OLE color: 254400.
HSL color Cylindrical-coordinate representation of color #C0E103: hue angle of 68.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0E103 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.12 |
| HSL | 68.92º | 0.97% | 0.45% | - |
| HSV(B) | 68.92º | 0.99% | 0.88% | - |
| XYZ | 48.68 | 65.06 | 10.08 | - |
| YUV | 189.83 | 22.57 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 3 | 0.15 | 0 | 0.99 | 0.12 | 68.92 | 0.97 | 0.45 |
| Hex | C0 | E1 | 3 | F | 0 | 63 | C | 45 | 61 | 2D |
| Octal | 300 | 341 | 3 | 17 | 0 | 143 | 14 | 105 | 141 | 55 |
| Binary | 11000000 | 11100001 | 11 | 1111 | 0 | 1100011 | 1100 | 1000101 | 1100001 | 101101 |
Color Harmonies of #C0E103
Complementary color
Monochromatic Colors of #C0E103
Black with #C0E103
Text Example
Text Example
White with #C0E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E103; }
p { color: rgb(192,225,3); }
H1.HeaderClassName
{
color: #C0E103;
}
.AnyTagClassName
{
color: #C0E103;
}
</style>
background-color css
<style>
a { background-color: #C0E103; }
a { background-color: rgb(192,225,3); }
div.DivClassName
{
background-color: #C0E103;
}
.BgClassName
{
background-color: #C0E103;
}
</style>
border-color css
<style>
span { border-color: #C0E103; }
span { border-color: rgb(192,225,3); }
td.TdClassName
{
border-color: #C0E103;
}
.TagClassName
{
border-color: #C0E103;
}
</style>