Shades of Inch Worm #B0EF1B
Tints of Inch Worm #B0EF1B
RGB
CMYK
RGB Variations
Color information
#B0EF1B (or 0xB0EF1B) is known color: Inch Worm. HEX triplet: B0, EF and 1B. RGB value is (176,239,27). Sum of RGB (Red+Green+Blue) = 176+239+27=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF1B is #4F10E4. Grayscale: #C4C4C4. Windows color (decimal): -5181669 or 1830832. OLE color: 1830832.
HSL color Cylindrical-coordinate representation of color #B0EF1B: hue angle of 77.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0EF1B is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 27 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.06 |
| HSL | 77.83º | 0.87% | 0.52% | - |
| HSV(B) | 77.83º | 0.89% | 0.94% | - |
| XYZ | 48.97 | 71.04 | 12.17 | - |
| YUV | 196 | 32.63 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 27 | 0.26 | 0 | 0.89 | 0.06 | 77.83 | 0.87 | 0.52 |
| Hex | B0 | EF | 1B | 1A | 0 | 59 | 6 | 4E | 57 | 34 |
| Octal | 260 | 357 | 33 | 32 | 0 | 131 | 6 | 116 | 127 | 64 |
| Binary | 10110000 | 11101111 | 11011 | 11010 | 0 | 1011001 | 110 | 1001110 | 1010111 | 110100 |
Color Harmonies of #B0EF1B
Complementary color
Monochromatic Colors of #B0EF1B
Black with #B0EF1B
Text Example
Text Example
White with #B0EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF1B; }
p { color: rgb(176,239,27); }
H1.HeaderClassName
{
color: #B0EF1B;
}
.AnyTagClassName
{
color: #B0EF1B;
}
</style>
background-color css
<style>
a { background-color: #B0EF1B; }
a { background-color: rgb(176,239,27); }
div.DivClassName
{
background-color: #B0EF1B;
}
.BgClassName
{
background-color: #B0EF1B;
}
</style>
border-color css
<style>
span { border-color: #B0EF1B; }
span { border-color: rgb(176,239,27); }
td.TdClassName
{
border-color: #B0EF1B;
}
.TagClassName
{
border-color: #B0EF1B;
}
</style>