Shades of Inch Worm #C0DB03
Tints of Inch Worm #C0DB03
RGB
CMYK
RGB Variations
Color information
#C0DB03 (or 0xC0DB03) is known color: Inch Worm. HEX triplet: C0, DB and 03. RGB value is (192,219,3). Sum of RGB (Red+Green+Blue) = 192+219+3=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DB03 is #3F24FC. Grayscale: #BBBBBB. Windows color (decimal): -4138237 or 252864. OLE color: 252864.
HSL color Cylindrical-coordinate representation of color #C0DB03: hue angle of 67.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0DB03 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.14 |
| HSL | 67.5º | 0.97% | 0.44% | - |
| HSV(B) | 67.5º | 0.99% | 0.86% | - |
| XYZ | 47.09 | 61.88 | 9.55 | - |
| YUV | 186.3 | 24.55 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 3 | 0.12 | 0 | 0.99 | 0.14 | 67.5 | 0.97 | 0.44 |
| Hex | C0 | DB | 3 | C | 0 | 63 | E | 44 | 61 | 2C |
| Octal | 300 | 333 | 3 | 14 | 0 | 143 | 16 | 104 | 141 | 54 |
| Binary | 11000000 | 11011011 | 11 | 1100 | 0 | 1100011 | 1110 | 1000100 | 1100001 | 101100 |
Color Harmonies of #C0DB03
Complementary color
Monochromatic Colors of #C0DB03
Black with #C0DB03
Text Example
Text Example
White with #C0DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB03; }
p { color: rgb(192,219,3); }
H1.HeaderClassName
{
color: #C0DB03;
}
.AnyTagClassName
{
color: #C0DB03;
}
</style>
background-color css
<style>
a { background-color: #C0DB03; }
a { background-color: rgb(192,219,3); }
div.DivClassName
{
background-color: #C0DB03;
}
.BgClassName
{
background-color: #C0DB03;
}
</style>
border-color css
<style>
span { border-color: #C0DB03; }
span { border-color: rgb(192,219,3); }
td.TdClassName
{
border-color: #C0DB03;
}
.TagClassName
{
border-color: #C0DB03;
}
</style>