Shades of Inch Worm #B1E406
Tints of Inch Worm #B1E406
RGB
CMYK
RGB Variations
Color information
#B1E406 (or 0xB1E406) is known color: Inch Worm. HEX triplet: B1, E4 and 06. RGB value is (177,228,6). Sum of RGB (Red+Green+Blue) = 177+228+6=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E406 is #4E1BF9. Grayscale: #BCBCBC. Windows color (decimal): -5118970 or 451761. OLE color: 451761.
HSL color Cylindrical-coordinate representation of color #B1E406: hue angle of 73.78º degrees, saturation: 0.95, 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 #B1E406 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.11 |
| HSL | 73.78º | 0.95% | 0.46% | - |
| HSV(B) | 73.78º | 0.97% | 0.89% | - |
| XYZ | 45.91 | 64.85 | 10.27 | - |
| YUV | 187.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 6 | 0.22 | 0 | 0.97 | 0.11 | 73.78 | 0.95 | 0.46 |
| Hex | B1 | E4 | 6 | 16 | 0 | 61 | B | 4A | 5F | 2E |
| Octal | 261 | 344 | 6 | 26 | 0 | 141 | 13 | 112 | 137 | 56 |
| Binary | 10110001 | 11100100 | 110 | 10110 | 0 | 1100001 | 1011 | 1001010 | 1011111 | 101110 |
Color Harmonies of #B1E406
Complementary color
Monochromatic Colors of #B1E406
Black with #B1E406
Text Example
Text Example
White with #B1E406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E406; }
p { color: rgb(177,228,6); }
H1.HeaderClassName
{
color: #B1E406;
}
.AnyTagClassName
{
color: #B1E406;
}
</style>
background-color css
<style>
a { background-color: #B1E406; }
a { background-color: rgb(177,228,6); }
div.DivClassName
{
background-color: #B1E406;
}
.BgClassName
{
background-color: #B1E406;
}
</style>
border-color css
<style>
span { border-color: #B1E406; }
span { border-color: rgb(177,228,6); }
td.TdClassName
{
border-color: #B1E406;
}
.TagClassName
{
border-color: #B1E406;
}
</style>