Shades of Inch Worm #B1F211
Tints of Inch Worm #B1F211
RGB
CMYK
RGB Variations
Color information
#B1F211 (or 0xB1F211) is known color: Inch Worm. HEX triplet: B1, F2 and 11. RGB value is (177,242,17). Sum of RGB (Red+Green+Blue) = 177+242+17=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F211 is #4E0DEE. Grayscale: #C5C5C5. Windows color (decimal): -5115375 or 1176241. OLE color: 1176241.
HSL color Cylindrical-coordinate representation of color #B1F211: hue angle of 77.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1F211 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 242 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.05 |
| HSL | 77.33º | 0.9% | 0.51% | - |
| HSV(B) | 77.33º | 0.93% | 0.95% | - |
| XYZ | 49.98 | 72.89 | 11.97 | - |
| YUV | 196.92 | 26.47 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 17 | 0.27 | 0 | 0.93 | 0.05 | 77.33 | 0.9 | 0.51 |
| Hex | B1 | F2 | 11 | 1B | 0 | 5D | 5 | 4D | 5A | 33 |
| Octal | 261 | 362 | 21 | 33 | 0 | 135 | 5 | 115 | 132 | 63 |
| Binary | 10110001 | 11110010 | 10001 | 11011 | 0 | 1011101 | 101 | 1001101 | 1011010 | 110011 |
Color Harmonies of #B1F211
Complementary color
Monochromatic Colors of #B1F211
Black with #B1F211
Text Example
Text Example
White with #B1F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F211; }
p { color: rgb(177,242,17); }
H1.HeaderClassName
{
color: #B1F211;
}
.AnyTagClassName
{
color: #B1F211;
}
</style>
background-color css
<style>
a { background-color: #B1F211; }
a { background-color: rgb(177,242,17); }
div.DivClassName
{
background-color: #B1F211;
}
.BgClassName
{
background-color: #B1F211;
}
</style>
border-color css
<style>
span { border-color: #B1F211; }
span { border-color: rgb(177,242,17); }
td.TdClassName
{
border-color: #B1F211;
}
.TagClassName
{
border-color: #B1F211;
}
</style>