Shades of Inch Worm #B1E528
Tints of Inch Worm #B1E528
RGB
CMYK
RGB Variations
Color information
#B1E528 (or 0xB1E528) is known color: Inch Worm. HEX triplet: B1, E5 and 28. RGB value is (177,229,40). Sum of RGB (Red+Green+Blue) = 177+229+40=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E528 is #4E1AD7. Grayscale: #C0C0C0. Windows color (decimal): -5118680 or 2680241. OLE color: 2680241.
HSL color Cylindrical-coordinate representation of color #B1E528: hue angle of 76.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1E528 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 40 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.10 |
| HSL | 76.51º | 0.78% | 0.53% | - |
| HSV(B) | 76.51º | 0.83% | 0.9% | - |
| XYZ | 46.53 | 65.54 | 12.21 | - |
| YUV | 191.91 | 42.27 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 40 | 0.23 | 0 | 0.83 | 0.10 | 76.51 | 0.78 | 0.53 |
| Hex | B1 | E5 | 28 | 17 | 0 | 53 | A | 4D | 4E | 35 |
| Octal | 261 | 345 | 50 | 27 | 0 | 123 | 12 | 115 | 116 | 65 |
| Binary | 10110001 | 11100101 | 101000 | 10111 | 0 | 1010011 | 1010 | 1001101 | 1001110 | 110101 |
Color Harmonies of #B1E528
Complementary color
Monochromatic Colors of #B1E528
Black with #B1E528
Text Example
Text Example
White with #B1E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E528; }
p { color: rgb(177,229,40); }
H1.HeaderClassName
{
color: #B1E528;
}
.AnyTagClassName
{
color: #B1E528;
}
</style>
background-color css
<style>
a { background-color: #B1E528; }
a { background-color: rgb(177,229,40); }
div.DivClassName
{
background-color: #B1E528;
}
.BgClassName
{
background-color: #B1E528;
}
</style>
border-color css
<style>
span { border-color: #B1E528; }
span { border-color: rgb(177,229,40); }
td.TdClassName
{
border-color: #B1E528;
}
.TagClassName
{
border-color: #B1E528;
}
</style>