Shades of Inch Worm #B2F120
Tints of Inch Worm #B2F120
RGB
CMYK
RGB Variations
Color information
#B2F120 (or 0xB2F120) is known color: Inch Worm. HEX triplet: B2, F1 and 20. RGB value is (178,241,32). Sum of RGB (Red+Green+Blue) = 178+241+32=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F120 is #4D0EDF. Grayscale: #C7C7C7. Windows color (decimal): -5050080 or 2159026. OLE color: 2159026.
HSL color Cylindrical-coordinate representation of color #B2F120: hue angle of 78.09º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2F120 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 32 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.05 |
| HSL | 78.09º | 0.88% | 0.54% | - |
| HSV(B) | 78.09º | 0.87% | 0.95% | - |
| XYZ | 50.08 | 72.48 | 12.72 | - |
| YUV | 198.34 | 34.13 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 32 | 0.26 | 0 | 0.87 | 0.05 | 78.09 | 0.88 | 0.54 |
| Hex | B2 | F1 | 20 | 1A | 0 | 57 | 5 | 4E | 58 | 36 |
| Octal | 262 | 361 | 40 | 32 | 0 | 127 | 5 | 116 | 130 | 66 |
| Binary | 10110010 | 11110001 | 100000 | 11010 | 0 | 1010111 | 101 | 1001110 | 1011000 | 110110 |
Color Harmonies of #B2F120
Complementary color
Monochromatic Colors of #B2F120
Black with #B2F120
Text Example
Text Example
White with #B2F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F120; }
p { color: rgb(178,241,32); }
H1.HeaderClassName
{
color: #B2F120;
}
.AnyTagClassName
{
color: #B2F120;
}
</style>
background-color css
<style>
a { background-color: #B2F120; }
a { background-color: rgb(178,241,32); }
div.DivClassName
{
background-color: #B2F120;
}
.BgClassName
{
background-color: #B2F120;
}
</style>
border-color css
<style>
span { border-color: #B2F120; }
span { border-color: rgb(178,241,32); }
td.TdClassName
{
border-color: #B2F120;
}
.TagClassName
{
border-color: #B2F120;
}
</style>