Shades of Inch Worm #C6DC03
Tints of Inch Worm #C6DC03
RGB
CMYK
RGB Variations
Color information
#C6DC03 (or 0xC6DC03) is known color: Inch Worm. HEX triplet: C6, DC and 03. RGB value is (198,220,3). Sum of RGB (Red+Green+Blue) = 198+220+3=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DC03 is #3923FC. Grayscale: #BDBDBD. Windows color (decimal): -3744765 or 253126. OLE color: 253126.
HSL color Cylindrical-coordinate representation of color #C6DC03: hue angle of 66.08º 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 #C6DC03 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 3 | - |
| CMYK | 0.1 | 0 | 0.99 | 0.14 |
| HSL | 66.08º | 0.97% | 0.44% | - |
| HSV(B) | 66.08º | 0.99% | 0.86% | - |
| XYZ | 48.9 | 63.2 | 9.71 | - |
| YUV | 188.68 | 23.21 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 3 | 0.1 | 0 | 0.99 | 0.14 | 66.08 | 0.97 | 0.44 |
| Hex | C6 | DC | 3 | A | 0 | 63 | E | 42 | 61 | 2C |
| Octal | 306 | 334 | 3 | 12 | 0 | 143 | 16 | 102 | 141 | 54 |
| Binary | 11000110 | 11011100 | 11 | 1010 | 0 | 1100011 | 1110 | 1000010 | 1100001 | 101100 |
Color Harmonies of #C6DC03
Complementary color
Monochromatic Colors of #C6DC03
Black with #C6DC03
Text Example
Text Example
White with #C6DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC03; }
p { color: rgb(198,220,3); }
H1.HeaderClassName
{
color: #C6DC03;
}
.AnyTagClassName
{
color: #C6DC03;
}
</style>
background-color css
<style>
a { background-color: #C6DC03; }
a { background-color: rgb(198,220,3); }
div.DivClassName
{
background-color: #C6DC03;
}
.BgClassName
{
background-color: #C6DC03;
}
</style>
border-color css
<style>
span { border-color: #C6DC03; }
span { border-color: rgb(198,220,3); }
td.TdClassName
{
border-color: #C6DC03;
}
.TagClassName
{
border-color: #C6DC03;
}
</style>