Shades of Inch Worm #C8DC04
Tints of Inch Worm #C8DC04
RGB
CMYK
RGB Variations
Color information
#C8DC04 (or 0xC8DC04) is known color: Inch Worm. HEX triplet: C8, DC and 04. RGB value is (200,220,4). Sum of RGB (Red+Green+Blue) = 200+220+4=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DC04 is #3723FB. Grayscale: #BEBEBE. Windows color (decimal): -3613692 or 318664. OLE color: 318664.
HSL color Cylindrical-coordinate representation of color #C8DC04: hue angle of 65.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8DC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.14 |
| HSL | 65.56º | 0.96% | 0.44% | - |
| HSV(B) | 65.56º | 0.98% | 0.86% | - |
| XYZ | 49.43 | 63.47 | 9.76 | - |
| YUV | 189.4 | 23.37 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 4 | 0.09 | 0 | 0.98 | 0.14 | 65.56 | 0.96 | 0.44 |
| Hex | C8 | DC | 4 | 9 | 0 | 62 | E | 42 | 60 | 2C |
| Octal | 310 | 334 | 4 | 11 | 0 | 142 | 16 | 102 | 140 | 54 |
| Binary | 11001000 | 11011100 | 100 | 1001 | 0 | 1100010 | 1110 | 1000010 | 1100000 | 101100 |
Color Harmonies of #C8DC04
Complementary color
Monochromatic Colors of #C8DC04
Black with #C8DC04
Text Example
Text Example
White with #C8DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC04; }
p { color: rgb(200,220,4); }
H1.HeaderClassName
{
color: #C8DC04;
}
.AnyTagClassName
{
color: #C8DC04;
}
</style>
background-color css
<style>
a { background-color: #C8DC04; }
a { background-color: rgb(200,220,4); }
div.DivClassName
{
background-color: #C8DC04;
}
.BgClassName
{
background-color: #C8DC04;
}
</style>
border-color css
<style>
span { border-color: #C8DC04; }
span { border-color: rgb(200,220,4); }
td.TdClassName
{
border-color: #C8DC04;
}
.TagClassName
{
border-color: #C8DC04;
}
</style>