Shades of Inch Worm #B9F111
Tints of Inch Worm #B9F111
RGB
CMYK
RGB Variations
Color information
#B9F111 (or 0xB9F111) is known color: Inch Worm. HEX triplet: B9, F1 and 11. RGB value is (185,241,17). Sum of RGB (Red+Green+Blue) = 185+241+17=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F111 is #460EEE. Grayscale: #C7C7C7. Windows color (decimal): -4591343 or 1175993. OLE color: 1175993.
HSL color Cylindrical-coordinate representation of color #B9F111: hue angle of 75º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9F111 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.05 |
| HSL | 75º | 0.89% | 0.51% | - |
| HSV(B) | 75º | 0.93% | 0.95% | - |
| XYZ | 51.56 | 73.27 | 11.95 | - |
| YUV | 198.72 | 25.45 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 17 | 0.23 | 0 | 0.93 | 0.05 | 75 | 0.89 | 0.51 |
| Hex | B9 | F1 | 11 | 17 | 0 | 5D | 5 | 4B | 59 | 33 |
| Octal | 271 | 361 | 21 | 27 | 0 | 135 | 5 | 113 | 131 | 63 |
| Binary | 10111001 | 11110001 | 10001 | 10111 | 0 | 1011101 | 101 | 1001011 | 1011001 | 110011 |
Color Harmonies of #B9F111
Complementary color
Monochromatic Colors of #B9F111
Black with #B9F111
Text Example
Text Example
White with #B9F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F111; }
p { color: rgb(185,241,17); }
H1.HeaderClassName
{
color: #B9F111;
}
.AnyTagClassName
{
color: #B9F111;
}
</style>
background-color css
<style>
a { background-color: #B9F111; }
a { background-color: rgb(185,241,17); }
div.DivClassName
{
background-color: #B9F111;
}
.BgClassName
{
background-color: #B9F111;
}
</style>
border-color css
<style>
span { border-color: #B9F111; }
span { border-color: rgb(185,241,17); }
td.TdClassName
{
border-color: #B9F111;
}
.TagClassName
{
border-color: #B9F111;
}
</style>