Shades of Inch Worm #C0D709
Tints of Inch Worm #C0D709
RGB
CMYK
RGB Variations
Color information
#C0D709 (or 0xC0D709) is known color: Inch Worm. HEX triplet: C0, D7 and 09. RGB value is (192,215,9). Sum of RGB (Red+Green+Blue) = 192+215+9=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D709 is #3F28F6. Grayscale: #B9B9B9. Windows color (decimal): -4139255 or 645056. OLE color: 645056.
HSL color Cylindrical-coordinate representation of color #C0D709: hue angle of 66.7º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0D709 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.16 |
| HSL | 66.7º | 0.92% | 0.44% | - |
| HSV(B) | 66.7º | 0.96% | 0.84% | - |
| XYZ | 46.09 | 59.83 | 9.38 | - |
| YUV | 184.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 9 | 0.11 | 0 | 0.96 | 0.16 | 66.7 | 0.92 | 0.44 |
| Hex | C0 | D7 | 9 | B | 0 | 60 | 10 | 43 | 5C | 2C |
| Octal | 300 | 327 | 11 | 13 | 0 | 140 | 20 | 103 | 134 | 54 |
| Binary | 11000000 | 11010111 | 1001 | 1011 | 0 | 1100000 | 10000 | 1000011 | 1011100 | 101100 |
Color Harmonies of #C0D709
Complementary color
Monochromatic Colors of #C0D709
Black with #C0D709
Text Example
Text Example
White with #C0D709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D709; }
p { color: rgb(192,215,9); }
H1.HeaderClassName
{
color: #C0D709;
}
.AnyTagClassName
{
color: #C0D709;
}
</style>
background-color css
<style>
a { background-color: #C0D709; }
a { background-color: rgb(192,215,9); }
div.DivClassName
{
background-color: #C0D709;
}
.BgClassName
{
background-color: #C0D709;
}
</style>
border-color css
<style>
span { border-color: #C0D709; }
span { border-color: rgb(192,215,9); }
td.TdClassName
{
border-color: #C0D709;
}
.TagClassName
{
border-color: #C0D709;
}
</style>