Shades of Inch Worm #B3E004
Tints of Inch Worm #B3E004
RGB
CMYK
RGB Variations
Color information
#B3E004 (or 0xB3E004) is known color: Inch Worm. HEX triplet: B3, E0 and 04. RGB value is (179,224,4). Sum of RGB (Red+Green+Blue) = 179+224+4=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E004 is #4C1FFB. Grayscale: #BABABA. Windows color (decimal): -4988924 or 319667. OLE color: 319667.
HSL color Cylindrical-coordinate representation of color #B3E004: hue angle of 72.27º 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 #B3E004 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.12 |
| HSL | 72.27º | 0.96% | 0.45% | - |
| HSV(B) | 72.27º | 0.98% | 0.88% | - |
| XYZ | 45.27 | 62.9 | 9.87 | - |
| YUV | 185.47 | 25.59 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 4 | 0.20 | 0 | 0.98 | 0.12 | 72.27 | 0.96 | 0.45 |
| Hex | B3 | E0 | 4 | 14 | 0 | 62 | C | 48 | 60 | 2D |
| Octal | 263 | 340 | 4 | 24 | 0 | 142 | 14 | 110 | 140 | 55 |
| Binary | 10110011 | 11100000 | 100 | 10100 | 0 | 1100010 | 1100 | 1001000 | 1100000 | 101101 |
Color Harmonies of #B3E004
Complementary color
Monochromatic Colors of #B3E004
Black with #B3E004
Text Example
Text Example
White with #B3E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E004; }
p { color: rgb(179,224,4); }
H1.HeaderClassName
{
color: #B3E004;
}
.AnyTagClassName
{
color: #B3E004;
}
</style>
background-color css
<style>
a { background-color: #B3E004; }
a { background-color: rgb(179,224,4); }
div.DivClassName
{
background-color: #B3E004;
}
.BgClassName
{
background-color: #B3E004;
}
</style>
border-color css
<style>
span { border-color: #B3E004; }
span { border-color: rgb(179,224,4); }
td.TdClassName
{
border-color: #B3E004;
}
.TagClassName
{
border-color: #B3E004;
}
</style>