Shades of Inch Worm #C6DD08
Tints of Inch Worm #C6DD08
RGB
CMYK
RGB Variations
Color information
#C6DD08 (or 0xC6DD08) is known color: Inch Worm. HEX triplet: C6, DD and 08. RGB value is (198,221,8). Sum of RGB (Red+Green+Blue) = 198+221+8=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DD08 is #3922F7. Grayscale: #BEBEBE. Windows color (decimal): -3744504 or 581062. OLE color: 581062.
HSL color Cylindrical-coordinate representation of color #C6DD08: hue angle of 66.48º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6DD08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.13 |
| HSL | 66.48º | 0.93% | 0.45% | - |
| HSV(B) | 66.48º | 0.96% | 0.87% | - |
| XYZ | 49.19 | 63.74 | 9.94 | - |
| YUV | 189.84 | 25.38 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 8 | 0.10 | 0 | 0.96 | 0.13 | 66.48 | 0.93 | 0.45 |
| Hex | C6 | DD | 8 | A | 0 | 60 | D | 42 | 5D | 2D |
| Octal | 306 | 335 | 10 | 12 | 0 | 140 | 15 | 102 | 135 | 55 |
| Binary | 11000110 | 11011101 | 1000 | 1010 | 0 | 1100000 | 1101 | 1000010 | 1011101 | 101101 |
Color Harmonies of #C6DD08
Complementary color
Monochromatic Colors of #C6DD08
Black with #C6DD08
Text Example
Text Example
White with #C6DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD08; }
p { color: rgb(198,221,8); }
H1.HeaderClassName
{
color: #C6DD08;
}
.AnyTagClassName
{
color: #C6DD08;
}
</style>
background-color css
<style>
a { background-color: #C6DD08; }
a { background-color: rgb(198,221,8); }
div.DivClassName
{
background-color: #C6DD08;
}
.BgClassName
{
background-color: #C6DD08;
}
</style>
border-color css
<style>
span { border-color: #C6DD08; }
span { border-color: rgb(198,221,8); }
td.TdClassName
{
border-color: #C6DD08;
}
.TagClassName
{
border-color: #C6DD08;
}
</style>