Shades of Inch Worm #B1E310
Tints of Inch Worm #B1E310
RGB
CMYK
RGB Variations
Color information
#B1E310 (or 0xB1E310) is known color: Inch Worm. HEX triplet: B1, E3 and 10. RGB value is (177,227,16). Sum of RGB (Red+Green+Blue) = 177+227+16=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E310 is #4E1CEF. Grayscale: #BCBCBC. Windows color (decimal): -5119216 or 1106865. OLE color: 1106865.
HSL color Cylindrical-coordinate representation of color #B1E310: hue angle of 74.22º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1E310 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.11 |
| HSL | 74.22º | 0.87% | 0.48% | - |
| HSV(B) | 74.22º | 0.93% | 0.89% | - |
| XYZ | 45.69 | 64.32 | 10.5 | - |
| YUV | 188 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 16 | 0.22 | 0 | 0.93 | 0.11 | 74.22 | 0.87 | 0.48 |
| Hex | B1 | E3 | 10 | 16 | 0 | 5D | B | 4A | 57 | 30 |
| Octal | 261 | 343 | 20 | 26 | 0 | 135 | 13 | 112 | 127 | 60 |
| Binary | 10110001 | 11100011 | 10000 | 10110 | 0 | 1011101 | 1011 | 1001010 | 1010111 | 110000 |
Color Harmonies of #B1E310
Complementary color
Monochromatic Colors of #B1E310
Black with #B1E310
Text Example
Text Example
White with #B1E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E310; }
p { color: rgb(177,227,16); }
H1.HeaderClassName
{
color: #B1E310;
}
.AnyTagClassName
{
color: #B1E310;
}
</style>
background-color css
<style>
a { background-color: #B1E310; }
a { background-color: rgb(177,227,16); }
div.DivClassName
{
background-color: #B1E310;
}
.BgClassName
{
background-color: #B1E310;
}
</style>
border-color css
<style>
span { border-color: #B1E310; }
span { border-color: rgb(177,227,16); }
td.TdClassName
{
border-color: #B1E310;
}
.TagClassName
{
border-color: #B1E310;
}
</style>