Shades of Inch Worm #B1E00D
Tints of Inch Worm #B1E00D
RGB
CMYK
RGB Variations
Color information
#B1E00D (or 0xB1E00D) is known color: Inch Worm. HEX triplet: B1, E0 and 0D. RGB value is (177,224,13). Sum of RGB (Red+Green+Blue) = 177+224+13=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E00D is #4E1FF2. Grayscale: #BABABA. Windows color (decimal): -5119987 or 909489. OLE color: 909489.
HSL color Cylindrical-coordinate representation of color #B1E00D: hue angle of 73.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1E00D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.12 |
| HSL | 73.36º | 0.89% | 0.46% | - |
| HSV(B) | 73.36º | 0.94% | 0.88% | - |
| XYZ | 44.86 | 62.69 | 10.12 | - |
| YUV | 185.89 | 30.43 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 13 | 0.21 | 0 | 0.94 | 0.12 | 73.36 | 0.89 | 0.46 |
| Hex | B1 | E0 | D | 15 | 0 | 5E | C | 49 | 59 | 2E |
| Octal | 261 | 340 | 15 | 25 | 0 | 136 | 14 | 111 | 131 | 56 |
| Binary | 10110001 | 11100000 | 1101 | 10101 | 0 | 1011110 | 1100 | 1001001 | 1011001 | 101110 |
Color Harmonies of #B1E00D
Complementary color
Monochromatic Colors of #B1E00D
Black with #B1E00D
Text Example
Text Example
White with #B1E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E00D; }
p { color: rgb(177,224,13); }
H1.HeaderClassName
{
color: #B1E00D;
}
.AnyTagClassName
{
color: #B1E00D;
}
</style>
background-color css
<style>
a { background-color: #B1E00D; }
a { background-color: rgb(177,224,13); }
div.DivClassName
{
background-color: #B1E00D;
}
.BgClassName
{
background-color: #B1E00D;
}
</style>
border-color css
<style>
span { border-color: #B1E00D; }
span { border-color: rgb(177,224,13); }
td.TdClassName
{
border-color: #B1E00D;
}
.TagClassName
{
border-color: #B1E00D;
}
</style>