Shades of Inch Worm #9CDB11
Tints of Inch Worm #9CDB11
RGB
CMYK
RGB Variations
Color information
#9CDB11 (or 0x9CDB11) is known color: Inch Worm. HEX triplet: 9C, DB and 11. RGB value is (156,219,17). Sum of RGB (Red+Green+Blue) = 156+219+17=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDB11 is #6324EE. Grayscale: #B1B1B1. Windows color (decimal): -6497519 or 1170332. OLE color: 1170332.
HSL color Cylindrical-coordinate representation of color #9CDB11: hue angle of 78.71º degrees, saturation: 0.86, 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 #9CDB11 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 17 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.14 |
| HSL | 78.71º | 0.86% | 0.46% | - |
| HSV(B) | 78.71º | 0.92% | 0.86% | - |
| XYZ | 39.14 | 57.77 | 9.62 | - |
| YUV | 177.14 | 37.63 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 17 | 0.29 | 0 | 0.92 | 0.14 | 78.71 | 0.86 | 0.46 |
| Hex | 9C | DB | 11 | 1D | 0 | 5C | E | 4F | 56 | 2E |
| Octal | 234 | 333 | 21 | 35 | 0 | 134 | 16 | 117 | 126 | 56 |
| Binary | 10011100 | 11011011 | 10001 | 11101 | 0 | 1011100 | 1110 | 1001111 | 1010110 | 101110 |
Color Harmonies of #9CDB11
Complementary color
Monochromatic Colors of #9CDB11
Black with #9CDB11
Text Example
Text Example
White with #9CDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB11; }
p { color: rgb(156,219,17); }
H1.HeaderClassName
{
color: #9CDB11;
}
.AnyTagClassName
{
color: #9CDB11;
}
</style>
background-color css
<style>
a { background-color: #9CDB11; }
a { background-color: rgb(156,219,17); }
div.DivClassName
{
background-color: #9CDB11;
}
.BgClassName
{
background-color: #9CDB11;
}
</style>
border-color css
<style>
span { border-color: #9CDB11; }
span { border-color: rgb(156,219,17); }
td.TdClassName
{
border-color: #9CDB11;
}
.TagClassName
{
border-color: #9CDB11;
}
</style>