Shades of Inch Worm #B1EB0C
Tints of Inch Worm #B1EB0C
RGB
CMYK
RGB Variations
Color information
#B1EB0C (or 0xB1EB0C) is known color: Inch Worm. HEX triplet: B1, EB and 0C. RGB value is (177,235,12). Sum of RGB (Red+Green+Blue) = 177+235+12=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EB0C is #4E14F3. Grayscale: #C1C1C1. Windows color (decimal): -5117172 or 846769. OLE color: 846769.
HSL color Cylindrical-coordinate representation of color #B1EB0C: hue angle of 75.61º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1EB0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.08 |
| HSL | 75.61º | 0.9% | 0.48% | - |
| HSV(B) | 75.61º | 0.95% | 0.92% | - |
| XYZ | 47.91 | 68.79 | 11.1 | - |
| YUV | 192.24 | 26.28 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 12 | 0.25 | 0 | 0.95 | 0.08 | 75.61 | 0.9 | 0.48 |
| Hex | B1 | EB | C | 19 | 0 | 5F | 8 | 4C | 5A | 30 |
| Octal | 261 | 353 | 14 | 31 | 0 | 137 | 10 | 114 | 132 | 60 |
| Binary | 10110001 | 11101011 | 1100 | 11001 | 0 | 1011111 | 1000 | 1001100 | 1011010 | 110000 |
Color Harmonies of #B1EB0C
Complementary color
Monochromatic Colors of #B1EB0C
Black with #B1EB0C
Text Example
Text Example
White with #B1EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EB0C; }
p { color: rgb(177,235,12); }
H1.HeaderClassName
{
color: #B1EB0C;
}
.AnyTagClassName
{
color: #B1EB0C;
}
</style>
background-color css
<style>
a { background-color: #B1EB0C; }
a { background-color: rgb(177,235,12); }
div.DivClassName
{
background-color: #B1EB0C;
}
.BgClassName
{
background-color: #B1EB0C;
}
</style>
border-color css
<style>
span { border-color: #B1EB0C; }
span { border-color: rgb(177,235,12); }
td.TdClassName
{
border-color: #B1EB0C;
}
.TagClassName
{
border-color: #B1EB0C;
}
</style>