Shades of Inch Worm #C0EA08
Tints of Inch Worm #C0EA08
RGB
CMYK
RGB Variations
Color information
#C0EA08 (or 0xC0EA08) is known color: Inch Worm. HEX triplet: C0, EA and 08. RGB value is (192,234,8). Sum of RGB (Red+Green+Blue) = 192+234+8=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EA08 is #3F15F7. Grayscale: #C4C4C4. Windows color (decimal): -4134392 or 584384. OLE color: 584384.
HSL color Cylindrical-coordinate representation of color #C0EA08: hue angle of 71.15º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0EA08 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.08 |
| HSL | 71.15º | 0.93% | 0.47% | - |
| HSV(B) | 71.15º | 0.97% | 0.92% | - |
| XYZ | 51.2 | 70.07 | 11.06 | - |
| YUV | 195.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 8 | 0.18 | 0 | 0.97 | 0.08 | 71.15 | 0.93 | 0.47 |
| Hex | C0 | EA | 8 | 12 | 0 | 61 | 8 | 47 | 5D | 2F |
| Octal | 300 | 352 | 10 | 22 | 0 | 141 | 10 | 107 | 135 | 57 |
| Binary | 11000000 | 11101010 | 1000 | 10010 | 0 | 1100001 | 1000 | 1000111 | 1011101 | 101111 |
Color Harmonies of #C0EA08
Complementary color
Monochromatic Colors of #C0EA08
Black with #C0EA08
Text Example
Text Example
White with #C0EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA08; }
p { color: rgb(192,234,8); }
H1.HeaderClassName
{
color: #C0EA08;
}
.AnyTagClassName
{
color: #C0EA08;
}
</style>
background-color css
<style>
a { background-color: #C0EA08; }
a { background-color: rgb(192,234,8); }
div.DivClassName
{
background-color: #C0EA08;
}
.BgClassName
{
background-color: #C0EA08;
}
</style>
border-color css
<style>
span { border-color: #C0EA08; }
span { border-color: rgb(192,234,8); }
td.TdClassName
{
border-color: #C0EA08;
}
.TagClassName
{
border-color: #C0EA08;
}
</style>