Shades of Inch Worm #9BD805
Tints of Inch Worm #9BD805
RGB
CMYK
RGB Variations
Color information
#9BD805 (or 0x9BD805) is known color: Inch Worm. HEX triplet: 9B, D8 and 05. RGB value is (155,216,5). Sum of RGB (Red+Green+Blue) = 155+216+5=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD805 is #6427FA. Grayscale: #AEAEAE. Windows color (decimal): -6563835 or 383131. OLE color: 383131.
HSL color Cylindrical-coordinate representation of color #9BD805: hue angle of 77.35º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BD805 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.15 |
| HSL | 77.35º | 0.95% | 0.43% | - |
| HSV(B) | 77.35º | 0.98% | 0.85% | - |
| XYZ | 38.1 | 56.09 | 8.96 | - |
| YUV | 173.71 | 32.79 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 5 | 0.28 | 0 | 0.98 | 0.15 | 77.35 | 0.95 | 0.43 |
| Hex | 9B | D8 | 5 | 1C | 0 | 62 | F | 4D | 5F | 2B |
| Octal | 233 | 330 | 5 | 34 | 0 | 142 | 17 | 115 | 137 | 53 |
| Binary | 10011011 | 11011000 | 101 | 11100 | 0 | 1100010 | 1111 | 1001101 | 1011111 | 101011 |
Color Harmonies of #9BD805
Complementary color
Monochromatic Colors of #9BD805
Black with #9BD805
Text Example
Text Example
White with #9BD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD805; }
p { color: rgb(155,216,5); }
H1.HeaderClassName
{
color: #9BD805;
}
.AnyTagClassName
{
color: #9BD805;
}
</style>
background-color css
<style>
a { background-color: #9BD805; }
a { background-color: rgb(155,216,5); }
div.DivClassName
{
background-color: #9BD805;
}
.BgClassName
{
background-color: #9BD805;
}
</style>
border-color css
<style>
span { border-color: #9BD805; }
span { border-color: rgb(155,216,5); }
td.TdClassName
{
border-color: #9BD805;
}
.TagClassName
{
border-color: #9BD805;
}
</style>