Shades of Inch Worm #C4D90D
Tints of Inch Worm #C4D90D
RGB
CMYK
RGB Variations
Color information
#C4D90D (or 0xC4D90D) is known color: Inch Worm. HEX triplet: C4, D9 and 0D. RGB value is (196,217,13). Sum of RGB (Red+Green+Blue) = 196+217+13=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D90D is #3B26F2. Grayscale: #BCBCBC. Windows color (decimal): -3876595 or 907716. OLE color: 907716.
HSL color Cylindrical-coordinate representation of color #C4D90D: hue angle of 66.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D90D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.15 |
| HSL | 66.18º | 0.89% | 0.45% | - |
| HSV(B) | 66.18º | 0.94% | 0.85% | - |
| XYZ | 47.65 | 61.39 | 9.72 | - |
| YUV | 187.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 13 | 0.10 | 0 | 0.94 | 0.15 | 66.18 | 0.89 | 0.45 |
| Hex | C4 | D9 | D | A | 0 | 5E | F | 42 | 59 | 2D |
| Octal | 304 | 331 | 15 | 12 | 0 | 136 | 17 | 102 | 131 | 55 |
| Binary | 11000100 | 11011001 | 1101 | 1010 | 0 | 1011110 | 1111 | 1000010 | 1011001 | 101101 |
Color Harmonies of #C4D90D
Complementary color
Monochromatic Colors of #C4D90D
Black with #C4D90D
Text Example
Text Example
White with #C4D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D90D; }
p { color: rgb(196,217,13); }
H1.HeaderClassName
{
color: #C4D90D;
}
.AnyTagClassName
{
color: #C4D90D;
}
</style>
background-color css
<style>
a { background-color: #C4D90D; }
a { background-color: rgb(196,217,13); }
div.DivClassName
{
background-color: #C4D90D;
}
.BgClassName
{
background-color: #C4D90D;
}
</style>
border-color css
<style>
span { border-color: #C4D90D; }
span { border-color: rgb(196,217,13); }
td.TdClassName
{
border-color: #C4D90D;
}
.TagClassName
{
border-color: #C4D90D;
}
</style>