Shades of Inch Worm #B1E329
Tints of Inch Worm #B1E329
RGB
CMYK
RGB Variations
Color information
#B1E329 (or 0xB1E329) is known color: Inch Worm. HEX triplet: B1, E3 and 29. RGB value is (177,227,41). Sum of RGB (Red+Green+Blue) = 177+227+41=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E329 is #4E1CD6. Grayscale: #BFBFBF. Windows color (decimal): -5119191 or 2745265. OLE color: 2745265.
HSL color Cylindrical-coordinate representation of color #B1E329: hue angle of 76.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1E329 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 41 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.11 |
| HSL | 76.13º | 0.77% | 0.53% | - |
| HSV(B) | 76.13º | 0.82% | 0.89% | - |
| XYZ | 46 | 64.45 | 12.11 | - |
| YUV | 190.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 41 | 0.22 | 0 | 0.82 | 0.11 | 76.13 | 0.77 | 0.53 |
| Hex | B1 | E3 | 29 | 16 | 0 | 52 | B | 4C | 4D | 35 |
| Octal | 261 | 343 | 51 | 26 | 0 | 122 | 13 | 114 | 115 | 65 |
| Binary | 10110001 | 11100011 | 101001 | 10110 | 0 | 1010010 | 1011 | 1001100 | 1001101 | 110101 |
Color Harmonies of #B1E329
Complementary color
Monochromatic Colors of #B1E329
Black with #B1E329
Text Example
Text Example
White with #B1E329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E329; }
p { color: rgb(177,227,41); }
H1.HeaderClassName
{
color: #B1E329;
}
.AnyTagClassName
{
color: #B1E329;
}
</style>
background-color css
<style>
a { background-color: #B1E329; }
a { background-color: rgb(177,227,41); }
div.DivClassName
{
background-color: #B1E329;
}
.BgClassName
{
background-color: #B1E329;
}
</style>
border-color css
<style>
span { border-color: #B1E329; }
span { border-color: rgb(177,227,41); }
td.TdClassName
{
border-color: #B1E329;
}
.TagClassName
{
border-color: #B1E329;
}
</style>