Shades of Inch Worm #B1E30F
Tints of Inch Worm #B1E30F
RGB
CMYK
RGB Variations
Color information
#B1E30F (or 0xB1E30F) is known color: Inch Worm. HEX triplet: B1, E3 and 0F. RGB value is (177,227,15). Sum of RGB (Red+Green+Blue) = 177+227+15=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E30F is #4E1CF0. Grayscale: #BCBCBC. Windows color (decimal): -5119217 or 1041329. OLE color: 1041329.
HSL color Cylindrical-coordinate representation of color #B1E30F: hue angle of 74.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1E30F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 15 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.11 |
| HSL | 74.15º | 0.88% | 0.47% | - |
| HSV(B) | 74.15º | 0.93% | 0.89% | - |
| XYZ | 45.69 | 64.32 | 10.46 | - |
| YUV | 187.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 15 | 0.22 | 0 | 0.93 | 0.11 | 74.15 | 0.88 | 0.47 |
| Hex | B1 | E3 | F | 16 | 0 | 5D | B | 4A | 58 | 2F |
| Octal | 261 | 343 | 17 | 26 | 0 | 135 | 13 | 112 | 130 | 57 |
| Binary | 10110001 | 11100011 | 1111 | 10110 | 0 | 1011101 | 1011 | 1001010 | 1011000 | 101111 |
Color Harmonies of #B1E30F
Complementary color
Monochromatic Colors of #B1E30F
Black with #B1E30F
Text Example
Text Example
White with #B1E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E30F; }
p { color: rgb(177,227,15); }
H1.HeaderClassName
{
color: #B1E30F;
}
.AnyTagClassName
{
color: #B1E30F;
}
</style>
background-color css
<style>
a { background-color: #B1E30F; }
a { background-color: rgb(177,227,15); }
div.DivClassName
{
background-color: #B1E30F;
}
.BgClassName
{
background-color: #B1E30F;
}
</style>
border-color css
<style>
span { border-color: #B1E30F; }
span { border-color: rgb(177,227,15); }
td.TdClassName
{
border-color: #B1E30F;
}
.TagClassName
{
border-color: #B1E30F;
}
</style>