Shades of Inch Worm #B1E220
Tints of Inch Worm #B1E220
RGB
CMYK
RGB Variations
Color information
#B1E220 (or 0xB1E220) is known color: Inch Worm. HEX triplet: B1, E2 and 20. RGB value is (177,226,32). Sum of RGB (Red+Green+Blue) = 177+226+32=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E220 is #4E1DDF. Grayscale: #BDBDBD. Windows color (decimal): -5119456 or 2155185. OLE color: 2155185.
HSL color Cylindrical-coordinate representation of color #B1E220: hue angle of 75.15º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1E220 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 32 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.11 |
| HSL | 75.15º | 0.77% | 0.51% | - |
| HSV(B) | 75.15º | 0.86% | 0.89% | - |
| XYZ | 45.59 | 63.84 | 11.29 | - |
| YUV | 189.23 | 39.27 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 32 | 0.22 | 0 | 0.86 | 0.11 | 75.15 | 0.77 | 0.51 |
| Hex | B1 | E2 | 20 | 16 | 0 | 56 | B | 4B | 4D | 33 |
| Octal | 261 | 342 | 40 | 26 | 0 | 126 | 13 | 113 | 115 | 63 |
| Binary | 10110001 | 11100010 | 100000 | 10110 | 0 | 1010110 | 1011 | 1001011 | 1001101 | 110011 |
Color Harmonies of #B1E220
Complementary color
Monochromatic Colors of #B1E220
Black with #B1E220
Text Example
Text Example
White with #B1E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E220; }
p { color: rgb(177,226,32); }
H1.HeaderClassName
{
color: #B1E220;
}
.AnyTagClassName
{
color: #B1E220;
}
</style>
background-color css
<style>
a { background-color: #B1E220; }
a { background-color: rgb(177,226,32); }
div.DivClassName
{
background-color: #B1E220;
}
.BgClassName
{
background-color: #B1E220;
}
</style>
border-color css
<style>
span { border-color: #B1E220; }
span { border-color: rgb(177,226,32); }
td.TdClassName
{
border-color: #B1E220;
}
.TagClassName
{
border-color: #B1E220;
}
</style>