Shades of Inch Worm #9DDB06
Tints of Inch Worm #9DDB06
RGB
CMYK
RGB Variations
Color information
#9DDB06 (or 0x9DDB06) is known color: Inch Worm. HEX triplet: 9D, DB and 06. RGB value is (157,219,6). Sum of RGB (Red+Green+Blue) = 157+219+6=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDB06 is #6224F9. Grayscale: #B0B0B0. Windows color (decimal): -6431994 or 449437. OLE color: 449437.
HSL color Cylindrical-coordinate representation of color #9DDB06: hue angle of 77.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DDB06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.14 |
| HSL | 77.46º | 0.95% | 0.44% | - |
| HSV(B) | 77.46º | 0.97% | 0.86% | - |
| XYZ | 39.27 | 57.84 | 9.27 | - |
| YUV | 176.18 | 31.96 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 6 | 0.28 | 0 | 0.97 | 0.14 | 77.46 | 0.95 | 0.44 |
| Hex | 9D | DB | 6 | 1C | 0 | 61 | E | 4D | 5F | 2C |
| Octal | 235 | 333 | 6 | 34 | 0 | 141 | 16 | 115 | 137 | 54 |
| Binary | 10011101 | 11011011 | 110 | 11100 | 0 | 1100001 | 1110 | 1001101 | 1011111 | 101100 |
Color Harmonies of #9DDB06
Complementary color
Monochromatic Colors of #9DDB06
Black with #9DDB06
Text Example
Text Example
White with #9DDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB06; }
p { color: rgb(157,219,6); }
H1.HeaderClassName
{
color: #9DDB06;
}
.AnyTagClassName
{
color: #9DDB06;
}
</style>
background-color css
<style>
a { background-color: #9DDB06; }
a { background-color: rgb(157,219,6); }
div.DivClassName
{
background-color: #9DDB06;
}
.BgClassName
{
background-color: #9DDB06;
}
</style>
border-color css
<style>
span { border-color: #9DDB06; }
span { border-color: rgb(157,219,6); }
td.TdClassName
{
border-color: #9DDB06;
}
.TagClassName
{
border-color: #9DDB06;
}
</style>