Shades of Inch Worm #C2DF00
Tints of Inch Worm #C2DF00
RGB
CMYK
RGB Variations
Color information
#C2DF00 (or 0xC2DF00) is known color: Inch Worm. HEX triplet: C2, DF and 00. RGB value is (194,223,0). Sum of RGB (Red+Green+Blue) = 194+223+0=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DF00 is #3D20FF. Grayscale: #BDBDBD. Windows color (decimal): -4006144 or 57282. OLE color: 57282.
HSL color Cylindrical-coordinate representation of color #C2DF00: hue angle of 67.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2DF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.13 |
| HSL | 67.8º | 1% | 0.44% | - |
| HSV(B) | 67.8º | 1% | 0.87% | - |
| XYZ | 48.64 | 64.24 | 9.84 | - |
| YUV | 188.91 | 21.39 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 0 | 0.13 | 0 | 1 | 0.13 | 67.8 | 1 | 0.44 |
| Hex | C2 | DF | 0 | D | 0 | 64 | D | 44 | 64 | 2C |
| Octal | 302 | 337 | 0 | 15 | 0 | 144 | 15 | 104 | 144 | 54 |
| Binary | 11000010 | 11011111 | 0 | 1101 | 0 | 1100100 | 1101 | 1000100 | 1100100 | 101100 |
Color Harmonies of #C2DF00
Complementary color
Monochromatic Colors of #C2DF00
Black with #C2DF00
Text Example
Text Example
White with #C2DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF00; }
p { color: rgb(194,223,0); }
H1.HeaderClassName
{
color: #C2DF00;
}
.AnyTagClassName
{
color: #C2DF00;
}
</style>
background-color css
<style>
a { background-color: #C2DF00; }
a { background-color: rgb(194,223,0); }
div.DivClassName
{
background-color: #C2DF00;
}
.BgClassName
{
background-color: #C2DF00;
}
</style>
border-color css
<style>
span { border-color: #C2DF00; }
span { border-color: rgb(194,223,0); }
td.TdClassName
{
border-color: #C2DF00;
}
.TagClassName
{
border-color: #C2DF00;
}
</style>