Shades of Inch Worm #9FDD05
Tints of Inch Worm #9FDD05
RGB
CMYK
RGB Variations
Color information
#9FDD05 (or 0x9FDD05) is known color: Inch Worm. HEX triplet: 9F, DD and 05. RGB value is (159,221,5). Sum of RGB (Red+Green+Blue) = 159+221+5=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD05 is #6022FA. Grayscale: #B2B2B2. Windows color (decimal): -6300411 or 384415. OLE color: 384415.
HSL color Cylindrical-coordinate representation of color #9FDD05: hue angle of 77.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FDD05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.13 |
| HSL | 77.22º | 0.96% | 0.44% | - |
| HSV(B) | 77.22º | 0.98% | 0.87% | - |
| XYZ | 40.18 | 59.09 | 9.43 | - |
| YUV | 177.84 | 30.46 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 5 | 0.28 | 0 | 0.98 | 0.13 | 77.22 | 0.96 | 0.44 |
| Hex | 9F | DD | 5 | 1C | 0 | 62 | D | 4D | 60 | 2C |
| Octal | 237 | 335 | 5 | 34 | 0 | 142 | 15 | 115 | 140 | 54 |
| Binary | 10011111 | 11011101 | 101 | 11100 | 0 | 1100010 | 1101 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9FDD05
Complementary color
Monochromatic Colors of #9FDD05
Black with #9FDD05
Text Example
Text Example
White with #9FDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD05; }
p { color: rgb(159,221,5); }
H1.HeaderClassName
{
color: #9FDD05;
}
.AnyTagClassName
{
color: #9FDD05;
}
</style>
background-color css
<style>
a { background-color: #9FDD05; }
a { background-color: rgb(159,221,5); }
div.DivClassName
{
background-color: #9FDD05;
}
.BgClassName
{
background-color: #9FDD05;
}
</style>
border-color css
<style>
span { border-color: #9FDD05; }
span { border-color: rgb(159,221,5); }
td.TdClassName
{
border-color: #9FDD05;
}
.TagClassName
{
border-color: #9FDD05;
}
</style>