Shades of Inch Worm #C5DC10
Tints of Inch Worm #C5DC10
RGB
CMYK
RGB Variations
Color information
#C5DC10 (or 0xC5DC10) is known color: Inch Worm. HEX triplet: C5, DC and 10. RGB value is (197,220,16). Sum of RGB (Red+Green+Blue) = 197+220+16=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC10 is #3A23EF. Grayscale: #BEBEBE. Windows color (decimal): -3810288 or 1105093. OLE color: 1105093.
HSL color Cylindrical-coordinate representation of color #C5DC10: hue angle of 66.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5DC10 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.14 |
| HSL | 66.76º | 0.86% | 0.46% | - |
| HSV(B) | 66.76º | 0.93% | 0.86% | - |
| XYZ | 48.71 | 63.09 | 10.1 | - |
| YUV | 189.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 16 | 0.10 | 0 | 0.93 | 0.14 | 66.76 | 0.86 | 0.46 |
| Hex | C5 | DC | 10 | A | 0 | 5D | E | 43 | 56 | 2E |
| Octal | 305 | 334 | 20 | 12 | 0 | 135 | 16 | 103 | 126 | 56 |
| Binary | 11000101 | 11011100 | 10000 | 1010 | 0 | 1011101 | 1110 | 1000011 | 1010110 | 101110 |
Color Harmonies of #C5DC10
Complementary color
Monochromatic Colors of #C5DC10
Black with #C5DC10
Text Example
Text Example
White with #C5DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC10; }
p { color: rgb(197,220,16); }
H1.HeaderClassName
{
color: #C5DC10;
}
.AnyTagClassName
{
color: #C5DC10;
}
</style>
background-color css
<style>
a { background-color: #C5DC10; }
a { background-color: rgb(197,220,16); }
div.DivClassName
{
background-color: #C5DC10;
}
.BgClassName
{
background-color: #C5DC10;
}
</style>
border-color css
<style>
span { border-color: #C5DC10; }
span { border-color: rgb(197,220,16); }
td.TdClassName
{
border-color: #C5DC10;
}
.TagClassName
{
border-color: #C5DC10;
}
</style>