Shades of Inch Worm #B0EC04
Tints of Inch Worm #B0EC04
RGB
CMYK
RGB Variations
Color information
#B0EC04 (or 0xB0EC04) is known color: Inch Worm. HEX triplet: B0, EC and 04. RGB value is (176,236,4). Sum of RGB (Red+Green+Blue) = 176+236+4=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EC04 is #4F13FB. Grayscale: #C0C0C0. Windows color (decimal): -5182460 or 322736. OLE color: 322736.
HSL color Cylindrical-coordinate representation of color #B0EC04: hue angle of 75.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0EC04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.07 |
| HSL | 75.52º | 0.97% | 0.47% | - |
| HSV(B) | 75.52º | 0.98% | 0.93% | - |
| XYZ | 47.92 | 69.23 | 10.95 | - |
| YUV | 191.61 | 22.12 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 4 | 0.25 | 0 | 0.98 | 0.07 | 75.52 | 0.97 | 0.47 |
| Hex | B0 | EC | 4 | 19 | 0 | 62 | 7 | 4C | 61 | 2F |
| Octal | 260 | 354 | 4 | 31 | 0 | 142 | 7 | 114 | 141 | 57 |
| Binary | 10110000 | 11101100 | 100 | 11001 | 0 | 1100010 | 111 | 1001100 | 1100001 | 101111 |
Color Harmonies of #B0EC04
Complementary color
Monochromatic Colors of #B0EC04
Black with #B0EC04
Text Example
Text Example
White with #B0EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC04; }
p { color: rgb(176,236,4); }
H1.HeaderClassName
{
color: #B0EC04;
}
.AnyTagClassName
{
color: #B0EC04;
}
</style>
background-color css
<style>
a { background-color: #B0EC04; }
a { background-color: rgb(176,236,4); }
div.DivClassName
{
background-color: #B0EC04;
}
.BgClassName
{
background-color: #B0EC04;
}
</style>
border-color css
<style>
span { border-color: #B0EC04; }
span { border-color: rgb(176,236,4); }
td.TdClassName
{
border-color: #B0EC04;
}
.TagClassName
{
border-color: #B0EC04;
}
</style>