Shades of Inch Worm #B1E61B
Tints of Inch Worm #B1E61B
RGB
CMYK
RGB Variations
Color information
#B1E61B (or 0xB1E61B) is known color: Inch Worm. HEX triplet: B1, E6 and 1B. RGB value is (177,230,27). Sum of RGB (Red+Green+Blue) = 177+230+27=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E61B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1E61B is #4E19E4. Grayscale: #BFBFBF. Windows color (decimal): -5118437 or 1828529. OLE color: 1828529.
HSL color Cylindrical-coordinate representation of color #B1E61B: hue angle of 75.67º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1E61B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 27 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.10 |
| HSL | 75.67º | 0.8% | 0.5% | - |
| HSV(B) | 75.67º | 0.88% | 0.9% | - |
| XYZ | 46.63 | 66.02 | 11.32 | - |
| YUV | 191.01 | 35.44 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 27 | 0.23 | 0 | 0.88 | 0.10 | 75.67 | 0.8 | 0.5 |
| Hex | B1 | E6 | 1B | 17 | 0 | 58 | A | 4C | 50 | 32 |
| Octal | 261 | 346 | 33 | 27 | 0 | 130 | 12 | 114 | 120 | 62 |
| Binary | 10110001 | 11100110 | 11011 | 10111 | 0 | 1011000 | 1010 | 1001100 | 1010000 | 110010 |
Color Harmonies of #B1E61B
Complementary color
Monochromatic Colors of #B1E61B
Black with #B1E61B
Text Example
Text Example
White with #B1E61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E61B; }
p { color: rgb(177,230,27); }
H1.HeaderClassName
{
color: #B1E61B;
}
.AnyTagClassName
{
color: #B1E61B;
}
</style>
background-color css
<style>
a { background-color: #B1E61B; }
a { background-color: rgb(177,230,27); }
div.DivClassName
{
background-color: #B1E61B;
}
.BgClassName
{
background-color: #B1E61B;
}
</style>
border-color css
<style>
span { border-color: #B1E61B; }
span { border-color: rgb(177,230,27); }
td.TdClassName
{
border-color: #B1E61B;
}
.TagClassName
{
border-color: #B1E61B;
}
</style>