Shades of Inch Worm #C0DF1A
Tints of Inch Worm #C0DF1A
RGB
CMYK
RGB Variations
Color information
#C0DF1A (or 0xC0DF1A) is known color: Inch Worm. HEX triplet: C0, DF and 1A. RGB value is (192,223,26). Sum of RGB (Red+Green+Blue) = 192+223+26=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF1A is #3F20E5. Grayscale: #C0C0C0. Windows color (decimal): -4137190 or 1761216. OLE color: 1761216.
HSL color Cylindrical-coordinate representation of color #C0DF1A: hue angle of 69.44º 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 #C0DF1A is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 26 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.13 |
| HSL | 69.44º | 0.79% | 0.49% | - |
| HSV(B) | 69.44º | 0.88% | 0.87% | - |
| XYZ | 48.31 | 64.06 | 10.8 | - |
| YUV | 191.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 26 | 0.14 | 0 | 0.88 | 0.13 | 69.44 | 0.79 | 0.49 |
| Hex | C0 | DF | 1A | E | 0 | 58 | D | 45 | 4F | 31 |
| Octal | 300 | 337 | 32 | 16 | 0 | 130 | 15 | 105 | 117 | 61 |
| Binary | 11000000 | 11011111 | 11010 | 1110 | 0 | 1011000 | 1101 | 1000101 | 1001111 | 110001 |
Color Harmonies of #C0DF1A
Complementary color
Monochromatic Colors of #C0DF1A
Black with #C0DF1A
Text Example
Text Example
White with #C0DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF1A; }
p { color: rgb(192,223,26); }
H1.HeaderClassName
{
color: #C0DF1A;
}
.AnyTagClassName
{
color: #C0DF1A;
}
</style>
background-color css
<style>
a { background-color: #C0DF1A; }
a { background-color: rgb(192,223,26); }
div.DivClassName
{
background-color: #C0DF1A;
}
.BgClassName
{
background-color: #C0DF1A;
}
</style>
border-color css
<style>
span { border-color: #C0DF1A; }
span { border-color: rgb(192,223,26); }
td.TdClassName
{
border-color: #C0DF1A;
}
.TagClassName
{
border-color: #C0DF1A;
}
</style>