Shades of Inch Worm #B0E81B
Tints of Inch Worm #B0E81B
RGB
CMYK
RGB Variations
Color information
#B0E81B (or 0xB0E81B) is known color: Inch Worm. HEX triplet: B0, E8 and 1B. RGB value is (176,232,27). Sum of RGB (Red+Green+Blue) = 176+232+27=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E81B is #4F17E4. Grayscale: #C0C0C0. Windows color (decimal): -5183461 or 1829040. OLE color: 1829040.
HSL color Cylindrical-coordinate representation of color #B0E81B: hue angle of 76.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0E81B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 27 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.09 |
| HSL | 76.39º | 0.82% | 0.51% | - |
| HSV(B) | 76.39º | 0.88% | 0.91% | - |
| XYZ | 46.96 | 67.02 | 11.5 | - |
| YUV | 191.89 | 34.95 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 27 | 0.24 | 0 | 0.88 | 0.09 | 76.39 | 0.82 | 0.51 |
| Hex | B0 | E8 | 1B | 18 | 0 | 58 | 9 | 4C | 52 | 33 |
| Octal | 260 | 350 | 33 | 30 | 0 | 130 | 11 | 114 | 122 | 63 |
| Binary | 10110000 | 11101000 | 11011 | 11000 | 0 | 1011000 | 1001 | 1001100 | 1010010 | 110011 |
Color Harmonies of #B0E81B
Complementary color
Monochromatic Colors of #B0E81B
Black with #B0E81B
Text Example
Text Example
White with #B0E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E81B; }
p { color: rgb(176,232,27); }
H1.HeaderClassName
{
color: #B0E81B;
}
.AnyTagClassName
{
color: #B0E81B;
}
</style>
background-color css
<style>
a { background-color: #B0E81B; }
a { background-color: rgb(176,232,27); }
div.DivClassName
{
background-color: #B0E81B;
}
.BgClassName
{
background-color: #B0E81B;
}
</style>
border-color css
<style>
span { border-color: #B0E81B; }
span { border-color: rgb(176,232,27); }
td.TdClassName
{
border-color: #B0E81B;
}
.TagClassName
{
border-color: #B0E81B;
}
</style>