Shades of Inch Worm #C9DC0F
Tints of Inch Worm #C9DC0F
RGB
CMYK
RGB Variations
Color information
#C9DC0F (or 0xC9DC0F) is known color: Inch Worm. HEX triplet: C9, DC and 0F. RGB value is (201,220,15). Sum of RGB (Red+Green+Blue) = 201+220+15=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC0F is #3623F0. Grayscale: #BFBFBF. Windows color (decimal): -3548145 or 1039561. OLE color: 1039561.
HSL color Cylindrical-coordinate representation of color #C9DC0F: hue angle of 65.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9DC0F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.14 |
| HSL | 65.56º | 0.87% | 0.46% | - |
| HSV(B) | 65.56º | 0.93% | 0.86% | - |
| XYZ | 49.77 | 63.64 | 10.11 | - |
| YUV | 190.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 15 | 0.09 | 0 | 0.93 | 0.14 | 65.56 | 0.87 | 0.46 |
| Hex | C9 | DC | F | 9 | 0 | 5D | E | 42 | 57 | 2E |
| Octal | 311 | 334 | 17 | 11 | 0 | 135 | 16 | 102 | 127 | 56 |
| Binary | 11001001 | 11011100 | 1111 | 1001 | 0 | 1011101 | 1110 | 1000010 | 1010111 | 101110 |
Color Harmonies of #C9DC0F
Complementary color
Monochromatic Colors of #C9DC0F
Black with #C9DC0F
Text Example
Text Example
White with #C9DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC0F; }
p { color: rgb(201,220,15); }
H1.HeaderClassName
{
color: #C9DC0F;
}
.AnyTagClassName
{
color: #C9DC0F;
}
</style>
background-color css
<style>
a { background-color: #C9DC0F; }
a { background-color: rgb(201,220,15); }
div.DivClassName
{
background-color: #C9DC0F;
}
.BgClassName
{
background-color: #C9DC0F;
}
</style>
border-color css
<style>
span { border-color: #C9DC0F; }
span { border-color: rgb(201,220,15); }
td.TdClassName
{
border-color: #C9DC0F;
}
.TagClassName
{
border-color: #C9DC0F;
}
</style>