Shades of Inch Worm #9BDD00
Tints of Inch Worm #9BDD00
RGB
CMYK
RGB Variations
Color information
#9BDD00 (or 0x9BDD00) is known color: Inch Worm. HEX triplet: 9B, DD and 00. RGB value is (155,221,0). Sum of RGB (Red+Green+Blue) = 155+221+0=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDD00 is #6422FF. Grayscale: #B0B0B0. Windows color (decimal): -6562560 or 56731. OLE color: 56731.
HSL color Cylindrical-coordinate representation of color #9BDD00: hue angle of 77.92º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BDD00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.13 |
| HSL | 77.92º | 1% | 0.43% | - |
| HSV(B) | 77.92º | 1% | 0.87% | - |
| XYZ | 39.37 | 58.68 | 9.25 | - |
| YUV | 176.07 | 28.63 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 0 | 0.30 | 0 | 1 | 0.13 | 77.92 | 1 | 0.43 |
| Hex | 9B | DD | 0 | 1E | 0 | 64 | D | 4E | 64 | 2B |
| Octal | 233 | 335 | 0 | 36 | 0 | 144 | 15 | 116 | 144 | 53 |
| Binary | 10011011 | 11011101 | 0 | 11110 | 0 | 1100100 | 1101 | 1001110 | 1100100 | 101011 |
Color Harmonies of #9BDD00
Complementary color
Monochromatic Colors of #9BDD00
Black with #9BDD00
Text Example
Text Example
White with #9BDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD00; }
p { color: rgb(155,221,0); }
H1.HeaderClassName
{
color: #9BDD00;
}
.AnyTagClassName
{
color: #9BDD00;
}
</style>
background-color css
<style>
a { background-color: #9BDD00; }
a { background-color: rgb(155,221,0); }
div.DivClassName
{
background-color: #9BDD00;
}
.BgClassName
{
background-color: #9BDD00;
}
</style>
border-color css
<style>
span { border-color: #9BDD00; }
span { border-color: rgb(155,221,0); }
td.TdClassName
{
border-color: #9BDD00;
}
.TagClassName
{
border-color: #9BDD00;
}
</style>