Shades of Inch Worm #C8DC03
Tints of Inch Worm #C8DC03
RGB
CMYK
RGB Variations
Color information
#C8DC03 (or 0xC8DC03) is known color: Inch Worm. HEX triplet: C8, DC and 03. RGB value is (200,220,3). Sum of RGB (Red+Green+Blue) = 200+220+3=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DC03 is #3723FC. Grayscale: #BEBEBE. Windows color (decimal): -3613693 or 253128. OLE color: 253128.
HSL color Cylindrical-coordinate representation of color #C8DC03: hue angle of 65.53º 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 #C8DC03 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.14 |
| HSL | 65.53º | 0.97% | 0.44% | - |
| HSV(B) | 65.53º | 0.99% | 0.86% | - |
| XYZ | 49.43 | 63.47 | 9.73 | - |
| YUV | 189.28 | 22.87 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 3 | 0.09 | 0 | 0.99 | 0.14 | 65.53 | 0.97 | 0.44 |
| Hex | C8 | DC | 3 | 9 | 0 | 63 | E | 42 | 61 | 2C |
| Octal | 310 | 334 | 3 | 11 | 0 | 143 | 16 | 102 | 141 | 54 |
| Binary | 11001000 | 11011100 | 11 | 1001 | 0 | 1100011 | 1110 | 1000010 | 1100001 | 101100 |
Color Harmonies of #C8DC03
Complementary color
Monochromatic Colors of #C8DC03
Black with #C8DC03
Text Example
Text Example
White with #C8DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC03; }
p { color: rgb(200,220,3); }
H1.HeaderClassName
{
color: #C8DC03;
}
.AnyTagClassName
{
color: #C8DC03;
}
</style>
background-color css
<style>
a { background-color: #C8DC03; }
a { background-color: rgb(200,220,3); }
div.DivClassName
{
background-color: #C8DC03;
}
.BgClassName
{
background-color: #C8DC03;
}
</style>
border-color css
<style>
span { border-color: #C8DC03; }
span { border-color: rgb(200,220,3); }
td.TdClassName
{
border-color: #C8DC03;
}
.TagClassName
{
border-color: #C8DC03;
}
</style>