Shades of Inch Worm #9DDB11
Tints of Inch Worm #9DDB11
RGB
CMYK
RGB Variations
Color information
#9DDB11 (or 0x9DDB11) is known color: Inch Worm. HEX triplet: 9D, DB and 11. RGB value is (157,219,17). Sum of RGB (Red+Green+Blue) = 157+219+17=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDB11 is #6224EE. Grayscale: #B2B2B2. Windows color (decimal): -6431983 or 1170333. OLE color: 1170333.
HSL color Cylindrical-coordinate representation of color #9DDB11: hue angle of 78.42º 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 #9DDB11 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.14 |
| HSL | 78.42º | 0.86% | 0.46% | - |
| HSV(B) | 78.42º | 0.92% | 0.86% | - |
| XYZ | 39.34 | 57.87 | 9.63 | - |
| YUV | 177.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 17 | 0.28 | 0 | 0.92 | 0.14 | 78.42 | 0.86 | 0.46 |
| Hex | 9D | DB | 11 | 1C | 0 | 5C | E | 4E | 56 | 2E |
| Octal | 235 | 333 | 21 | 34 | 0 | 134 | 16 | 116 | 126 | 56 |
| Binary | 10011101 | 11011011 | 10001 | 11100 | 0 | 1011100 | 1110 | 1001110 | 1010110 | 101110 |
Color Harmonies of #9DDB11
Complementary color
Monochromatic Colors of #9DDB11
Black with #9DDB11
Text Example
Text Example
White with #9DDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB11; }
p { color: rgb(157,219,17); }
H1.HeaderClassName
{
color: #9DDB11;
}
.AnyTagClassName
{
color: #9DDB11;
}
</style>
background-color css
<style>
a { background-color: #9DDB11; }
a { background-color: rgb(157,219,17); }
div.DivClassName
{
background-color: #9DDB11;
}
.BgClassName
{
background-color: #9DDB11;
}
</style>
border-color css
<style>
span { border-color: #9DDB11; }
span { border-color: rgb(157,219,17); }
td.TdClassName
{
border-color: #9DDB11;
}
.TagClassName
{
border-color: #9DDB11;
}
</style>