Shades of Inch Worm #B1F115
Tints of Inch Worm #B1F115
RGB
CMYK
RGB Variations
Color information
#B1F115 (or 0xB1F115) is known color: Inch Worm. HEX triplet: B1, F1 and 15. RGB value is (177,241,21). Sum of RGB (Red+Green+Blue) = 177+241+21=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F115 is #4E0EEA. Grayscale: #C5C5C5. Windows color (decimal): -5115627 or 1438129. OLE color: 1438129.
HSL color Cylindrical-coordinate representation of color #B1F115: hue angle of 77.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1F115 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 21 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.05 |
| HSL | 77.45º | 0.89% | 0.51% | - |
| HSV(B) | 77.45º | 0.91% | 0.95% | - |
| XYZ | 49.72 | 72.31 | 12.05 | - |
| YUV | 196.78 | 28.8 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 21 | 0.27 | 0 | 0.91 | 0.05 | 77.45 | 0.89 | 0.51 |
| Hex | B1 | F1 | 15 | 1B | 0 | 5B | 5 | 4D | 59 | 33 |
| Octal | 261 | 361 | 25 | 33 | 0 | 133 | 5 | 115 | 131 | 63 |
| Binary | 10110001 | 11110001 | 10101 | 11011 | 0 | 1011011 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B1F115
Complementary color
Monochromatic Colors of #B1F115
Black with #B1F115
Text Example
Text Example
White with #B1F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F115; }
p { color: rgb(177,241,21); }
H1.HeaderClassName
{
color: #B1F115;
}
.AnyTagClassName
{
color: #B1F115;
}
</style>
background-color css
<style>
a { background-color: #B1F115; }
a { background-color: rgb(177,241,21); }
div.DivClassName
{
background-color: #B1F115;
}
.BgClassName
{
background-color: #B1F115;
}
</style>
border-color css
<style>
span { border-color: #B1F115; }
span { border-color: rgb(177,241,21); }
td.TdClassName
{
border-color: #B1F115;
}
.TagClassName
{
border-color: #B1F115;
}
</style>