Shades of Inch Worm #C9DC03
Tints of Inch Worm #C9DC03
RGB
CMYK
RGB Variations
Color information
#C9DC03 (or 0xC9DC03) is known color: Inch Worm. HEX triplet: C9, DC and 03. RGB value is (201,220,3). Sum of RGB (Red+Green+Blue) = 201+220+3=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC03 is #3623FC. Grayscale: #BEBEBE. Windows color (decimal): -3548157 or 253129. OLE color: 253129.
HSL color Cylindrical-coordinate representation of color #C9DC03: hue angle of 65.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9DC03 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.14 |
| HSL | 65.25º | 0.97% | 0.44% | - |
| HSV(B) | 65.25º | 0.99% | 0.86% | - |
| XYZ | 49.7 | 63.61 | 9.74 | - |
| YUV | 189.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 3 | 0.09 | 0 | 0.99 | 0.14 | 65.25 | 0.97 | 0.44 |
| Hex | C9 | DC | 3 | 9 | 0 | 63 | E | 41 | 61 | 2C |
| Octal | 311 | 334 | 3 | 11 | 0 | 143 | 16 | 101 | 141 | 54 |
| Binary | 11001001 | 11011100 | 11 | 1001 | 0 | 1100011 | 1110 | 1000001 | 1100001 | 101100 |
Color Harmonies of #C9DC03
Complementary color
Monochromatic Colors of #C9DC03
Black with #C9DC03
Text Example
Text Example
White with #C9DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC03; }
p { color: rgb(201,220,3); }
H1.HeaderClassName
{
color: #C9DC03;
}
.AnyTagClassName
{
color: #C9DC03;
}
</style>
background-color css
<style>
a { background-color: #C9DC03; }
a { background-color: rgb(201,220,3); }
div.DivClassName
{
background-color: #C9DC03;
}
.BgClassName
{
background-color: #C9DC03;
}
</style>
border-color css
<style>
span { border-color: #C9DC03; }
span { border-color: rgb(201,220,3); }
td.TdClassName
{
border-color: #C9DC03;
}
.TagClassName
{
border-color: #C9DC03;
}
</style>