Shades of Inch Worm #C2DF03
Tints of Inch Worm #C2DF03
RGB
CMYK
RGB Variations
Color information
#C2DF03 (or 0xC2DF03) is known color: Inch Worm. HEX triplet: C2, DF and 03. RGB value is (194,223,3). Sum of RGB (Red+Green+Blue) = 194+223+3=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DF03 is #3D20FC. Grayscale: #BEBEBE. Windows color (decimal): -4006141 or 253890. OLE color: 253890.
HSL color Cylindrical-coordinate representation of color #C2DF03: hue angle of 67.91º 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 #C2DF03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.13 |
| HSL | 67.91º | 0.97% | 0.44% | - |
| HSV(B) | 67.91º | 0.99% | 0.87% | - |
| XYZ | 48.65 | 64.25 | 9.92 | - |
| YUV | 189.25 | 22.89 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 3 | 0.13 | 0 | 0.99 | 0.13 | 67.91 | 0.97 | 0.44 |
| Hex | C2 | DF | 3 | D | 0 | 63 | D | 44 | 61 | 2C |
| Octal | 302 | 337 | 3 | 15 | 0 | 143 | 15 | 104 | 141 | 54 |
| Binary | 11000010 | 11011111 | 11 | 1101 | 0 | 1100011 | 1101 | 1000100 | 1100001 | 101100 |
Color Harmonies of #C2DF03
Complementary color
Monochromatic Colors of #C2DF03
Black with #C2DF03
Text Example
Text Example
White with #C2DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF03; }
p { color: rgb(194,223,3); }
H1.HeaderClassName
{
color: #C2DF03;
}
.AnyTagClassName
{
color: #C2DF03;
}
</style>
background-color css
<style>
a { background-color: #C2DF03; }
a { background-color: rgb(194,223,3); }
div.DivClassName
{
background-color: #C2DF03;
}
.BgClassName
{
background-color: #C2DF03;
}
</style>
border-color css
<style>
span { border-color: #C2DF03; }
span { border-color: rgb(194,223,3); }
td.TdClassName
{
border-color: #C2DF03;
}
.TagClassName
{
border-color: #C2DF03;
}
</style>