Shades of Inch Worm #C5DC06
Tints of Inch Worm #C5DC06
RGB
CMYK
RGB Variations
Color information
#C5DC06 (or 0xC5DC06) is known color: Inch Worm. HEX triplet: C5, DC and 06. RGB value is (197,220,6). Sum of RGB (Red+Green+Blue) = 197+220+6=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC06 is #3A23F9. Grayscale: #BDBDBD. Windows color (decimal): -3810298 or 449733. OLE color: 449733.
HSL color Cylindrical-coordinate representation of color #C5DC06: hue angle of 66.45º 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 #C5DC06 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.14 |
| HSL | 66.45º | 0.95% | 0.44% | - |
| HSV(B) | 66.45º | 0.97% | 0.86% | - |
| XYZ | 48.65 | 63.07 | 9.78 | - |
| YUV | 188.73 | 24.88 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 6 | 0.10 | 0 | 0.97 | 0.14 | 66.45 | 0.95 | 0.44 |
| Hex | C5 | DC | 6 | A | 0 | 61 | E | 42 | 5F | 2C |
| Octal | 305 | 334 | 6 | 12 | 0 | 141 | 16 | 102 | 137 | 54 |
| Binary | 11000101 | 11011100 | 110 | 1010 | 0 | 1100001 | 1110 | 1000010 | 1011111 | 101100 |
Color Harmonies of #C5DC06
Complementary color
Monochromatic Colors of #C5DC06
Black with #C5DC06
Text Example
Text Example
White with #C5DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC06; }
p { color: rgb(197,220,6); }
H1.HeaderClassName
{
color: #C5DC06;
}
.AnyTagClassName
{
color: #C5DC06;
}
</style>
background-color css
<style>
a { background-color: #C5DC06; }
a { background-color: rgb(197,220,6); }
div.DivClassName
{
background-color: #C5DC06;
}
.BgClassName
{
background-color: #C5DC06;
}
</style>
border-color css
<style>
span { border-color: #C5DC06; }
span { border-color: rgb(197,220,6); }
td.TdClassName
{
border-color: #C5DC06;
}
.TagClassName
{
border-color: #C5DC06;
}
</style>