Shades of Inch Worm #B2F711
Tints of Inch Worm #B2F711
RGB
CMYK
RGB Variations
Color information
#B2F711 (or 0xB2F711) is known color: Inch Worm. HEX triplet: B2, F7 and 11. RGB value is (178,247,17). Sum of RGB (Red+Green+Blue) = 178+247+17=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F711 is #4D08EE. Grayscale: #C9C9C9. Windows color (decimal): -5048559 or 1177522. OLE color: 1177522.
HSL color Cylindrical-coordinate representation of color #B2F711: hue angle of 78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2F711 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.03 |
| HSL | 78º | 0.93% | 0.52% | - |
| HSV(B) | 78º | 0.93% | 0.97% | - |
| XYZ | 51.72 | 76.03 | 12.48 | - |
| YUV | 200.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 17 | 0.28 | 0 | 0.93 | 0.03 | 78 | 0.93 | 0.52 |
| Hex | B2 | F7 | 11 | 1C | 0 | 5D | 3 | 4E | 5D | 34 |
| Octal | 262 | 367 | 21 | 34 | 0 | 135 | 3 | 116 | 135 | 64 |
| Binary | 10110010 | 11110111 | 10001 | 11100 | 0 | 1011101 | 11 | 1001110 | 1011101 | 110100 |
Color Harmonies of #B2F711
Complementary color
Monochromatic Colors of #B2F711
Black with #B2F711
Text Example
Text Example
White with #B2F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F711; }
p { color: rgb(178,247,17); }
H1.HeaderClassName
{
color: #B2F711;
}
.AnyTagClassName
{
color: #B2F711;
}
</style>
background-color css
<style>
a { background-color: #B2F711; }
a { background-color: rgb(178,247,17); }
div.DivClassName
{
background-color: #B2F711;
}
.BgClassName
{
background-color: #B2F711;
}
</style>
border-color css
<style>
span { border-color: #B2F711; }
span { border-color: rgb(178,247,17); }
td.TdClassName
{
border-color: #B2F711;
}
.TagClassName
{
border-color: #B2F711;
}
</style>