Shades of Inch Worm #B0EC02
Tints of Inch Worm #B0EC02
RGB
CMYK
RGB Variations
Color information
#B0EC02 (or 0xB0EC02) is known color: Inch Worm. HEX triplet: B0, EC and 02. RGB value is (176,236,2). Sum of RGB (Red+Green+Blue) = 176+236+2=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EC02 is #4F13FD. Grayscale: #C0C0C0. Windows color (decimal): -5182462 or 191664. OLE color: 191664.
HSL color Cylindrical-coordinate representation of color #B0EC02: hue angle of 75.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0EC02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.07 |
| HSL | 75.38º | 0.98% | 0.47% | - |
| HSV(B) | 75.38º | 0.99% | 0.93% | - |
| XYZ | 47.91 | 69.23 | 10.89 | - |
| YUV | 191.38 | 21.12 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 2 | 0.25 | 0 | 0.99 | 0.07 | 75.38 | 0.98 | 0.47 |
| Hex | B0 | EC | 2 | 19 | 0 | 63 | 7 | 4B | 62 | 2F |
| Octal | 260 | 354 | 2 | 31 | 0 | 143 | 7 | 113 | 142 | 57 |
| Binary | 10110000 | 11101100 | 10 | 11001 | 0 | 1100011 | 111 | 1001011 | 1100010 | 101111 |
Color Harmonies of #B0EC02
Complementary color
Monochromatic Colors of #B0EC02
Black with #B0EC02
Text Example
Text Example
White with #B0EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC02; }
p { color: rgb(176,236,2); }
H1.HeaderClassName
{
color: #B0EC02;
}
.AnyTagClassName
{
color: #B0EC02;
}
</style>
background-color css
<style>
a { background-color: #B0EC02; }
a { background-color: rgb(176,236,2); }
div.DivClassName
{
background-color: #B0EC02;
}
.BgClassName
{
background-color: #B0EC02;
}
</style>
border-color css
<style>
span { border-color: #B0EC02; }
span { border-color: rgb(176,236,2); }
td.TdClassName
{
border-color: #B0EC02;
}
.TagClassName
{
border-color: #B0EC02;
}
</style>