Shades of Inch Worm #9FD511
Tints of Inch Worm #9FD511
RGB
CMYK
RGB Variations
Color information
#9FD511 (or 0x9FD511) is known color: Inch Worm. HEX triplet: 9F, D5 and 11. RGB value is (159,213,17). Sum of RGB (Red+Green+Blue) = 159+213+17=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD511 is #602AEE. Grayscale: #AFAFAF. Windows color (decimal): -6302447 or 1168799. OLE color: 1168799.
HSL color Cylindrical-coordinate representation of color #9FD511: hue angle of 76.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FD511 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.16 |
| HSL | 76.53º | 0.85% | 0.45% | - |
| HSV(B) | 76.53º | 0.92% | 0.84% | - |
| XYZ | 38.19 | 55 | 9.13 | - |
| YUV | 174.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 17 | 0.25 | 0 | 0.92 | 0.16 | 76.53 | 0.85 | 0.45 |
| Hex | 9F | D5 | 11 | 19 | 0 | 5C | 10 | 4D | 55 | 2D |
| Octal | 237 | 325 | 21 | 31 | 0 | 134 | 20 | 115 | 125 | 55 |
| Binary | 10011111 | 11010101 | 10001 | 11001 | 0 | 1011100 | 10000 | 1001101 | 1010101 | 101101 |
Color Harmonies of #9FD511
Complementary color
Monochromatic Colors of #9FD511
Black with #9FD511
Text Example
Text Example
White with #9FD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD511; }
p { color: rgb(159,213,17); }
H1.HeaderClassName
{
color: #9FD511;
}
.AnyTagClassName
{
color: #9FD511;
}
</style>
background-color css
<style>
a { background-color: #9FD511; }
a { background-color: rgb(159,213,17); }
div.DivClassName
{
background-color: #9FD511;
}
.BgClassName
{
background-color: #9FD511;
}
</style>
border-color css
<style>
span { border-color: #9FD511; }
span { border-color: rgb(159,213,17); }
td.TdClassName
{
border-color: #9FD511;
}
.TagClassName
{
border-color: #9FD511;
}
</style>