Shades of Inch Worm #B5E800
Tints of Inch Worm #B5E800
RGB
CMYK
RGB Variations
Color information
#B5E800 (or 0xB5E800) is known color: Inch Worm. HEX triplet: B5, E8 and 00. RGB value is (181,232,0). Sum of RGB (Red+Green+Blue) = 181+232+0=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 232 (91.02% from 255 or 56.17% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5E800 is #4A17FF. Grayscale: #BFBFBF. Windows color (decimal): -4855808 or 59573. OLE color: 59573.
HSL color Cylindrical-coordinate representation of color #B5E800: hue angle of 73.19º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5E800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.09 |
| HSL | 73.19º | 1% | 0.45% | - |
| HSV(B) | 73.19º | 1% | 0.91% | - |
| XYZ | 47.91 | 67.54 | 10.51 | - |
| YUV | 190.3 | 20.6 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 0 | 0.22 | 0 | 1 | 0.09 | 73.19 | 1 | 0.45 |
| Hex | B5 | E8 | 0 | 16 | 0 | 64 | 9 | 49 | 64 | 2D |
| Octal | 265 | 350 | 0 | 26 | 0 | 144 | 11 | 111 | 144 | 55 |
| Binary | 10110101 | 11101000 | 0 | 10110 | 0 | 1100100 | 1001 | 1001001 | 1100100 | 101101 |
Color Harmonies of #B5E800
Complementary color
Monochromatic Colors of #B5E800
Black with #B5E800
Text Example
Text Example
White with #B5E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E800; }
p { color: rgb(181,232,0); }
H1.HeaderClassName
{
color: #B5E800;
}
.AnyTagClassName
{
color: #B5E800;
}
</style>
background-color css
<style>
a { background-color: #B5E800; }
a { background-color: rgb(181,232,0); }
div.DivClassName
{
background-color: #B5E800;
}
.BgClassName
{
background-color: #B5E800;
}
</style>
border-color css
<style>
span { border-color: #B5E800; }
span { border-color: rgb(181,232,0); }
td.TdClassName
{
border-color: #B5E800;
}
.TagClassName
{
border-color: #B5E800;
}
</style>