Shades of Inch Worm #B0E811
Tints of Inch Worm #B0E811
RGB
CMYK
RGB Variations
Color information
#B0E811 (or 0xB0E811) is known color: Inch Worm. HEX triplet: B0, E8 and 11. RGB value is (176,232,17). Sum of RGB (Red+Green+Blue) = 176+232+17=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 232 (91.02% from 255 or 54.59% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E811 is #4F17EE. Grayscale: #BFBFBF. Windows color (decimal): -5183471 or 1173680. OLE color: 1173680.
HSL color Cylindrical-coordinate representation of color #B0E811: hue angle of 75.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0E811 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.09 |
| HSL | 75.63º | 0.86% | 0.49% | - |
| HSV(B) | 75.63º | 0.93% | 0.91% | - |
| XYZ | 46.86 | 66.98 | 10.99 | - |
| YUV | 190.75 | 29.95 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 17 | 0.24 | 0 | 0.93 | 0.09 | 75.63 | 0.86 | 0.49 |
| Hex | B0 | E8 | 11 | 18 | 0 | 5D | 9 | 4C | 56 | 31 |
| Octal | 260 | 350 | 21 | 30 | 0 | 135 | 11 | 114 | 126 | 61 |
| Binary | 10110000 | 11101000 | 10001 | 11000 | 0 | 1011101 | 1001 | 1001100 | 1010110 | 110001 |
Color Harmonies of #B0E811
Complementary color
Monochromatic Colors of #B0E811
Black with #B0E811
Text Example
Text Example
White with #B0E811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E811; }
p { color: rgb(176,232,17); }
H1.HeaderClassName
{
color: #B0E811;
}
.AnyTagClassName
{
color: #B0E811;
}
</style>
background-color css
<style>
a { background-color: #B0E811; }
a { background-color: rgb(176,232,17); }
div.DivClassName
{
background-color: #B0E811;
}
.BgClassName
{
background-color: #B0E811;
}
</style>
border-color css
<style>
span { border-color: #B0E811; }
span { border-color: rgb(176,232,17); }
td.TdClassName
{
border-color: #B0E811;
}
.TagClassName
{
border-color: #B0E811;
}
</style>