Shades of Inch Worm #C0D811
Tints of Inch Worm #C0D811
RGB
CMYK
RGB Variations
Color information
#C0D811 (or 0xC0D811) is known color: Inch Worm. HEX triplet: C0, D8 and 11. RGB value is (192,216,17). Sum of RGB (Red+Green+Blue) = 192+216+17=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D811 is #3F27EE. Grayscale: #BABABA. Windows color (decimal): -4138991 or 1169600. OLE color: 1169600.
HSL color Cylindrical-coordinate representation of color #C0D811: hue angle of 67.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0D811 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.15 |
| HSL | 67.24º | 0.85% | 0.46% | - |
| HSV(B) | 67.24º | 0.92% | 0.85% | - |
| XYZ | 46.4 | 60.36 | 9.74 | - |
| YUV | 186.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 17 | 0.11 | 0 | 0.92 | 0.15 | 67.24 | 0.85 | 0.46 |
| Hex | C0 | D8 | 11 | B | 0 | 5C | F | 43 | 55 | 2E |
| Octal | 300 | 330 | 21 | 13 | 0 | 134 | 17 | 103 | 125 | 56 |
| Binary | 11000000 | 11011000 | 10001 | 1011 | 0 | 1011100 | 1111 | 1000011 | 1010101 | 101110 |
Color Harmonies of #C0D811
Complementary color
Monochromatic Colors of #C0D811
Black with #C0D811
Text Example
Text Example
White with #C0D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D811; }
p { color: rgb(192,216,17); }
H1.HeaderClassName
{
color: #C0D811;
}
.AnyTagClassName
{
color: #C0D811;
}
</style>
background-color css
<style>
a { background-color: #C0D811; }
a { background-color: rgb(192,216,17); }
div.DivClassName
{
background-color: #C0D811;
}
.BgClassName
{
background-color: #C0D811;
}
</style>
border-color css
<style>
span { border-color: #C0D811; }
span { border-color: rgb(192,216,17); }
td.TdClassName
{
border-color: #C0D811;
}
.TagClassName
{
border-color: #C0D811;
}
</style>