Shades of Inch Worm #C0DE1A
Tints of Inch Worm #C0DE1A
RGB
CMYK
RGB Variations
Color information
#C0DE1A (or 0xC0DE1A) is known color: Inch Worm. HEX triplet: C0, DE and 1A. RGB value is (192,222,26). Sum of RGB (Red+Green+Blue) = 192+222+26=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DE1A is #3F21E5. Grayscale: #BFBFBF. Windows color (decimal): -4137446 or 1760960. OLE color: 1760960.
HSL color Cylindrical-coordinate representation of color #C0DE1A: hue angle of 69.18º degrees, saturation: 0.79, 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 #C0DE1A is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 26 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.13 |
| HSL | 69.18º | 0.79% | 0.49% | - |
| HSV(B) | 69.18º | 0.88% | 0.87% | - |
| XYZ | 48.05 | 63.52 | 10.71 | - |
| YUV | 190.69 | 35.06 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 26 | 0.14 | 0 | 0.88 | 0.13 | 69.18 | 0.79 | 0.49 |
| Hex | C0 | DE | 1A | E | 0 | 58 | D | 45 | 4F | 31 |
| Octal | 300 | 336 | 32 | 16 | 0 | 130 | 15 | 105 | 117 | 61 |
| Binary | 11000000 | 11011110 | 11010 | 1110 | 0 | 1011000 | 1101 | 1000101 | 1001111 | 110001 |
Color Harmonies of #C0DE1A
Complementary color
Monochromatic Colors of #C0DE1A
Black with #C0DE1A
Text Example
Text Example
White with #C0DE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE1A; }
p { color: rgb(192,222,26); }
H1.HeaderClassName
{
color: #C0DE1A;
}
.AnyTagClassName
{
color: #C0DE1A;
}
</style>
background-color css
<style>
a { background-color: #C0DE1A; }
a { background-color: rgb(192,222,26); }
div.DivClassName
{
background-color: #C0DE1A;
}
.BgClassName
{
background-color: #C0DE1A;
}
</style>
border-color css
<style>
span { border-color: #C0DE1A; }
span { border-color: rgb(192,222,26); }
td.TdClassName
{
border-color: #C0DE1A;
}
.TagClassName
{
border-color: #C0DE1A;
}
</style>