Shades of Inch Worm #C0EB20
Tints of Inch Worm #C0EB20
RGB
CMYK
RGB Variations
Color information
#C0EB20 (or 0xC0EB20) is known color: Inch Worm. HEX triplet: C0, EB and 20. RGB value is (192,235,32). Sum of RGB (Red+Green+Blue) = 192+235+32=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB20 is #3F14DF. Grayscale: #C7C7C7. Windows color (decimal): -4134112 or 2157504. OLE color: 2157504.
HSL color Cylindrical-coordinate representation of color #C0EB20: hue angle of 72.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0EB20 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 32 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.08 |
| HSL | 72.71º | 0.84% | 0.52% | - |
| HSV(B) | 72.71º | 0.86% | 0.92% | - |
| XYZ | 51.71 | 70.73 | 12.29 | - |
| YUV | 199 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 32 | 0.18 | 0 | 0.86 | 0.08 | 72.71 | 0.84 | 0.52 |
| Hex | C0 | EB | 20 | 12 | 0 | 56 | 8 | 49 | 54 | 34 |
| Octal | 300 | 353 | 40 | 22 | 0 | 126 | 10 | 111 | 124 | 64 |
| Binary | 11000000 | 11101011 | 100000 | 10010 | 0 | 1010110 | 1000 | 1001001 | 1010100 | 110100 |
Color Harmonies of #C0EB20
Complementary color
Monochromatic Colors of #C0EB20
Black with #C0EB20
Text Example
Text Example
White with #C0EB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB20; }
p { color: rgb(192,235,32); }
H1.HeaderClassName
{
color: #C0EB20;
}
.AnyTagClassName
{
color: #C0EB20;
}
</style>
background-color css
<style>
a { background-color: #C0EB20; }
a { background-color: rgb(192,235,32); }
div.DivClassName
{
background-color: #C0EB20;
}
.BgClassName
{
background-color: #C0EB20;
}
</style>
border-color css
<style>
span { border-color: #C0EB20; }
span { border-color: rgb(192,235,32); }
td.TdClassName
{
border-color: #C0EB20;
}
.TagClassName
{
border-color: #C0EB20;
}
</style>