Shades of Inch Worm #C5DD16
Tints of Inch Worm #C5DD16
RGB
CMYK
RGB Variations
Color information
#C5DD16 (or 0xC5DD16) is known color: Inch Worm. HEX triplet: C5, DD and 16. RGB value is (197,221,22). Sum of RGB (Red+Green+Blue) = 197+221+22=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DD16 is #3A22E9. Grayscale: #BFBFBF. Windows color (decimal): -3810026 or 1498565. OLE color: 1498565.
HSL color Cylindrical-coordinate representation of color #C5DD16: hue angle of 67.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5DD16 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.13 |
| HSL | 67.24º | 0.82% | 0.48% | - |
| HSV(B) | 67.24º | 0.9% | 0.87% | - |
| XYZ | 49.03 | 63.64 | 10.46 | - |
| YUV | 191.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 22 | 0.11 | 0 | 0.90 | 0.13 | 67.24 | 0.82 | 0.48 |
| Hex | C5 | DD | 16 | B | 0 | 5A | D | 43 | 52 | 30 |
| Octal | 305 | 335 | 26 | 13 | 0 | 132 | 15 | 103 | 122 | 60 |
| Binary | 11000101 | 11011101 | 10110 | 1011 | 0 | 1011010 | 1101 | 1000011 | 1010010 | 110000 |
Color Harmonies of #C5DD16
Complementary color
Monochromatic Colors of #C5DD16
Black with #C5DD16
Text Example
Text Example
White with #C5DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD16; }
p { color: rgb(197,221,22); }
H1.HeaderClassName
{
color: #C5DD16;
}
.AnyTagClassName
{
color: #C5DD16;
}
</style>
background-color css
<style>
a { background-color: #C5DD16; }
a { background-color: rgb(197,221,22); }
div.DivClassName
{
background-color: #C5DD16;
}
.BgClassName
{
background-color: #C5DD16;
}
</style>
border-color css
<style>
span { border-color: #C5DD16; }
span { border-color: rgb(197,221,22); }
td.TdClassName
{
border-color: #C5DD16;
}
.TagClassName
{
border-color: #C5DD16;
}
</style>