Shades of Inch Worm #C8DE0D
Tints of Inch Worm #C8DE0D
RGB
CMYK
RGB Variations
Color information
#C8DE0D (or 0xC8DE0D) is known color: Inch Worm. HEX triplet: C8, DE and 0D. RGB value is (200,222,13). Sum of RGB (Red+Green+Blue) = 200+222+13=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DE0D is #3721F2. Grayscale: #C0C0C0. Windows color (decimal): -3613171 or 909000. OLE color: 909000.
HSL color Cylindrical-coordinate representation of color #C8DE0D: hue angle of 66.32º 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 #C8DE0D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.13 |
| HSL | 66.32º | 0.89% | 0.46% | - |
| HSV(B) | 66.32º | 0.94% | 0.87% | - |
| XYZ | 50.01 | 64.55 | 10.2 | - |
| YUV | 191.6 | 27.21 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 13 | 0.10 | 0 | 0.94 | 0.13 | 66.32 | 0.89 | 0.46 |
| Hex | C8 | DE | D | A | 0 | 5E | D | 42 | 59 | 2E |
| Octal | 310 | 336 | 15 | 12 | 0 | 136 | 15 | 102 | 131 | 56 |
| Binary | 11001000 | 11011110 | 1101 | 1010 | 0 | 1011110 | 1101 | 1000010 | 1011001 | 101110 |
Color Harmonies of #C8DE0D
Complementary color
Monochromatic Colors of #C8DE0D
Black with #C8DE0D
Text Example
Text Example
White with #C8DE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE0D; }
p { color: rgb(200,222,13); }
H1.HeaderClassName
{
color: #C8DE0D;
}
.AnyTagClassName
{
color: #C8DE0D;
}
</style>
background-color css
<style>
a { background-color: #C8DE0D; }
a { background-color: rgb(200,222,13); }
div.DivClassName
{
background-color: #C8DE0D;
}
.BgClassName
{
background-color: #C8DE0D;
}
</style>
border-color css
<style>
span { border-color: #C8DE0D; }
span { border-color: rgb(200,222,13); }
td.TdClassName
{
border-color: #C8DE0D;
}
.TagClassName
{
border-color: #C8DE0D;
}
</style>