Shades of Inch Worm #B0E004
Tints of Inch Worm #B0E004
RGB
CMYK
RGB Variations
Color information
#B0E004 (or 0xB0E004) is known color: Inch Worm. HEX triplet: B0, E0 and 04. RGB value is (176,224,4). Sum of RGB (Red+Green+Blue) = 176+224+4=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E004 is #4F1FFB. Grayscale: #B9B9B9. Windows color (decimal): -5185532 or 319664. OLE color: 319664.
HSL color Cylindrical-coordinate representation of color #B0E004: hue angle of 73.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0E004 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.12 |
| HSL | 73.09º | 0.96% | 0.45% | - |
| HSV(B) | 73.09º | 0.98% | 0.88% | - |
| XYZ | 44.58 | 62.55 | 9.84 | - |
| YUV | 184.57 | 26.1 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 4 | 0.21 | 0 | 0.98 | 0.12 | 73.09 | 0.96 | 0.45 |
| Hex | B0 | E0 | 4 | 15 | 0 | 62 | C | 49 | 60 | 2D |
| Octal | 260 | 340 | 4 | 25 | 0 | 142 | 14 | 111 | 140 | 55 |
| Binary | 10110000 | 11100000 | 100 | 10101 | 0 | 1100010 | 1100 | 1001001 | 1100000 | 101101 |
Color Harmonies of #B0E004
Complementary color
Monochromatic Colors of #B0E004
Black with #B0E004
Text Example
Text Example
White with #B0E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E004; }
p { color: rgb(176,224,4); }
H1.HeaderClassName
{
color: #B0E004;
}
.AnyTagClassName
{
color: #B0E004;
}
</style>
background-color css
<style>
a { background-color: #B0E004; }
a { background-color: rgb(176,224,4); }
div.DivClassName
{
background-color: #B0E004;
}
.BgClassName
{
background-color: #B0E004;
}
</style>
border-color css
<style>
span { border-color: #B0E004; }
span { border-color: rgb(176,224,4); }
td.TdClassName
{
border-color: #B0E004;
}
.TagClassName
{
border-color: #B0E004;
}
</style>