Shades of Inch Worm #C0D90E
Tints of Inch Worm #C0D90E
RGB
CMYK
RGB Variations
Color information
#C0D90E (or 0xC0D90E) is known color: Inch Worm. HEX triplet: C0, D9 and 0E. RGB value is (192,217,14). Sum of RGB (Red+Green+Blue) = 192+217+14=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D90E is #3F26F1. Grayscale: #BBBBBB. Windows color (decimal): -4138738 or 973248. OLE color: 973248.
HSL color Cylindrical-coordinate representation of color #C0D90E: hue angle of 67.39º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D90E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.15 |
| HSL | 67.39º | 0.88% | 0.45% | - |
| HSV(B) | 67.39º | 0.94% | 0.85% | - |
| XYZ | 46.63 | 60.86 | 9.71 | - |
| YUV | 186.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 14 | 0.12 | 0 | 0.94 | 0.15 | 67.39 | 0.88 | 0.45 |
| Hex | C0 | D9 | E | C | 0 | 5E | F | 43 | 58 | 2D |
| Octal | 300 | 331 | 16 | 14 | 0 | 136 | 17 | 103 | 130 | 55 |
| Binary | 11000000 | 11011001 | 1110 | 1100 | 0 | 1011110 | 1111 | 1000011 | 1011000 | 101101 |
Color Harmonies of #C0D90E
Complementary color
Monochromatic Colors of #C0D90E
Black with #C0D90E
Text Example
Text Example
White with #C0D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D90E; }
p { color: rgb(192,217,14); }
H1.HeaderClassName
{
color: #C0D90E;
}
.AnyTagClassName
{
color: #C0D90E;
}
</style>
background-color css
<style>
a { background-color: #C0D90E; }
a { background-color: rgb(192,217,14); }
div.DivClassName
{
background-color: #C0D90E;
}
.BgClassName
{
background-color: #C0D90E;
}
</style>
border-color css
<style>
span { border-color: #C0D90E; }
span { border-color: rgb(192,217,14); }
td.TdClassName
{
border-color: #C0D90E;
}
.TagClassName
{
border-color: #C0D90E;
}
</style>