Shades of Inch Worm #B1E412
Tints of Inch Worm #B1E412
RGB
CMYK
RGB Variations
Color information
#B1E412 (or 0xB1E412) is known color: Inch Worm. HEX triplet: B1, E4 and 12. RGB value is (177,228,18). Sum of RGB (Red+Green+Blue) = 177+228+18=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E412 is #4E1BED. Grayscale: #BDBDBD. Windows color (decimal): -5118958 or 1238193. OLE color: 1238193.
HSL color Cylindrical-coordinate representation of color #B1E412: hue angle of 74.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1E412 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.11 |
| HSL | 74.57º | 0.85% | 0.48% | - |
| HSV(B) | 74.57º | 0.92% | 0.89% | - |
| XYZ | 45.98 | 64.88 | 10.67 | - |
| YUV | 188.81 | 31.6 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 18 | 0.22 | 0 | 0.92 | 0.11 | 74.57 | 0.85 | 0.48 |
| Hex | B1 | E4 | 12 | 16 | 0 | 5C | B | 4B | 55 | 30 |
| Octal | 261 | 344 | 22 | 26 | 0 | 134 | 13 | 113 | 125 | 60 |
| Binary | 10110001 | 11100100 | 10010 | 10110 | 0 | 1011100 | 1011 | 1001011 | 1010101 | 110000 |
Color Harmonies of #B1E412
Complementary color
Monochromatic Colors of #B1E412
Black with #B1E412
Text Example
Text Example
White with #B1E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E412; }
p { color: rgb(177,228,18); }
H1.HeaderClassName
{
color: #B1E412;
}
.AnyTagClassName
{
color: #B1E412;
}
</style>
background-color css
<style>
a { background-color: #B1E412; }
a { background-color: rgb(177,228,18); }
div.DivClassName
{
background-color: #B1E412;
}
.BgClassName
{
background-color: #B1E412;
}
</style>
border-color css
<style>
span { border-color: #B1E412; }
span { border-color: rgb(177,228,18); }
td.TdClassName
{
border-color: #B1E412;
}
.TagClassName
{
border-color: #B1E412;
}
</style>