Shades of Inch Worm #B1E70C
Tints of Inch Worm #B1E70C
RGB
CMYK
RGB Variations
Color information
#B1E70C (or 0xB1E70C) is known color: Inch Worm. HEX triplet: B1, E7 and 0C. RGB value is (177,231,12). Sum of RGB (Red+Green+Blue) = 177+231+12=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1E70C is #4E18F3. Grayscale: #BEBEBE. Windows color (decimal): -5118196 or 845745. OLE color: 845745.
HSL color Cylindrical-coordinate representation of color #B1E70C: hue angle of 74.79º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1E70C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.09 |
| HSL | 74.79º | 0.9% | 0.48% | - |
| HSV(B) | 74.79º | 0.95% | 0.91% | - |
| XYZ | 46.77 | 66.53 | 10.72 | - |
| YUV | 189.89 | 27.61 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 12 | 0.23 | 0 | 0.95 | 0.09 | 74.79 | 0.9 | 0.48 |
| Hex | B1 | E7 | C | 17 | 0 | 5F | 9 | 4B | 5A | 30 |
| Octal | 261 | 347 | 14 | 27 | 0 | 137 | 11 | 113 | 132 | 60 |
| Binary | 10110001 | 11100111 | 1100 | 10111 | 0 | 1011111 | 1001 | 1001011 | 1011010 | 110000 |
Color Harmonies of #B1E70C
Complementary color
Monochromatic Colors of #B1E70C
Black with #B1E70C
Text Example
Text Example
White with #B1E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E70C; }
p { color: rgb(177,231,12); }
H1.HeaderClassName
{
color: #B1E70C;
}
.AnyTagClassName
{
color: #B1E70C;
}
</style>
background-color css
<style>
a { background-color: #B1E70C; }
a { background-color: rgb(177,231,12); }
div.DivClassName
{
background-color: #B1E70C;
}
.BgClassName
{
background-color: #B1E70C;
}
</style>
border-color css
<style>
span { border-color: #B1E70C; }
span { border-color: rgb(177,231,12); }
td.TdClassName
{
border-color: #B1E70C;
}
.TagClassName
{
border-color: #B1E70C;
}
</style>