Shades of Inch Worm #C8DD0D
Tints of Inch Worm #C8DD0D
RGB
CMYK
RGB Variations
Color information
#C8DD0D (or 0xC8DD0D) is known color: Inch Worm. HEX triplet: C8, DD and 0D. RGB value is (200,221,13). Sum of RGB (Red+Green+Blue) = 200+221+13=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DD0D is #3722F2. Grayscale: #BFBFBF. Windows color (decimal): -3613427 or 908744. OLE color: 908744.
HSL color Cylindrical-coordinate representation of color #C8DD0D: hue angle of 66.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8DD0D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.13 |
| HSL | 66.06º | 0.89% | 0.46% | - |
| HSV(B) | 66.06º | 0.94% | 0.87% | - |
| XYZ | 49.75 | 64.02 | 10.12 | - |
| YUV | 191.01 | 27.54 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 13 | 0.10 | 0 | 0.94 | 0.13 | 66.06 | 0.89 | 0.46 |
| Hex | C8 | DD | D | A | 0 | 5E | D | 42 | 59 | 2E |
| Octal | 310 | 335 | 15 | 12 | 0 | 136 | 15 | 102 | 131 | 56 |
| Binary | 11001000 | 11011101 | 1101 | 1010 | 0 | 1011110 | 1101 | 1000010 | 1011001 | 101110 |
Color Harmonies of #C8DD0D
Complementary color
Monochromatic Colors of #C8DD0D
Black with #C8DD0D
Text Example
Text Example
White with #C8DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD0D; }
p { color: rgb(200,221,13); }
H1.HeaderClassName
{
color: #C8DD0D;
}
.AnyTagClassName
{
color: #C8DD0D;
}
</style>
background-color css
<style>
a { background-color: #C8DD0D; }
a { background-color: rgb(200,221,13); }
div.DivClassName
{
background-color: #C8DD0D;
}
.BgClassName
{
background-color: #C8DD0D;
}
</style>
border-color css
<style>
span { border-color: #C8DD0D; }
span { border-color: rgb(200,221,13); }
td.TdClassName
{
border-color: #C8DD0D;
}
.TagClassName
{
border-color: #C8DD0D;
}
</style>