Shades of Inch Worm #9FDF1D
Tints of Inch Worm #9FDF1D
RGB
CMYK
RGB Variations
Color information
#9FDF1D (or 0x9FDF1D) is known color: Inch Worm. HEX triplet: 9F, DF and 1D. RGB value is (159,223,29). Sum of RGB (Red+Green+Blue) = 159+223+29=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF1D is #6020E2. Grayscale: #B6B6B6. Windows color (decimal): -6299875 or 1957791. OLE color: 1957791.
HSL color Cylindrical-coordinate representation of color #9FDF1D: hue angle of 79.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FDF1D is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 29 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.13 |
| HSL | 79.79º | 0.77% | 0.49% | - |
| HSV(B) | 79.79º | 0.87% | 0.87% | - |
| XYZ | 40.91 | 60.23 | 10.63 | - |
| YUV | 181.75 | 41.8 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 29 | 0.29 | 0 | 0.87 | 0.13 | 79.79 | 0.77 | 0.49 |
| Hex | 9F | DF | 1D | 1D | 0 | 57 | D | 50 | 4D | 31 |
| Octal | 237 | 337 | 35 | 35 | 0 | 127 | 15 | 120 | 115 | 61 |
| Binary | 10011111 | 11011111 | 11101 | 11101 | 0 | 1010111 | 1101 | 1010000 | 1001101 | 110001 |
Color Harmonies of #9FDF1D
Complementary color
Monochromatic Colors of #9FDF1D
Black with #9FDF1D
Text Example
Text Example
White with #9FDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF1D; }
p { color: rgb(159,223,29); }
H1.HeaderClassName
{
color: #9FDF1D;
}
.AnyTagClassName
{
color: #9FDF1D;
}
</style>
background-color css
<style>
a { background-color: #9FDF1D; }
a { background-color: rgb(159,223,29); }
div.DivClassName
{
background-color: #9FDF1D;
}
.BgClassName
{
background-color: #9FDF1D;
}
</style>
border-color css
<style>
span { border-color: #9FDF1D; }
span { border-color: rgb(159,223,29); }
td.TdClassName
{
border-color: #9FDF1D;
}
.TagClassName
{
border-color: #9FDF1D;
}
</style>