Shades of Inch Worm #C0D809
Tints of Inch Worm #C0D809
RGB
CMYK
RGB Variations
Color information
#C0D809 (or 0xC0D809) is known color: Inch Worm. HEX triplet: C0, D8 and 09. RGB value is (192,216,9). Sum of RGB (Red+Green+Blue) = 192+216+9=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D809 is #3F27F6. Grayscale: #BABABA. Windows color (decimal): -4138999 or 645312. OLE color: 645312.
HSL color Cylindrical-coordinate representation of color #C0D809: hue angle of 66.96º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0D809 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.15 |
| HSL | 66.96º | 0.92% | 0.44% | - |
| HSV(B) | 66.96º | 0.96% | 0.85% | - |
| XYZ | 46.34 | 60.34 | 9.46 | - |
| YUV | 185.23 | 28.55 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 9 | 0.11 | 0 | 0.96 | 0.15 | 66.96 | 0.92 | 0.44 |
| Hex | C0 | D8 | 9 | B | 0 | 60 | F | 43 | 5C | 2C |
| Octal | 300 | 330 | 11 | 13 | 0 | 140 | 17 | 103 | 134 | 54 |
| Binary | 11000000 | 11011000 | 1001 | 1011 | 0 | 1100000 | 1111 | 1000011 | 1011100 | 101100 |
Color Harmonies of #C0D809
Complementary color
Monochromatic Colors of #C0D809
Black with #C0D809
Text Example
Text Example
White with #C0D809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D809; }
p { color: rgb(192,216,9); }
H1.HeaderClassName
{
color: #C0D809;
}
.AnyTagClassName
{
color: #C0D809;
}
</style>
background-color css
<style>
a { background-color: #C0D809; }
a { background-color: rgb(192,216,9); }
div.DivClassName
{
background-color: #C0D809;
}
.BgClassName
{
background-color: #C0D809;
}
</style>
border-color css
<style>
span { border-color: #C0D809; }
span { border-color: rgb(192,216,9); }
td.TdClassName
{
border-color: #C0D809;
}
.TagClassName
{
border-color: #C0D809;
}
</style>