Shades of Inch Worm #C7DC02
Tints of Inch Worm #C7DC02
RGB
CMYK
RGB Variations
Color information
#C7DC02 (or 0xC7DC02) is known color: Inch Worm. HEX triplet: C7, DC and 02. RGB value is (199,220,2). Sum of RGB (Red+Green+Blue) = 199+220+2=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DC02 is #3823FD. Grayscale: #BDBDBD. Windows color (decimal): -3679230 or 187591. OLE color: 187591.
HSL color Cylindrical-coordinate representation of color #C7DC02: hue angle of 65.78º degrees, saturation: 0.98, 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 #C7DC02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.14 |
| HSL | 65.78º | 0.98% | 0.44% | - |
| HSV(B) | 65.78º | 0.99% | 0.86% | - |
| XYZ | 49.16 | 63.33 | 9.69 | - |
| YUV | 188.87 | 22.54 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 2 | 0.10 | 0 | 0.99 | 0.14 | 65.78 | 0.98 | 0.44 |
| Hex | C7 | DC | 2 | A | 0 | 63 | E | 42 | 62 | 2C |
| Octal | 307 | 334 | 2 | 12 | 0 | 143 | 16 | 102 | 142 | 54 |
| Binary | 11000111 | 11011100 | 10 | 1010 | 0 | 1100011 | 1110 | 1000010 | 1100010 | 101100 |
Color Harmonies of #C7DC02
Complementary color
Monochromatic Colors of #C7DC02
Black with #C7DC02
Text Example
Text Example
White with #C7DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC02; }
p { color: rgb(199,220,2); }
H1.HeaderClassName
{
color: #C7DC02;
}
.AnyTagClassName
{
color: #C7DC02;
}
</style>
background-color css
<style>
a { background-color: #C7DC02; }
a { background-color: rgb(199,220,2); }
div.DivClassName
{
background-color: #C7DC02;
}
.BgClassName
{
background-color: #C7DC02;
}
</style>
border-color css
<style>
span { border-color: #C7DC02; }
span { border-color: rgb(199,220,2); }
td.TdClassName
{
border-color: #C7DC02;
}
.TagClassName
{
border-color: #C7DC02;
}
</style>