Shades of Inch Worm #C6DC02
Tints of Inch Worm #C6DC02
RGB
CMYK
RGB Variations
Color information
#C6DC02 (or 0xC6DC02) is known color: Inch Worm. HEX triplet: C6, DC and 02. RGB value is (198,220,2). Sum of RGB (Red+Green+Blue) = 198+220+2=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DC02 is #3923FD. Grayscale: #BDBDBD. Windows color (decimal): -3744766 or 187590. OLE color: 187590.
HSL color Cylindrical-coordinate representation of color #C6DC02: hue angle of 66.06º 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 #C6DC02 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 2 | - |
| CMYK | 0.1 | 0 | 0.99 | 0.14 |
| HSL | 66.06º | 0.98% | 0.44% | - |
| HSV(B) | 66.06º | 0.99% | 0.86% | - |
| XYZ | 48.89 | 63.2 | 9.68 | - |
| YUV | 188.57 | 22.71 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 2 | 0.1 | 0 | 0.99 | 0.14 | 66.06 | 0.98 | 0.44 |
| Hex | C6 | DC | 2 | A | 0 | 63 | E | 42 | 62 | 2C |
| Octal | 306 | 334 | 2 | 12 | 0 | 143 | 16 | 102 | 142 | 54 |
| Binary | 11000110 | 11011100 | 10 | 1010 | 0 | 1100011 | 1110 | 1000010 | 1100010 | 101100 |
Color Harmonies of #C6DC02
Complementary color
Monochromatic Colors of #C6DC02
Black with #C6DC02
Text Example
Text Example
White with #C6DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC02; }
p { color: rgb(198,220,2); }
H1.HeaderClassName
{
color: #C6DC02;
}
.AnyTagClassName
{
color: #C6DC02;
}
</style>
background-color css
<style>
a { background-color: #C6DC02; }
a { background-color: rgb(198,220,2); }
div.DivClassName
{
background-color: #C6DC02;
}
.BgClassName
{
background-color: #C6DC02;
}
</style>
border-color css
<style>
span { border-color: #C6DC02; }
span { border-color: rgb(198,220,2); }
td.TdClassName
{
border-color: #C6DC02;
}
.TagClassName
{
border-color: #C6DC02;
}
</style>