Shades of Inch Worm #C4DC03
Tints of Inch Worm #C4DC03
RGB
CMYK
RGB Variations
Color information
#C4DC03 (or 0xC4DC03) is known color: Inch Worm. HEX triplet: C4, DC and 03. RGB value is (196,220,3). Sum of RGB (Red+Green+Blue) = 196+220+3=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DC03 is #3B23FC. Grayscale: #BCBCBC. Windows color (decimal): -3875837 or 253124. OLE color: 253124.
HSL color Cylindrical-coordinate representation of color #C4DC03: hue angle of 66.64º 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 #C4DC03 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.14 |
| HSL | 66.64º | 0.97% | 0.44% | - |
| HSV(B) | 66.64º | 0.99% | 0.86% | - |
| XYZ | 48.37 | 62.93 | 9.68 | - |
| YUV | 188.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 3 | 0.11 | 0 | 0.99 | 0.14 | 66.64 | 0.97 | 0.44 |
| Hex | C4 | DC | 3 | B | 0 | 63 | E | 43 | 61 | 2C |
| Octal | 304 | 334 | 3 | 13 | 0 | 143 | 16 | 103 | 141 | 54 |
| Binary | 11000100 | 11011100 | 11 | 1011 | 0 | 1100011 | 1110 | 1000011 | 1100001 | 101100 |
Color Harmonies of #C4DC03
Complementary color
Monochromatic Colors of #C4DC03
Black with #C4DC03
Text Example
Text Example
White with #C4DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC03; }
p { color: rgb(196,220,3); }
H1.HeaderClassName
{
color: #C4DC03;
}
.AnyTagClassName
{
color: #C4DC03;
}
</style>
background-color css
<style>
a { background-color: #C4DC03; }
a { background-color: rgb(196,220,3); }
div.DivClassName
{
background-color: #C4DC03;
}
.BgClassName
{
background-color: #C4DC03;
}
</style>
border-color css
<style>
span { border-color: #C4DC03; }
span { border-color: rgb(196,220,3); }
td.TdClassName
{
border-color: #C4DC03;
}
.TagClassName
{
border-color: #C4DC03;
}
</style>