Shades of Inch Worm #9BD508
Tints of Inch Worm #9BD508
RGB
CMYK
RGB Variations
Color information
#9BD508 (or 0x9BD508) is known color: Inch Worm. HEX triplet: 9B, D5 and 08. RGB value is (155,213,8). Sum of RGB (Red+Green+Blue) = 155+213+8=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD508 is #642AF7. Grayscale: #ADADAD. Windows color (decimal): -6564600 or 578971. OLE color: 578971.
HSL color Cylindrical-coordinate representation of color #9BD508: hue angle of 76.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BD508 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.16 |
| HSL | 76.98º | 0.93% | 0.43% | - |
| HSV(B) | 76.98º | 0.96% | 0.84% | - |
| XYZ | 37.36 | 54.57 | 8.79 | - |
| YUV | 172.29 | 35.28 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 8 | 0.27 | 0 | 0.96 | 0.16 | 76.98 | 0.93 | 0.43 |
| Hex | 9B | D5 | 8 | 1B | 0 | 60 | 10 | 4D | 5D | 2B |
| Octal | 233 | 325 | 10 | 33 | 0 | 140 | 20 | 115 | 135 | 53 |
| Binary | 10011011 | 11010101 | 1000 | 11011 | 0 | 1100000 | 10000 | 1001101 | 1011101 | 101011 |
Color Harmonies of #9BD508
Complementary color
Monochromatic Colors of #9BD508
Black with #9BD508
Text Example
Text Example
White with #9BD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD508; }
p { color: rgb(155,213,8); }
H1.HeaderClassName
{
color: #9BD508;
}
.AnyTagClassName
{
color: #9BD508;
}
</style>
background-color css
<style>
a { background-color: #9BD508; }
a { background-color: rgb(155,213,8); }
div.DivClassName
{
background-color: #9BD508;
}
.BgClassName
{
background-color: #9BD508;
}
</style>
border-color css
<style>
span { border-color: #9BD508; }
span { border-color: rgb(155,213,8); }
td.TdClassName
{
border-color: #9BD508;
}
.TagClassName
{
border-color: #9BD508;
}
</style>