Shades of Inch Worm #B8E200
Tints of Inch Worm #B8E200
RGB
CMYK
RGB Variations
Color information
#B8E200 (or 0xB8E200) is known color: Inch Worm. HEX triplet: B8, E2 and 00. RGB value is (184,226,0). Sum of RGB (Red+Green+Blue) = 184+226+0=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8E200 is #471DFF. Grayscale: #BCBCBC. Windows color (decimal): -4660736 or 58040. OLE color: 58040.
HSL color Cylindrical-coordinate representation of color #B8E200: hue angle of 71.15º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8E200 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.11 |
| HSL | 71.15º | 1% | 0.44% | - |
| HSV(B) | 71.15º | 1% | 0.89% | - |
| XYZ | 46.96 | 64.58 | 9.99 | - |
| YUV | 187.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 0 | 0.19 | 0 | 1 | 0.11 | 71.15 | 1 | 0.44 |
| Hex | B8 | E2 | 0 | 13 | 0 | 64 | B | 47 | 64 | 2C |
| Octal | 270 | 342 | 0 | 23 | 0 | 144 | 13 | 107 | 144 | 54 |
| Binary | 10111000 | 11100010 | 0 | 10011 | 0 | 1100100 | 1011 | 1000111 | 1100100 | 101100 |
Color Harmonies of #B8E200
Complementary color
Monochromatic Colors of #B8E200
Black with #B8E200
Text Example
Text Example
White with #B8E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E200; }
p { color: rgb(184,226,0); }
H1.HeaderClassName
{
color: #B8E200;
}
.AnyTagClassName
{
color: #B8E200;
}
</style>
background-color css
<style>
a { background-color: #B8E200; }
a { background-color: rgb(184,226,0); }
div.DivClassName
{
background-color: #B8E200;
}
.BgClassName
{
background-color: #B8E200;
}
</style>
border-color css
<style>
span { border-color: #B8E200; }
span { border-color: rgb(184,226,0); }
td.TdClassName
{
border-color: #B8E200;
}
.TagClassName
{
border-color: #B8E200;
}
</style>