Shades of Inch Worm #B1E307
Tints of Inch Worm #B1E307
RGB
CMYK
RGB Variations
Color information
#B1E307 (or 0xB1E307) is known color: Inch Worm. HEX triplet: B1, E3 and 07. RGB value is (177,227,7). Sum of RGB (Red+Green+Blue) = 177+227+7=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E307 is #4E1CF8. Grayscale: #BBBBBB. Windows color (decimal): -5119225 or 517041. OLE color: 517041.
HSL color Cylindrical-coordinate representation of color #B1E307: hue angle of 73.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1E307 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.11 |
| HSL | 73.64º | 0.94% | 0.46% | - |
| HSV(B) | 73.64º | 0.97% | 0.89% | - |
| XYZ | 45.64 | 64.3 | 10.21 | - |
| YUV | 186.97 | 26.44 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 7 | 0.22 | 0 | 0.97 | 0.11 | 73.64 | 0.94 | 0.46 |
| Hex | B1 | E3 | 7 | 16 | 0 | 61 | B | 4A | 5E | 2E |
| Octal | 261 | 343 | 7 | 26 | 0 | 141 | 13 | 112 | 136 | 56 |
| Binary | 10110001 | 11100011 | 111 | 10110 | 0 | 1100001 | 1011 | 1001010 | 1011110 | 101110 |
Color Harmonies of #B1E307
Complementary color
Monochromatic Colors of #B1E307
Black with #B1E307
Text Example
Text Example
White with #B1E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E307; }
p { color: rgb(177,227,7); }
H1.HeaderClassName
{
color: #B1E307;
}
.AnyTagClassName
{
color: #B1E307;
}
</style>
background-color css
<style>
a { background-color: #B1E307; }
a { background-color: rgb(177,227,7); }
div.DivClassName
{
background-color: #B1E307;
}
.BgClassName
{
background-color: #B1E307;
}
</style>
border-color css
<style>
span { border-color: #B1E307; }
span { border-color: rgb(177,227,7); }
td.TdClassName
{
border-color: #B1E307;
}
.TagClassName
{
border-color: #B1E307;
}
</style>