Shades of Inch Worm #9BD717
Tints of Inch Worm #9BD717
RGB
CMYK
RGB Variations
Color information
#9BD717 (or 0x9BD717) is known color: Inch Worm. HEX triplet: 9B, D7 and 17. RGB value is (155,215,23). Sum of RGB (Red+Green+Blue) = 155+215+23=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD717 is #6428E8. Grayscale: #AFAFAF. Windows color (decimal): -6564073 or 1562523. OLE color: 1562523.
HSL color Cylindrical-coordinate representation of color #9BD717: hue angle of 78.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BD717 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 23 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.16 |
| HSL | 78.75º | 0.81% | 0.47% | - |
| HSV(B) | 78.75º | 0.89% | 0.84% | - |
| XYZ | 37.97 | 55.63 | 9.55 | - |
| YUV | 175.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 23 | 0.28 | 0 | 0.89 | 0.16 | 78.75 | 0.81 | 0.47 |
| Hex | 9B | D7 | 17 | 1C | 0 | 59 | 10 | 4F | 51 | 2F |
| Octal | 233 | 327 | 27 | 34 | 0 | 131 | 20 | 117 | 121 | 57 |
| Binary | 10011011 | 11010111 | 10111 | 11100 | 0 | 1011001 | 10000 | 1001111 | 1010001 | 101111 |
Color Harmonies of #9BD717
Complementary color
Monochromatic Colors of #9BD717
Black with #9BD717
Text Example
Text Example
White with #9BD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD717; }
p { color: rgb(155,215,23); }
H1.HeaderClassName
{
color: #9BD717;
}
.AnyTagClassName
{
color: #9BD717;
}
</style>
background-color css
<style>
a { background-color: #9BD717; }
a { background-color: rgb(155,215,23); }
div.DivClassName
{
background-color: #9BD717;
}
.BgClassName
{
background-color: #9BD717;
}
</style>
border-color css
<style>
span { border-color: #9BD717; }
span { border-color: rgb(155,215,23); }
td.TdClassName
{
border-color: #9BD717;
}
.TagClassName
{
border-color: #9BD717;
}
</style>