Shades of Inch Worm #C1DF00
Tints of Inch Worm #C1DF00
RGB
CMYK
RGB Variations
Color information
#C1DF00 (or 0xC1DF00) is known color: Inch Worm. HEX triplet: C1, DF and 00. RGB value is (193,223,0). Sum of RGB (Red+Green+Blue) = 193+223+0=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DF00 is #3E20FF. Grayscale: #BDBDBD. Windows color (decimal): -4071680 or 57281. OLE color: 57281.
HSL color Cylindrical-coordinate representation of color #C1DF00: hue angle of 68.07º 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 #C1DF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.13 |
| HSL | 68.07º | 1% | 0.44% | - |
| HSV(B) | 68.07º | 1% | 0.87% | - |
| XYZ | 48.38 | 64.11 | 9.83 | - |
| YUV | 188.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 0 | 0.13 | 0 | 1 | 0.13 | 68.07 | 1 | 0.44 |
| Hex | C1 | DF | 0 | D | 0 | 64 | D | 44 | 64 | 2C |
| Octal | 301 | 337 | 0 | 15 | 0 | 144 | 15 | 104 | 144 | 54 |
| Binary | 11000001 | 11011111 | 0 | 1101 | 0 | 1100100 | 1101 | 1000100 | 1100100 | 101100 |
Color Harmonies of #C1DF00
Complementary color
Monochromatic Colors of #C1DF00
Black with #C1DF00
Text Example
Text Example
White with #C1DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF00; }
p { color: rgb(193,223,0); }
H1.HeaderClassName
{
color: #C1DF00;
}
.AnyTagClassName
{
color: #C1DF00;
}
</style>
background-color css
<style>
a { background-color: #C1DF00; }
a { background-color: rgb(193,223,0); }
div.DivClassName
{
background-color: #C1DF00;
}
.BgClassName
{
background-color: #C1DF00;
}
</style>
border-color css
<style>
span { border-color: #C1DF00; }
span { border-color: rgb(193,223,0); }
td.TdClassName
{
border-color: #C1DF00;
}
.TagClassName
{
border-color: #C1DF00;
}
</style>