Shades of Inch Worm #C8DC06
Tints of Inch Worm #C8DC06
RGB
CMYK
RGB Variations
Color information
#C8DC06 (or 0xC8DC06) is known color: Inch Worm. HEX triplet: C8, DC and 06. RGB value is (200,220,6). Sum of RGB (Red+Green+Blue) = 200+220+6=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DC06 is #3723F9. Grayscale: #BEBEBE. Windows color (decimal): -3613690 or 449736. OLE color: 449736.
HSL color Cylindrical-coordinate representation of color #C8DC06: hue angle of 65.61º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8DC06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.14 |
| HSL | 65.61º | 0.95% | 0.44% | - |
| HSV(B) | 65.61º | 0.97% | 0.86% | - |
| XYZ | 49.45 | 63.48 | 9.82 | - |
| YUV | 189.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 6 | 0.09 | 0 | 0.97 | 0.14 | 65.61 | 0.95 | 0.44 |
| Hex | C8 | DC | 6 | 9 | 0 | 61 | E | 42 | 5F | 2C |
| Octal | 310 | 334 | 6 | 11 | 0 | 141 | 16 | 102 | 137 | 54 |
| Binary | 11001000 | 11011100 | 110 | 1001 | 0 | 1100001 | 1110 | 1000010 | 1011111 | 101100 |
Color Harmonies of #C8DC06
Complementary color
Monochromatic Colors of #C8DC06
Black with #C8DC06
Text Example
Text Example
White with #C8DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC06; }
p { color: rgb(200,220,6); }
H1.HeaderClassName
{
color: #C8DC06;
}
.AnyTagClassName
{
color: #C8DC06;
}
</style>
background-color css
<style>
a { background-color: #C8DC06; }
a { background-color: rgb(200,220,6); }
div.DivClassName
{
background-color: #C8DC06;
}
.BgClassName
{
background-color: #C8DC06;
}
</style>
border-color css
<style>
span { border-color: #C8DC06; }
span { border-color: rgb(200,220,6); }
td.TdClassName
{
border-color: #C8DC06;
}
.TagClassName
{
border-color: #C8DC06;
}
</style>