Shades of Inch Worm #C1DF0C
Tints of Inch Worm #C1DF0C
RGB
CMYK
RGB Variations
Color information
#C1DF0C (or 0xC1DF0C) is known color: Inch Worm. HEX triplet: C1, DF and 0C. RGB value is (193,223,12). Sum of RGB (Red+Green+Blue) = 193+223+12=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DF0C is #3E20F3. Grayscale: #BEBEBE. Windows color (decimal): -4071668 or 843713. OLE color: 843713.
HSL color Cylindrical-coordinate representation of color #C1DF0C: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1DF0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 12 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.13 |
| HSL | 68.53º | 0.9% | 0.46% | - |
| HSV(B) | 68.53º | 0.95% | 0.87% | - |
| XYZ | 48.45 | 64.14 | 10.17 | - |
| YUV | 189.98 | 27.56 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 12 | 0.13 | 0 | 0.95 | 0.13 | 68.53 | 0.9 | 0.46 |
| Hex | C1 | DF | C | D | 0 | 5F | D | 45 | 5A | 2E |
| Octal | 301 | 337 | 14 | 15 | 0 | 137 | 15 | 105 | 132 | 56 |
| Binary | 11000001 | 11011111 | 1100 | 1101 | 0 | 1011111 | 1101 | 1000101 | 1011010 | 101110 |
Color Harmonies of #C1DF0C
Complementary color
Monochromatic Colors of #C1DF0C
Black with #C1DF0C
Text Example
Text Example
White with #C1DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF0C; }
p { color: rgb(193,223,12); }
H1.HeaderClassName
{
color: #C1DF0C;
}
.AnyTagClassName
{
color: #C1DF0C;
}
</style>
background-color css
<style>
a { background-color: #C1DF0C; }
a { background-color: rgb(193,223,12); }
div.DivClassName
{
background-color: #C1DF0C;
}
.BgClassName
{
background-color: #C1DF0C;
}
</style>
border-color css
<style>
span { border-color: #C1DF0C; }
span { border-color: rgb(193,223,12); }
td.TdClassName
{
border-color: #C1DF0C;
}
.TagClassName
{
border-color: #C1DF0C;
}
</style>