Shades of Inch Worm #B0F011
Tints of Inch Worm #B0F011
RGB
CMYK
RGB Variations
Color information
#B0F011 (or 0xB0F011) is known color: Inch Worm. HEX triplet: B0, F0 and 11. RGB value is (176,240,17). Sum of RGB (Red+Green+Blue) = 176+240+17=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F011 is #4F0FEE. Grayscale: #C4C4C4. Windows color (decimal): -5181423 or 1175728. OLE color: 1175728.
HSL color Cylindrical-coordinate representation of color #B0F011: hue angle of 77.22º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0F011 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.06 |
| HSL | 77.22º | 0.88% | 0.5% | - |
| HSV(B) | 77.22º | 0.93% | 0.94% | - |
| XYZ | 49.17 | 71.59 | 11.76 | - |
| YUV | 195.44 | 27.3 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 17 | 0.27 | 0 | 0.93 | 0.06 | 77.22 | 0.88 | 0.5 |
| Hex | B0 | F0 | 11 | 1B | 0 | 5D | 6 | 4D | 58 | 32 |
| Octal | 260 | 360 | 21 | 33 | 0 | 135 | 6 | 115 | 130 | 62 |
| Binary | 10110000 | 11110000 | 10001 | 11011 | 0 | 1011101 | 110 | 1001101 | 1011000 | 110010 |
Color Harmonies of #B0F011
Complementary color
Monochromatic Colors of #B0F011
Black with #B0F011
Text Example
Text Example
White with #B0F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F011; }
p { color: rgb(176,240,17); }
H1.HeaderClassName
{
color: #B0F011;
}
.AnyTagClassName
{
color: #B0F011;
}
</style>
background-color css
<style>
a { background-color: #B0F011; }
a { background-color: rgb(176,240,17); }
div.DivClassName
{
background-color: #B0F011;
}
.BgClassName
{
background-color: #B0F011;
}
</style>
border-color css
<style>
span { border-color: #B0F011; }
span { border-color: rgb(176,240,17); }
td.TdClassName
{
border-color: #B0F011;
}
.TagClassName
{
border-color: #B0F011;
}
</style>