Shades of Inch Worm #B2F110
Tints of Inch Worm #B2F110
RGB
CMYK
RGB Variations
Color information
#B2F110 (or 0xB2F110) is known color: Inch Worm. HEX triplet: B2, F1 and 10. RGB value is (178,241,16). Sum of RGB (Red+Green+Blue) = 178+241+16=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F110 is #4D0EEF. Grayscale: #C5C5C5. Windows color (decimal): -5050096 or 1110450. OLE color: 1110450.
HSL color Cylindrical-coordinate representation of color #B2F110: hue angle of 76.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2F110 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 16 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.05 |
| HSL | 76.8º | 0.89% | 0.5% | - |
| HSV(B) | 76.8º | 0.93% | 0.95% | - |
| XYZ | 49.91 | 72.41 | 11.84 | - |
| YUV | 196.51 | 26.13 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 16 | 0.26 | 0 | 0.93 | 0.05 | 76.8 | 0.89 | 0.5 |
| Hex | B2 | F1 | 10 | 1A | 0 | 5D | 5 | 4D | 59 | 32 |
| Octal | 262 | 361 | 20 | 32 | 0 | 135 | 5 | 115 | 131 | 62 |
| Binary | 10110010 | 11110001 | 10000 | 11010 | 0 | 1011101 | 101 | 1001101 | 1011001 | 110010 |
Color Harmonies of #B2F110
Complementary color
Monochromatic Colors of #B2F110
Black with #B2F110
Text Example
Text Example
White with #B2F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F110; }
p { color: rgb(178,241,16); }
H1.HeaderClassName
{
color: #B2F110;
}
.AnyTagClassName
{
color: #B2F110;
}
</style>
background-color css
<style>
a { background-color: #B2F110; }
a { background-color: rgb(178,241,16); }
div.DivClassName
{
background-color: #B2F110;
}
.BgClassName
{
background-color: #B2F110;
}
</style>
border-color css
<style>
span { border-color: #B2F110; }
span { border-color: rgb(178,241,16); }
td.TdClassName
{
border-color: #B2F110;
}
.TagClassName
{
border-color: #B2F110;
}
</style>