Shades of Inch Worm #9DDB08
Tints of Inch Worm #9DDB08
RGB
CMYK
RGB Variations
Color information
#9DDB08 (or 0x9DDB08) is known color: Inch Worm. HEX triplet: 9D, DB and 08. RGB value is (157,219,8). Sum of RGB (Red+Green+Blue) = 157+219+8=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDB08 is #6224F7. Grayscale: #B1B1B1. Windows color (decimal): -6431992 or 580509. OLE color: 580509.
HSL color Cylindrical-coordinate representation of color #9DDB08: hue angle of 77.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DDB08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.14 |
| HSL | 77.63º | 0.93% | 0.45% | - |
| HSV(B) | 77.63º | 0.96% | 0.86% | - |
| XYZ | 39.28 | 57.85 | 9.33 | - |
| YUV | 176.41 | 32.96 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 8 | 0.28 | 0 | 0.96 | 0.14 | 77.63 | 0.93 | 0.45 |
| Hex | 9D | DB | 8 | 1C | 0 | 60 | E | 4E | 5D | 2D |
| Octal | 235 | 333 | 10 | 34 | 0 | 140 | 16 | 116 | 135 | 55 |
| Binary | 10011101 | 11011011 | 1000 | 11100 | 0 | 1100000 | 1110 | 1001110 | 1011101 | 101101 |
Color Harmonies of #9DDB08
Complementary color
Monochromatic Colors of #9DDB08
Black with #9DDB08
Text Example
Text Example
White with #9DDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB08; }
p { color: rgb(157,219,8); }
H1.HeaderClassName
{
color: #9DDB08;
}
.AnyTagClassName
{
color: #9DDB08;
}
</style>
background-color css
<style>
a { background-color: #9DDB08; }
a { background-color: rgb(157,219,8); }
div.DivClassName
{
background-color: #9DDB08;
}
.BgClassName
{
background-color: #9DDB08;
}
</style>
border-color css
<style>
span { border-color: #9DDB08; }
span { border-color: rgb(157,219,8); }
td.TdClassName
{
border-color: #9DDB08;
}
.TagClassName
{
border-color: #9DDB08;
}
</style>