Shades of Inch Worm #9FDB0B
Tints of Inch Worm #9FDB0B
RGB
CMYK
RGB Variations
Color information
#9FDB0B (or 0x9FDB0B) is known color: Inch Worm. HEX triplet: 9F, DB and 0B. RGB value is (159,219,11). Sum of RGB (Red+Green+Blue) = 159+219+11=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDB0B is #6024F4. Grayscale: #B2B2B2. Windows color (decimal): -6300917 or 777119. OLE color: 777119.
HSL color Cylindrical-coordinate representation of color #9FDB0B: hue angle of 77.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FDB0B is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 11 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.14 |
| HSL | 77.31º | 0.9% | 0.45% | - |
| HSV(B) | 77.31º | 0.95% | 0.86% | - |
| XYZ | 39.69 | 58.06 | 9.43 | - |
| YUV | 177.35 | 34.12 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 11 | 0.27 | 0 | 0.95 | 0.14 | 77.31 | 0.9 | 0.45 |
| Hex | 9F | DB | B | 1B | 0 | 5F | E | 4D | 5A | 2D |
| Octal | 237 | 333 | 13 | 33 | 0 | 137 | 16 | 115 | 132 | 55 |
| Binary | 10011111 | 11011011 | 1011 | 11011 | 0 | 1011111 | 1110 | 1001101 | 1011010 | 101101 |
Color Harmonies of #9FDB0B
Complementary color
Monochromatic Colors of #9FDB0B
Black with #9FDB0B
Text Example
Text Example
White with #9FDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB0B; }
p { color: rgb(159,219,11); }
H1.HeaderClassName
{
color: #9FDB0B;
}
.AnyTagClassName
{
color: #9FDB0B;
}
</style>
background-color css
<style>
a { background-color: #9FDB0B; }
a { background-color: rgb(159,219,11); }
div.DivClassName
{
background-color: #9FDB0B;
}
.BgClassName
{
background-color: #9FDB0B;
}
</style>
border-color css
<style>
span { border-color: #9FDB0B; }
span { border-color: rgb(159,219,11); }
td.TdClassName
{
border-color: #9FDB0B;
}
.TagClassName
{
border-color: #9FDB0B;
}
</style>