Shades of Inch Worm #C8DD06
Tints of Inch Worm #C8DD06
RGB
CMYK
RGB Variations
Color information
#C8DD06 (or 0xC8DD06) is known color: Inch Worm. HEX triplet: C8, DD and 06. RGB value is (200,221,6). Sum of RGB (Red+Green+Blue) = 200+221+6=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DD06 is #3722F9. Grayscale: #BFBFBF. Windows color (decimal): -3613434 or 449992. OLE color: 449992.
HSL color Cylindrical-coordinate representation of color #C8DD06: hue angle of 65.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8DD06 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.13 |
| HSL | 65.86º | 0.95% | 0.45% | - |
| HSV(B) | 65.86º | 0.97% | 0.87% | - |
| XYZ | 49.71 | 64.01 | 9.91 | - |
| YUV | 190.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 6 | 0.10 | 0 | 0.97 | 0.13 | 65.86 | 0.95 | 0.45 |
| Hex | C8 | DD | 6 | A | 0 | 61 | D | 42 | 5F | 2D |
| Octal | 310 | 335 | 6 | 12 | 0 | 141 | 15 | 102 | 137 | 55 |
| Binary | 11001000 | 11011101 | 110 | 1010 | 0 | 1100001 | 1101 | 1000010 | 1011111 | 101101 |
Color Harmonies of #C8DD06
Complementary color
Monochromatic Colors of #C8DD06
Black with #C8DD06
Text Example
Text Example
White with #C8DD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD06; }
p { color: rgb(200,221,6); }
H1.HeaderClassName
{
color: #C8DD06;
}
.AnyTagClassName
{
color: #C8DD06;
}
</style>
background-color css
<style>
a { background-color: #C8DD06; }
a { background-color: rgb(200,221,6); }
div.DivClassName
{
background-color: #C8DD06;
}
.BgClassName
{
background-color: #C8DD06;
}
</style>
border-color css
<style>
span { border-color: #C8DD06; }
span { border-color: rgb(200,221,6); }
td.TdClassName
{
border-color: #C8DD06;
}
.TagClassName
{
border-color: #C8DD06;
}
</style>