Shades of Inch Worm #C0DF03
Tints of Inch Worm #C0DF03
RGB
CMYK
RGB Variations
Color information
#C0DF03 (or 0xC0DF03) is known color: Inch Worm. HEX triplet: C0, DF and 03. RGB value is (192,223,3). Sum of RGB (Red+Green+Blue) = 192+223+3=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DF03 is #3F20FC. Grayscale: #BDBDBD. Windows color (decimal): -4137213 or 253888. OLE color: 253888.
HSL color Cylindrical-coordinate representation of color #C0DF03: hue angle of 68.45º 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 #C0DF03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.13 |
| HSL | 68.45º | 0.97% | 0.44% | - |
| HSV(B) | 68.45º | 0.99% | 0.87% | - |
| XYZ | 48.14 | 63.99 | 9.9 | - |
| YUV | 188.65 | 23.23 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 3 | 0.14 | 0 | 0.99 | 0.13 | 68.45 | 0.97 | 0.44 |
| Hex | C0 | DF | 3 | E | 0 | 63 | D | 44 | 61 | 2C |
| Octal | 300 | 337 | 3 | 16 | 0 | 143 | 15 | 104 | 141 | 54 |
| Binary | 11000000 | 11011111 | 11 | 1110 | 0 | 1100011 | 1101 | 1000100 | 1100001 | 101100 |
Color Harmonies of #C0DF03
Complementary color
Monochromatic Colors of #C0DF03
Black with #C0DF03
Text Example
Text Example
White with #C0DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF03; }
p { color: rgb(192,223,3); }
H1.HeaderClassName
{
color: #C0DF03;
}
.AnyTagClassName
{
color: #C0DF03;
}
</style>
background-color css
<style>
a { background-color: #C0DF03; }
a { background-color: rgb(192,223,3); }
div.DivClassName
{
background-color: #C0DF03;
}
.BgClassName
{
background-color: #C0DF03;
}
</style>
border-color css
<style>
span { border-color: #C0DF03; }
span { border-color: rgb(192,223,3); }
td.TdClassName
{
border-color: #C0DF03;
}
.TagClassName
{
border-color: #C0DF03;
}
</style>