Shades of Inch Worm #C0E114
Tints of Inch Worm #C0E114
RGB
CMYK
RGB Variations
Color information
#C0E114 (or 0xC0E114) is known color: Inch Worm. HEX triplet: C0, E1 and 14. RGB value is (192,225,20). Sum of RGB (Red+Green+Blue) = 192+225+20=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E114 is #3F1EEB. Grayscale: #C0C0C0. Windows color (decimal): -4136684 or 1368512. OLE color: 1368512.
HSL color Cylindrical-coordinate representation of color #C0E114: hue angle of 69.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0E114 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 20 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.12 |
| HSL | 69.66º | 0.84% | 0.48% | - |
| HSV(B) | 69.66º | 0.91% | 0.88% | - |
| XYZ | 48.79 | 65.11 | 10.66 | - |
| YUV | 191.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 20 | 0.15 | 0 | 0.91 | 0.12 | 69.66 | 0.84 | 0.48 |
| Hex | C0 | E1 | 14 | F | 0 | 5B | C | 46 | 54 | 30 |
| Octal | 300 | 341 | 24 | 17 | 0 | 133 | 14 | 106 | 124 | 60 |
| Binary | 11000000 | 11100001 | 10100 | 1111 | 0 | 1011011 | 1100 | 1000110 | 1010100 | 110000 |
Color Harmonies of #C0E114
Complementary color
Monochromatic Colors of #C0E114
Black with #C0E114
Text Example
Text Example
White with #C0E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E114; }
p { color: rgb(192,225,20); }
H1.HeaderClassName
{
color: #C0E114;
}
.AnyTagClassName
{
color: #C0E114;
}
</style>
background-color css
<style>
a { background-color: #C0E114; }
a { background-color: rgb(192,225,20); }
div.DivClassName
{
background-color: #C0E114;
}
.BgClassName
{
background-color: #C0E114;
}
</style>
border-color css
<style>
span { border-color: #C0E114; }
span { border-color: rgb(192,225,20); }
td.TdClassName
{
border-color: #C0E114;
}
.TagClassName
{
border-color: #C0E114;
}
</style>