Shades of Inch Worm #B1ED07
Tints of Inch Worm #B1ED07
RGB
CMYK
RGB Variations
Color information
#B1ED07 (or 0xB1ED07) is known color: Inch Worm. HEX triplet: B1, ED and 07. RGB value is (177,237,7). Sum of RGB (Red+Green+Blue) = 177+237+7=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 237 (92.97% from 255 or 56.29% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1ED07 is #4E12F8. Grayscale: #C1C1C1. Windows color (decimal): -5116665 or 519601. OLE color: 519601.
HSL color Cylindrical-coordinate representation of color #B1ED07: hue angle of 75.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1ED07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.07 |
| HSL | 75.65º | 0.94% | 0.48% | - |
| HSV(B) | 75.65º | 0.97% | 0.93% | - |
| XYZ | 48.45 | 69.93 | 11.15 | - |
| YUV | 192.84 | 23.12 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 7 | 0.25 | 0 | 0.97 | 0.07 | 75.65 | 0.94 | 0.48 |
| Hex | B1 | ED | 7 | 19 | 0 | 61 | 7 | 4C | 5E | 30 |
| Octal | 261 | 355 | 7 | 31 | 0 | 141 | 7 | 114 | 136 | 60 |
| Binary | 10110001 | 11101101 | 111 | 11001 | 0 | 1100001 | 111 | 1001100 | 1011110 | 110000 |
Color Harmonies of #B1ED07
Complementary color
Monochromatic Colors of #B1ED07
Black with #B1ED07
Text Example
Text Example
White with #B1ED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED07; }
p { color: rgb(177,237,7); }
H1.HeaderClassName
{
color: #B1ED07;
}
.AnyTagClassName
{
color: #B1ED07;
}
</style>
background-color css
<style>
a { background-color: #B1ED07; }
a { background-color: rgb(177,237,7); }
div.DivClassName
{
background-color: #B1ED07;
}
.BgClassName
{
background-color: #B1ED07;
}
</style>
border-color css
<style>
span { border-color: #B1ED07; }
span { border-color: rgb(177,237,7); }
td.TdClassName
{
border-color: #B1ED07;
}
.TagClassName
{
border-color: #B1ED07;
}
</style>