Shades of Inch Worm #C4DF01
Tints of Inch Worm #C4DF01
RGB
CMYK
RGB Variations
Color information
#C4DF01 (or 0xC4DF01) is known color: Inch Worm. HEX triplet: C4, DF and 01. RGB value is (196,223,1). Sum of RGB (Red+Green+Blue) = 196+223+1=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DF01 is #3B20FE. Grayscale: #BEBEBE. Windows color (decimal): -3875071 or 122820. OLE color: 122820.
HSL color Cylindrical-coordinate representation of color #C4DF01: hue angle of 67.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4DF01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.13 |
| HSL | 67.3º | 0.99% | 0.44% | - |
| HSV(B) | 67.3º | 1% | 0.87% | - |
| XYZ | 49.16 | 64.51 | 9.89 | - |
| YUV | 189.62 | 21.55 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 1 | 0.12 | 0 | 1.00 | 0.13 | 67.3 | 0.99 | 0.44 |
| Hex | C4 | DF | 1 | C | 0 | 64 | D | 43 | 63 | 2C |
| Octal | 304 | 337 | 1 | 14 | 0 | 144 | 15 | 103 | 143 | 54 |
| Binary | 11000100 | 11011111 | 1 | 1100 | 0 | 1100100 | 1101 | 1000011 | 1100011 | 101100 |
Color Harmonies of #C4DF01
Complementary color
Monochromatic Colors of #C4DF01
Black with #C4DF01
Text Example
Text Example
White with #C4DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF01; }
p { color: rgb(196,223,1); }
H1.HeaderClassName
{
color: #C4DF01;
}
.AnyTagClassName
{
color: #C4DF01;
}
</style>
background-color css
<style>
a { background-color: #C4DF01; }
a { background-color: rgb(196,223,1); }
div.DivClassName
{
background-color: #C4DF01;
}
.BgClassName
{
background-color: #C4DF01;
}
</style>
border-color css
<style>
span { border-color: #C4DF01; }
span { border-color: rgb(196,223,1); }
td.TdClassName
{
border-color: #C4DF01;
}
.TagClassName
{
border-color: #C4DF01;
}
</style>