Shades of Inch Worm #C0DD03
Tints of Inch Worm #C0DD03
RGB
CMYK
RGB Variations
Color information
#C0DD03 (or 0xC0DD03) is known color: Inch Worm. HEX triplet: C0, DD and 03. RGB value is (192,221,3). Sum of RGB (Red+Green+Blue) = 192+221+3=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD03 is #3F22FC. Grayscale: #BCBCBC. Windows color (decimal): -4137725 or 253376. OLE color: 253376.
HSL color Cylindrical-coordinate representation of color #C0DD03: hue angle of 67.98º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0DD03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.13 |
| HSL | 67.98º | 0.97% | 0.44% | - |
| HSV(B) | 67.98º | 0.99% | 0.87% | - |
| XYZ | 47.61 | 62.93 | 9.72 | - |
| YUV | 187.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 3 | 0.13 | 0 | 0.99 | 0.13 | 67.98 | 0.97 | 0.44 |
| Hex | C0 | DD | 3 | D | 0 | 63 | D | 44 | 61 | 2C |
| Octal | 300 | 335 | 3 | 15 | 0 | 143 | 15 | 104 | 141 | 54 |
| Binary | 11000000 | 11011101 | 11 | 1101 | 0 | 1100011 | 1101 | 1000100 | 1100001 | 101100 |
Color Harmonies of #C0DD03
Complementary color
Monochromatic Colors of #C0DD03
Black with #C0DD03
Text Example
Text Example
White with #C0DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD03; }
p { color: rgb(192,221,3); }
H1.HeaderClassName
{
color: #C0DD03;
}
.AnyTagClassName
{
color: #C0DD03;
}
</style>
background-color css
<style>
a { background-color: #C0DD03; }
a { background-color: rgb(192,221,3); }
div.DivClassName
{
background-color: #C0DD03;
}
.BgClassName
{
background-color: #C0DD03;
}
</style>
border-color css
<style>
span { border-color: #C0DD03; }
span { border-color: rgb(192,221,3); }
td.TdClassName
{
border-color: #C0DD03;
}
.TagClassName
{
border-color: #C0DD03;
}
</style>