Shades of Inch Worm #B1E021
Tints of Inch Worm #B1E021
RGB
CMYK
RGB Variations
Color information
#B1E021 (or 0xB1E021) is known color: Inch Worm. HEX triplet: B1, E0 and 21. RGB value is (177,224,33). Sum of RGB (Red+Green+Blue) = 177+224+33=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E021 is #4E1FDE. Grayscale: #BCBCBC. Windows color (decimal): -5119967 or 2220209. OLE color: 2220209.
HSL color Cylindrical-coordinate representation of color #B1E021: hue angle of 74.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1E021 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 33 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.12 |
| HSL | 74.76º | 0.75% | 0.5% | - |
| HSV(B) | 74.76º | 0.85% | 0.88% | - |
| XYZ | 45.06 | 62.77 | 11.18 | - |
| YUV | 188.17 | 40.43 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 33 | 0.21 | 0 | 0.85 | 0.12 | 74.76 | 0.75 | 0.5 |
| Hex | B1 | E0 | 21 | 15 | 0 | 55 | C | 4B | 4B | 32 |
| Octal | 261 | 340 | 41 | 25 | 0 | 125 | 14 | 113 | 113 | 62 |
| Binary | 10110001 | 11100000 | 100001 | 10101 | 0 | 1010101 | 1100 | 1001011 | 1001011 | 110010 |
Color Harmonies of #B1E021
Complementary color
Monochromatic Colors of #B1E021
Black with #B1E021
Text Example
Text Example
White with #B1E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E021; }
p { color: rgb(177,224,33); }
H1.HeaderClassName
{
color: #B1E021;
}
.AnyTagClassName
{
color: #B1E021;
}
</style>
background-color css
<style>
a { background-color: #B1E021; }
a { background-color: rgb(177,224,33); }
div.DivClassName
{
background-color: #B1E021;
}
.BgClassName
{
background-color: #B1E021;
}
</style>
border-color css
<style>
span { border-color: #B1E021; }
span { border-color: rgb(177,224,33); }
td.TdClassName
{
border-color: #B1E021;
}
.TagClassName
{
border-color: #B1E021;
}
</style>