Shades of Inch Worm #B0E21F
Tints of Inch Worm #B0E21F
RGB
CMYK
RGB Variations
Color information
#B0E21F (or 0xB0E21F) is known color: Inch Worm. HEX triplet: B0, E2 and 1F. RGB value is (176,226,31). Sum of RGB (Red+Green+Blue) = 176+226+31=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E21F is #4F1DE0. Grayscale: #BDBDBD. Windows color (decimal): -5184993 or 2089648. OLE color: 2089648.
HSL color Cylindrical-coordinate representation of color #B0E21F: hue angle of 75.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0E21F is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 31 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.11 |
| HSL | 75.38º | 0.77% | 0.5% | - |
| HSV(B) | 75.38º | 0.86% | 0.89% | - |
| XYZ | 45.35 | 63.72 | 11.21 | - |
| YUV | 188.82 | 38.94 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 31 | 0.22 | 0 | 0.86 | 0.11 | 75.38 | 0.77 | 0.5 |
| Hex | B0 | E2 | 1F | 16 | 0 | 56 | B | 4B | 4D | 32 |
| Octal | 260 | 342 | 37 | 26 | 0 | 126 | 13 | 113 | 115 | 62 |
| Binary | 10110000 | 11100010 | 11111 | 10110 | 0 | 1010110 | 1011 | 1001011 | 1001101 | 110010 |
Color Harmonies of #B0E21F
Complementary color
Monochromatic Colors of #B0E21F
Black with #B0E21F
Text Example
Text Example
White with #B0E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E21F; }
p { color: rgb(176,226,31); }
H1.HeaderClassName
{
color: #B0E21F;
}
.AnyTagClassName
{
color: #B0E21F;
}
</style>
background-color css
<style>
a { background-color: #B0E21F; }
a { background-color: rgb(176,226,31); }
div.DivClassName
{
background-color: #B0E21F;
}
.BgClassName
{
background-color: #B0E21F;
}
</style>
border-color css
<style>
span { border-color: #B0E21F; }
span { border-color: rgb(176,226,31); }
td.TdClassName
{
border-color: #B0E21F;
}
.TagClassName
{
border-color: #B0E21F;
}
</style>