Shades of Inch Worm #C7DC08
Tints of Inch Worm #C7DC08
RGB
CMYK
RGB Variations
Color information
#C7DC08 (or 0xC7DC08) is known color: Inch Worm. HEX triplet: C7, DC and 08. RGB value is (199,220,8). Sum of RGB (Red+Green+Blue) = 199+220+8=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DC08 is #3823F7. Grayscale: #BEBEBE. Windows color (decimal): -3679224 or 580807. OLE color: 580807.
HSL color Cylindrical-coordinate representation of color #C7DC08: hue angle of 65.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7DC08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.14 |
| HSL | 65.94º | 0.93% | 0.45% | - |
| HSV(B) | 65.94º | 0.96% | 0.86% | - |
| XYZ | 49.19 | 63.35 | 9.86 | - |
| YUV | 189.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 8 | 0.10 | 0 | 0.96 | 0.14 | 65.94 | 0.93 | 0.45 |
| Hex | C7 | DC | 8 | A | 0 | 60 | E | 42 | 5D | 2D |
| Octal | 307 | 334 | 10 | 12 | 0 | 140 | 16 | 102 | 135 | 55 |
| Binary | 11000111 | 11011100 | 1000 | 1010 | 0 | 1100000 | 1110 | 1000010 | 1011101 | 101101 |
Color Harmonies of #C7DC08
Complementary color
Monochromatic Colors of #C7DC08
Black with #C7DC08
Text Example
Text Example
White with #C7DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC08; }
p { color: rgb(199,220,8); }
H1.HeaderClassName
{
color: #C7DC08;
}
.AnyTagClassName
{
color: #C7DC08;
}
</style>
background-color css
<style>
a { background-color: #C7DC08; }
a { background-color: rgb(199,220,8); }
div.DivClassName
{
background-color: #C7DC08;
}
.BgClassName
{
background-color: #C7DC08;
}
</style>
border-color css
<style>
span { border-color: #C7DC08; }
span { border-color: rgb(199,220,8); }
td.TdClassName
{
border-color: #C7DC08;
}
.TagClassName
{
border-color: #C7DC08;
}
</style>