Shades of Inch Worm #B2F022
Tints of Inch Worm #B2F022
RGB
CMYK
RGB Variations
Color information
#B2F022 (or 0xB2F022) is known color: Inch Worm. HEX triplet: B2, F0 and 22. RGB value is (178,240,34). Sum of RGB (Red+Green+Blue) = 178+240+34=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F022 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F022 is #4D0FDD. Grayscale: #C6C6C6. Windows color (decimal): -5050334 or 2289842. OLE color: 2289842.
HSL color Cylindrical-coordinate representation of color #B2F022: hue angle of 78.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2F022 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 34 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.06 |
| HSL | 78.06º | 0.87% | 0.54% | - |
| HSV(B) | 78.06º | 0.86% | 0.94% | - |
| XYZ | 49.81 | 71.9 | 12.77 | - |
| YUV | 197.98 | 35.46 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 34 | 0.26 | 0 | 0.86 | 0.06 | 78.06 | 0.87 | 0.54 |
| Hex | B2 | F0 | 22 | 1A | 0 | 56 | 6 | 4E | 57 | 36 |
| Octal | 262 | 360 | 42 | 32 | 0 | 126 | 6 | 116 | 127 | 66 |
| Binary | 10110010 | 11110000 | 100010 | 11010 | 0 | 1010110 | 110 | 1001110 | 1010111 | 110110 |
Color Harmonies of #B2F022
Complementary color
Monochromatic Colors of #B2F022
Black with #B2F022
Text Example
Text Example
White with #B2F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F022; }
p { color: rgb(178,240,34); }
H1.HeaderClassName
{
color: #B2F022;
}
.AnyTagClassName
{
color: #B2F022;
}
</style>
background-color css
<style>
a { background-color: #B2F022; }
a { background-color: rgb(178,240,34); }
div.DivClassName
{
background-color: #B2F022;
}
.BgClassName
{
background-color: #B2F022;
}
</style>
border-color css
<style>
span { border-color: #B2F022; }
span { border-color: rgb(178,240,34); }
td.TdClassName
{
border-color: #B2F022;
}
.TagClassName
{
border-color: #B2F022;
}
</style>