Shades of Inch Worm #B2E020
Tints of Inch Worm #B2E020
RGB
CMYK
RGB Variations
Color information
#B2E020 (or 0xB2E020) is known color: Inch Worm. HEX triplet: B2, E0 and 20. RGB value is (178,224,32). Sum of RGB (Red+Green+Blue) = 178+224+32=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E020 is #4D1FDF. Grayscale: #BDBDBD. Windows color (decimal): -5054432 or 2154674. OLE color: 2154674.
HSL color Cylindrical-coordinate representation of color #B2E020: hue angle of 74.37º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2E020 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 32 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.12 |
| HSL | 74.37º | 0.76% | 0.5% | - |
| HSV(B) | 74.37º | 0.86% | 0.88% | - |
| XYZ | 45.28 | 62.88 | 11.12 | - |
| YUV | 188.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 32 | 0.21 | 0 | 0.86 | 0.12 | 74.37 | 0.76 | 0.5 |
| Hex | B2 | E0 | 20 | 15 | 0 | 56 | C | 4A | 4C | 32 |
| Octal | 262 | 340 | 40 | 25 | 0 | 126 | 14 | 112 | 114 | 62 |
| Binary | 10110010 | 11100000 | 100000 | 10101 | 0 | 1010110 | 1100 | 1001010 | 1001100 | 110010 |
Color Harmonies of #B2E020
Complementary color
Monochromatic Colors of #B2E020
Black with #B2E020
Text Example
Text Example
White with #B2E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E020; }
p { color: rgb(178,224,32); }
H1.HeaderClassName
{
color: #B2E020;
}
.AnyTagClassName
{
color: #B2E020;
}
</style>
background-color css
<style>
a { background-color: #B2E020; }
a { background-color: rgb(178,224,32); }
div.DivClassName
{
background-color: #B2E020;
}
.BgClassName
{
background-color: #B2E020;
}
</style>
border-color css
<style>
span { border-color: #B2E020; }
span { border-color: rgb(178,224,32); }
td.TdClassName
{
border-color: #B2E020;
}
.TagClassName
{
border-color: #B2E020;
}
</style>