Shades of Inch Worm #C4DF0D
Tints of Inch Worm #C4DF0D
RGB
CMYK
RGB Variations
Color information
#C4DF0D (or 0xC4DF0D) is known color: Inch Worm. HEX triplet: C4, DF and 0D. RGB value is (196,223,13). Sum of RGB (Red+Green+Blue) = 196+223+13=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DF0D is #3B20F2. Grayscale: #BFBFBF. Windows color (decimal): -3875059 or 909252. OLE color: 909252.
HSL color Cylindrical-coordinate representation of color #C4DF0D: hue angle of 67.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4DF0D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.13 |
| HSL | 67.71º | 0.89% | 0.46% | - |
| HSV(B) | 67.71º | 0.94% | 0.87% | - |
| XYZ | 49.23 | 64.54 | 10.24 | - |
| YUV | 190.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 13 | 0.12 | 0 | 0.94 | 0.13 | 67.71 | 0.89 | 0.46 |
| Hex | C4 | DF | D | C | 0 | 5E | D | 44 | 59 | 2E |
| Octal | 304 | 337 | 15 | 14 | 0 | 136 | 15 | 104 | 131 | 56 |
| Binary | 11000100 | 11011111 | 1101 | 1100 | 0 | 1011110 | 1101 | 1000100 | 1011001 | 101110 |
Color Harmonies of #C4DF0D
Complementary color
Monochromatic Colors of #C4DF0D
Black with #C4DF0D
Text Example
Text Example
White with #C4DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF0D; }
p { color: rgb(196,223,13); }
H1.HeaderClassName
{
color: #C4DF0D;
}
.AnyTagClassName
{
color: #C4DF0D;
}
</style>
background-color css
<style>
a { background-color: #C4DF0D; }
a { background-color: rgb(196,223,13); }
div.DivClassName
{
background-color: #C4DF0D;
}
.BgClassName
{
background-color: #C4DF0D;
}
</style>
border-color css
<style>
span { border-color: #C4DF0D; }
span { border-color: rgb(196,223,13); }
td.TdClassName
{
border-color: #C4DF0D;
}
.TagClassName
{
border-color: #C4DF0D;
}
</style>