Shades of Inch Worm #C0E301
Tints of Inch Worm #C0E301
RGB
CMYK
RGB Variations
Color information
#C0E301 (or 0xC0E301) is known color: Inch Worm. HEX triplet: C0, E3 and 01. RGB value is (192,227,1). Sum of RGB (Red+Green+Blue) = 192+227+1=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E301 is #3F1CFE. Grayscale: #BFBFBF. Windows color (decimal): -4136191 or 123840. OLE color: 123840.
HSL color Cylindrical-coordinate representation of color #C0E301: hue angle of 69.29º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E301 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.11 |
| HSL | 69.29º | 0.99% | 0.45% | - |
| HSV(B) | 69.29º | 1% | 0.89% | - |
| XYZ | 49.21 | 66.15 | 10.2 | - |
| YUV | 190.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 1 | 0.15 | 0 | 1.00 | 0.11 | 69.29 | 0.99 | 0.45 |
| Hex | C0 | E3 | 1 | F | 0 | 64 | B | 45 | 63 | 2D |
| Octal | 300 | 343 | 1 | 17 | 0 | 144 | 13 | 105 | 143 | 55 |
| Binary | 11000000 | 11100011 | 1 | 1111 | 0 | 1100100 | 1011 | 1000101 | 1100011 | 101101 |
Color Harmonies of #C0E301
Complementary color
Monochromatic Colors of #C0E301
Black with #C0E301
Text Example
Text Example
White with #C0E301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E301; }
p { color: rgb(192,227,1); }
H1.HeaderClassName
{
color: #C0E301;
}
.AnyTagClassName
{
color: #C0E301;
}
</style>
background-color css
<style>
a { background-color: #C0E301; }
a { background-color: rgb(192,227,1); }
div.DivClassName
{
background-color: #C0E301;
}
.BgClassName
{
background-color: #C0E301;
}
</style>
border-color css
<style>
span { border-color: #C0E301; }
span { border-color: rgb(192,227,1); }
td.TdClassName
{
border-color: #C0E301;
}
.TagClassName
{
border-color: #C0E301;
}
</style>