Shades of Inch Worm #C0EA06
Tints of Inch Worm #C0EA06
RGB
CMYK
RGB Variations
Color information
#C0EA06 (or 0xC0EA06) is known color: Inch Worm. HEX triplet: C0, EA and 06. RGB value is (192,234,6). Sum of RGB (Red+Green+Blue) = 192+234+6=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EA06 is #3F15F9. Grayscale: #C4C4C4. Windows color (decimal): -4134394 or 453312. OLE color: 453312.
HSL color Cylindrical-coordinate representation of color #C0EA06: hue angle of 71.05º degrees, saturation: 0.95, 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 #C0EA06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.08 |
| HSL | 71.05º | 0.95% | 0.47% | - |
| HSV(B) | 71.05º | 0.97% | 0.92% | - |
| XYZ | 51.19 | 70.07 | 11 | - |
| YUV | 195.45 | 21.09 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 6 | 0.18 | 0 | 0.97 | 0.08 | 71.05 | 0.95 | 0.47 |
| Hex | C0 | EA | 6 | 12 | 0 | 61 | 8 | 47 | 5F | 2F |
| Octal | 300 | 352 | 6 | 22 | 0 | 141 | 10 | 107 | 137 | 57 |
| Binary | 11000000 | 11101010 | 110 | 10010 | 0 | 1100001 | 1000 | 1000111 | 1011111 | 101111 |
Color Harmonies of #C0EA06
Complementary color
Monochromatic Colors of #C0EA06
Black with #C0EA06
Text Example
Text Example
White with #C0EA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA06; }
p { color: rgb(192,234,6); }
H1.HeaderClassName
{
color: #C0EA06;
}
.AnyTagClassName
{
color: #C0EA06;
}
</style>
background-color css
<style>
a { background-color: #C0EA06; }
a { background-color: rgb(192,234,6); }
div.DivClassName
{
background-color: #C0EA06;
}
.BgClassName
{
background-color: #C0EA06;
}
</style>
border-color css
<style>
span { border-color: #C0EA06; }
span { border-color: rgb(192,234,6); }
td.TdClassName
{
border-color: #C0EA06;
}
.TagClassName
{
border-color: #C0EA06;
}
</style>