Shades of Inch Worm #C0EA14
Tints of Inch Worm #C0EA14
RGB
CMYK
RGB Variations
Color information
#C0EA14 (or 0xC0EA14) is known color: Inch Worm. HEX triplet: C0, EA and 14. RGB value is (192,234,20). Sum of RGB (Red+Green+Blue) = 192+234+20=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EA14 is #3F15EB. Grayscale: #C5C5C5. Windows color (decimal): -4134380 or 1370816. OLE color: 1370816.
HSL color Cylindrical-coordinate representation of color #C0EA14: hue angle of 71.78º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0EA14 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 20 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.08 |
| HSL | 71.78º | 0.84% | 0.5% | - |
| HSV(B) | 71.78º | 0.91% | 0.92% | - |
| XYZ | 51.29 | 70.1 | 11.49 | - |
| YUV | 197.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 20 | 0.18 | 0 | 0.91 | 0.08 | 71.78 | 0.84 | 0.5 |
| Hex | C0 | EA | 14 | 12 | 0 | 5B | 8 | 48 | 54 | 32 |
| Octal | 300 | 352 | 24 | 22 | 0 | 133 | 10 | 110 | 124 | 62 |
| Binary | 11000000 | 11101010 | 10100 | 10010 | 0 | 1011011 | 1000 | 1001000 | 1010100 | 110010 |
Color Harmonies of #C0EA14
Complementary color
Monochromatic Colors of #C0EA14
Black with #C0EA14
Text Example
Text Example
White with #C0EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA14; }
p { color: rgb(192,234,20); }
H1.HeaderClassName
{
color: #C0EA14;
}
.AnyTagClassName
{
color: #C0EA14;
}
</style>
background-color css
<style>
a { background-color: #C0EA14; }
a { background-color: rgb(192,234,20); }
div.DivClassName
{
background-color: #C0EA14;
}
.BgClassName
{
background-color: #C0EA14;
}
</style>
border-color css
<style>
span { border-color: #C0EA14; }
span { border-color: rgb(192,234,20); }
td.TdClassName
{
border-color: #C0EA14;
}
.TagClassName
{
border-color: #C0EA14;
}
</style>