Shades of Inch Worm #B0EC20
Tints of Inch Worm #B0EC20
RGB
CMYK
RGB Variations
Color information
#B0EC20 (or 0xB0EC20) is known color: Inch Worm. HEX triplet: B0, EC and 20. RGB value is (176,236,32). Sum of RGB (Red+Green+Blue) = 176+236+32=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC20 is #4F13DF. Grayscale: #C3C3C3. Windows color (decimal): -5182432 or 2157744. OLE color: 2157744.
HSL color Cylindrical-coordinate representation of color #B0EC20: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0EC20 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 32 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.07 |
| HSL | 77.65º | 0.84% | 0.53% | - |
| HSV(B) | 77.65º | 0.86% | 0.93% | - |
| XYZ | 48.16 | 69.33 | 12.21 | - |
| YUV | 194.8 | 36.12 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 32 | 0.25 | 0 | 0.86 | 0.07 | 77.65 | 0.84 | 0.53 |
| Hex | B0 | EC | 20 | 19 | 0 | 56 | 7 | 4E | 54 | 35 |
| Octal | 260 | 354 | 40 | 31 | 0 | 126 | 7 | 116 | 124 | 65 |
| Binary | 10110000 | 11101100 | 100000 | 11001 | 0 | 1010110 | 111 | 1001110 | 1010100 | 110101 |
Color Harmonies of #B0EC20
Complementary color
Monochromatic Colors of #B0EC20
Black with #B0EC20
Text Example
Text Example
White with #B0EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC20; }
p { color: rgb(176,236,32); }
H1.HeaderClassName
{
color: #B0EC20;
}
.AnyTagClassName
{
color: #B0EC20;
}
</style>
background-color css
<style>
a { background-color: #B0EC20; }
a { background-color: rgb(176,236,32); }
div.DivClassName
{
background-color: #B0EC20;
}
.BgClassName
{
background-color: #B0EC20;
}
</style>
border-color css
<style>
span { border-color: #B0EC20; }
span { border-color: rgb(176,236,32); }
td.TdClassName
{
border-color: #B0EC20;
}
.TagClassName
{
border-color: #B0EC20;
}
</style>