Shades of Inch Worm #B3E900
Tints of Inch Worm #B3E900
RGB
CMYK
RGB Variations
Color information
#B3E900 (or 0xB3E900) is known color: Inch Worm. HEX triplet: B3, E9 and 00. RGB value is (179,233,0). Sum of RGB (Red+Green+Blue) = 179+233+0=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3E900 is #4C16FF. Grayscale: #BFBFBF. Windows color (decimal): -4986624 or 59827. OLE color: 59827.
HSL color Cylindrical-coordinate representation of color #B3E900: hue angle of 73.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3E900 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 233 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.09 |
| HSL | 73.91º | 1% | 0.46% | - |
| HSV(B) | 73.91º | 1% | 0.91% | - |
| XYZ | 47.73 | 67.86 | 10.58 | - |
| YUV | 190.29 | 20.61 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 0 | 0.23 | 0 | 1 | 0.09 | 73.91 | 1 | 0.46 |
| Hex | B3 | E9 | 0 | 17 | 0 | 64 | 9 | 4A | 64 | 2E |
| Octal | 263 | 351 | 0 | 27 | 0 | 144 | 11 | 112 | 144 | 56 |
| Binary | 10110011 | 11101001 | 0 | 10111 | 0 | 1100100 | 1001 | 1001010 | 1100100 | 101110 |
Color Harmonies of #B3E900
Complementary color
Monochromatic Colors of #B3E900
Black with #B3E900
Text Example
Text Example
White with #B3E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E900; }
p { color: rgb(179,233,0); }
H1.HeaderClassName
{
color: #B3E900;
}
.AnyTagClassName
{
color: #B3E900;
}
</style>
background-color css
<style>
a { background-color: #B3E900; }
a { background-color: rgb(179,233,0); }
div.DivClassName
{
background-color: #B3E900;
}
.BgClassName
{
background-color: #B3E900;
}
</style>
border-color css
<style>
span { border-color: #B3E900; }
span { border-color: rgb(179,233,0); }
td.TdClassName
{
border-color: #B3E900;
}
.TagClassName
{
border-color: #B3E900;
}
</style>