Shades of Inch Worm #C4DB12
Tints of Inch Worm #C4DB12
RGB
CMYK
RGB Variations
Color information
#C4DB12 (or 0xC4DB12) is known color: Inch Worm. HEX triplet: C4, DB and 12. RGB value is (196,219,18). Sum of RGB (Red+Green+Blue) = 196+219+18=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DB12 is #3B24ED. Grayscale: #BDBDBD. Windows color (decimal): -3876078 or 1235908. OLE color: 1235908.
HSL color Cylindrical-coordinate representation of color #C4DB12: hue angle of 66.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4DB12 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.14 |
| HSL | 66.87º | 0.85% | 0.46% | - |
| HSV(B) | 66.87º | 0.92% | 0.86% | - |
| XYZ | 48.21 | 62.44 | 10.08 | - |
| YUV | 189.21 | 31.38 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 18 | 0.11 | 0 | 0.92 | 0.14 | 66.87 | 0.85 | 0.46 |
| Hex | C4 | DB | 12 | B | 0 | 5C | E | 43 | 55 | 2E |
| Octal | 304 | 333 | 22 | 13 | 0 | 134 | 16 | 103 | 125 | 56 |
| Binary | 11000100 | 11011011 | 10010 | 1011 | 0 | 1011100 | 1110 | 1000011 | 1010101 | 101110 |
Color Harmonies of #C4DB12
Complementary color
Monochromatic Colors of #C4DB12
Black with #C4DB12
Text Example
Text Example
White with #C4DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB12; }
p { color: rgb(196,219,18); }
H1.HeaderClassName
{
color: #C4DB12;
}
.AnyTagClassName
{
color: #C4DB12;
}
</style>
background-color css
<style>
a { background-color: #C4DB12; }
a { background-color: rgb(196,219,18); }
div.DivClassName
{
background-color: #C4DB12;
}
.BgClassName
{
background-color: #C4DB12;
}
</style>
border-color css
<style>
span { border-color: #C4DB12; }
span { border-color: rgb(196,219,18); }
td.TdClassName
{
border-color: #C4DB12;
}
.TagClassName
{
border-color: #C4DB12;
}
</style>