Shades of Inch Worm #CBDE0D
Tints of Inch Worm #CBDE0D
RGB
CMYK
RGB Variations
Color information
#CBDE0D (or 0xCBDE0D) is known color: Inch Worm. HEX triplet: CB, DE and 0D. RGB value is (203,222,13). Sum of RGB (Red+Green+Blue) = 203+222+13=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDE0D is #3421F2. Grayscale: #C1C1C1. Windows color (decimal): -3416563 or 909003. OLE color: 909003.
HSL color Cylindrical-coordinate representation of color #CBDE0D: hue angle of 65.45º 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 #CBDE0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.13 |
| HSL | 65.45º | 0.89% | 0.46% | - |
| HSV(B) | 65.45º | 0.94% | 0.87% | - |
| XYZ | 50.82 | 64.97 | 10.24 | - |
| YUV | 192.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 13 | 0.09 | 0 | 0.94 | 0.13 | 65.45 | 0.89 | 0.46 |
| Hex | CB | DE | D | 9 | 0 | 5E | D | 41 | 59 | 2E |
| Octal | 313 | 336 | 15 | 11 | 0 | 136 | 15 | 101 | 131 | 56 |
| Binary | 11001011 | 11011110 | 1101 | 1001 | 0 | 1011110 | 1101 | 1000001 | 1011001 | 101110 |
Color Harmonies of #CBDE0D
Complementary color
Monochromatic Colors of #CBDE0D
Black with #CBDE0D
Text Example
Text Example
White with #CBDE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE0D; }
p { color: rgb(203,222,13); }
H1.HeaderClassName
{
color: #CBDE0D;
}
.AnyTagClassName
{
color: #CBDE0D;
}
</style>
background-color css
<style>
a { background-color: #CBDE0D; }
a { background-color: rgb(203,222,13); }
div.DivClassName
{
background-color: #CBDE0D;
}
.BgClassName
{
background-color: #CBDE0D;
}
</style>
border-color css
<style>
span { border-color: #CBDE0D; }
span { border-color: rgb(203,222,13); }
td.TdClassName
{
border-color: #CBDE0D;
}
.TagClassName
{
border-color: #CBDE0D;
}
</style>