Shades of Inch Worm #B2F111
Tints of Inch Worm #B2F111
RGB
CMYK
RGB Variations
Color information
#B2F111 (or 0xB2F111) is known color: Inch Worm. HEX triplet: B2, F1 and 11. RGB value is (178,241,17). Sum of RGB (Red+Green+Blue) = 178+241+17=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F111 is #4D0EEE. Grayscale: #C5C5C5. Windows color (decimal): -5050095 or 1175986. OLE color: 1175986.
HSL color Cylindrical-coordinate representation of color #B2F111: hue angle of 76.88º degrees, saturation: 0.89, 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 #B2F111 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 17 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.05 |
| HSL | 76.88º | 0.89% | 0.51% | - |
| HSV(B) | 76.88º | 0.93% | 0.95% | - |
| XYZ | 49.92 | 72.42 | 11.88 | - |
| YUV | 196.63 | 26.63 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 17 | 0.26 | 0 | 0.93 | 0.05 | 76.88 | 0.89 | 0.51 |
| Hex | B2 | F1 | 11 | 1A | 0 | 5D | 5 | 4D | 59 | 33 |
| Octal | 262 | 361 | 21 | 32 | 0 | 135 | 5 | 115 | 131 | 63 |
| Binary | 10110010 | 11110001 | 10001 | 11010 | 0 | 1011101 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B2F111
Complementary color
Monochromatic Colors of #B2F111
Black with #B2F111
Text Example
Text Example
White with #B2F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F111; }
p { color: rgb(178,241,17); }
H1.HeaderClassName
{
color: #B2F111;
}
.AnyTagClassName
{
color: #B2F111;
}
</style>
background-color css
<style>
a { background-color: #B2F111; }
a { background-color: rgb(178,241,17); }
div.DivClassName
{
background-color: #B2F111;
}
.BgClassName
{
background-color: #B2F111;
}
</style>
border-color css
<style>
span { border-color: #B2F111; }
span { border-color: rgb(178,241,17); }
td.TdClassName
{
border-color: #B2F111;
}
.TagClassName
{
border-color: #B2F111;
}
</style>