Shades of Inch Worm #C0DE1B
Tints of Inch Worm #C0DE1B
RGB
CMYK
RGB Variations
Color information
#C0DE1B (or 0xC0DE1B) is known color: Inch Worm. HEX triplet: C0, DE and 1B. RGB value is (192,222,27). Sum of RGB (Red+Green+Blue) = 192+222+27=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DE1B is #3F21E4. Grayscale: #BFBFBF. Windows color (decimal): -4137445 or 1826496. OLE color: 1826496.
HSL color Cylindrical-coordinate representation of color #C0DE1B: hue angle of 69.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0DE1B is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 27 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.13 |
| HSL | 69.23º | 0.78% | 0.49% | - |
| HSV(B) | 69.23º | 0.88% | 0.87% | - |
| XYZ | 48.06 | 63.53 | 10.77 | - |
| YUV | 190.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 27 | 0.14 | 0 | 0.88 | 0.13 | 69.23 | 0.78 | 0.49 |
| Hex | C0 | DE | 1B | E | 0 | 58 | D | 45 | 4E | 31 |
| Octal | 300 | 336 | 33 | 16 | 0 | 130 | 15 | 105 | 116 | 61 |
| Binary | 11000000 | 11011110 | 11011 | 1110 | 0 | 1011000 | 1101 | 1000101 | 1001110 | 110001 |
Color Harmonies of #C0DE1B
Complementary color
Monochromatic Colors of #C0DE1B
Black with #C0DE1B
Text Example
Text Example
White with #C0DE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE1B; }
p { color: rgb(192,222,27); }
H1.HeaderClassName
{
color: #C0DE1B;
}
.AnyTagClassName
{
color: #C0DE1B;
}
</style>
background-color css
<style>
a { background-color: #C0DE1B; }
a { background-color: rgb(192,222,27); }
div.DivClassName
{
background-color: #C0DE1B;
}
.BgClassName
{
background-color: #C0DE1B;
}
</style>
border-color css
<style>
span { border-color: #C0DE1B; }
span { border-color: rgb(192,222,27); }
td.TdClassName
{
border-color: #C0DE1B;
}
.TagClassName
{
border-color: #C0DE1B;
}
</style>