Shades of Inch Worm #C5DC03
Tints of Inch Worm #C5DC03
RGB
CMYK
RGB Variations
Color information
#C5DC03 (or 0xC5DC03) is known color: Inch Worm. HEX triplet: C5, DC and 03. RGB value is (197,220,3). Sum of RGB (Red+Green+Blue) = 197+220+3=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC03 is #3A23FC. Grayscale: #BDBDBD. Windows color (decimal): -3810301 or 253125. OLE color: 253125.
HSL color Cylindrical-coordinate representation of color #C5DC03: hue angle of 66.36º 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 #C5DC03 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.14 |
| HSL | 66.36º | 0.97% | 0.44% | - |
| HSV(B) | 66.36º | 0.99% | 0.86% | - |
| XYZ | 48.64 | 63.06 | 9.7 | - |
| YUV | 188.39 | 23.38 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 3 | 0.10 | 0 | 0.99 | 0.14 | 66.36 | 0.97 | 0.44 |
| Hex | C5 | DC | 3 | A | 0 | 63 | E | 42 | 61 | 2C |
| Octal | 305 | 334 | 3 | 12 | 0 | 143 | 16 | 102 | 141 | 54 |
| Binary | 11000101 | 11011100 | 11 | 1010 | 0 | 1100011 | 1110 | 1000010 | 1100001 | 101100 |
Color Harmonies of #C5DC03
Complementary color
Monochromatic Colors of #C5DC03
Black with #C5DC03
Text Example
Text Example
White with #C5DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC03; }
p { color: rgb(197,220,3); }
H1.HeaderClassName
{
color: #C5DC03;
}
.AnyTagClassName
{
color: #C5DC03;
}
</style>
background-color css
<style>
a { background-color: #C5DC03; }
a { background-color: rgb(197,220,3); }
div.DivClassName
{
background-color: #C5DC03;
}
.BgClassName
{
background-color: #C5DC03;
}
</style>
border-color css
<style>
span { border-color: #C5DC03; }
span { border-color: rgb(197,220,3); }
td.TdClassName
{
border-color: #C5DC03;
}
.TagClassName
{
border-color: #C5DC03;
}
</style>