Shades of Inch Worm #CBDC0D
Tints of Inch Worm #CBDC0D
RGB
CMYK
RGB Variations
Color information
#CBDC0D (or 0xCBDC0D) is known color: Inch Worm. HEX triplet: CB, DC and 0D. RGB value is (203,220,13). Sum of RGB (Red+Green+Blue) = 203+220+13=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC0D is #3423F2. Grayscale: #C0C0C0. Windows color (decimal): -3417075 or 908491. OLE color: 908491.
HSL color Cylindrical-coordinate representation of color #CBDC0D: hue angle of 64.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBDC0D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.14 |
| HSL | 64.93º | 0.89% | 0.46% | - |
| HSV(B) | 64.93º | 0.94% | 0.86% | - |
| XYZ | 50.29 | 63.91 | 10.07 | - |
| YUV | 191.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 13 | 0.08 | 0 | 0.94 | 0.14 | 64.93 | 0.89 | 0.46 |
| Hex | CB | DC | D | 8 | 0 | 5E | E | 41 | 59 | 2E |
| Octal | 313 | 334 | 15 | 10 | 0 | 136 | 16 | 101 | 131 | 56 |
| Binary | 11001011 | 11011100 | 1101 | 1000 | 0 | 1011110 | 1110 | 1000001 | 1011001 | 101110 |
Color Harmonies of #CBDC0D
Complementary color
Monochromatic Colors of #CBDC0D
Black with #CBDC0D
Text Example
Text Example
White with #CBDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC0D; }
p { color: rgb(203,220,13); }
H1.HeaderClassName
{
color: #CBDC0D;
}
.AnyTagClassName
{
color: #CBDC0D;
}
</style>
background-color css
<style>
a { background-color: #CBDC0D; }
a { background-color: rgb(203,220,13); }
div.DivClassName
{
background-color: #CBDC0D;
}
.BgClassName
{
background-color: #CBDC0D;
}
</style>
border-color css
<style>
span { border-color: #CBDC0D; }
span { border-color: rgb(203,220,13); }
td.TdClassName
{
border-color: #CBDC0D;
}
.TagClassName
{
border-color: #CBDC0D;
}
</style>