Shades of Inch Worm #B1F014
Tints of Inch Worm #B1F014
RGB
CMYK
RGB Variations
Color information
#B1F014 (or 0xB1F014) is known color: Inch Worm. HEX triplet: B1, F0 and 14. RGB value is (177,240,20). Sum of RGB (Red+Green+Blue) = 177+240+20=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F014 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F014 is #4E0FEB. Grayscale: #C4C4C4. Windows color (decimal): -5115884 or 1372337. OLE color: 1372337.
HSL color Cylindrical-coordinate representation of color #B1F014: hue angle of 77.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1F014 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 240 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.06 |
| HSL | 77.18º | 0.88% | 0.51% | - |
| HSV(B) | 77.18º | 0.92% | 0.94% | - |
| XYZ | 49.42 | 71.72 | 11.9 | - |
| YUV | 196.08 | 28.63 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 240 | 20 | 0.26 | 0 | 0.92 | 0.06 | 77.18 | 0.88 | 0.51 |
| Hex | B1 | F0 | 14 | 1A | 0 | 5C | 6 | 4D | 58 | 33 |
| Octal | 261 | 360 | 24 | 32 | 0 | 134 | 6 | 115 | 130 | 63 |
| Binary | 10110001 | 11110000 | 10100 | 11010 | 0 | 1011100 | 110 | 1001101 | 1011000 | 110011 |
Color Harmonies of #B1F014
Complementary color
Monochromatic Colors of #B1F014
Black with #B1F014
Text Example
Text Example
White with #B1F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F014; }
p { color: rgb(177,240,20); }
H1.HeaderClassName
{
color: #B1F014;
}
.AnyTagClassName
{
color: #B1F014;
}
</style>
background-color css
<style>
a { background-color: #B1F014; }
a { background-color: rgb(177,240,20); }
div.DivClassName
{
background-color: #B1F014;
}
.BgClassName
{
background-color: #B1F014;
}
</style>
border-color css
<style>
span { border-color: #B1F014; }
span { border-color: rgb(177,240,20); }
td.TdClassName
{
border-color: #B1F014;
}
.TagClassName
{
border-color: #B1F014;
}
</style>