Shades of Inch Worm #B0EF14
Tints of Inch Worm #B0EF14
RGB
CMYK
RGB Variations
Color information
#B0EF14 (or 0xB0EF14) is known color: Inch Worm. HEX triplet: B0, EF and 14. RGB value is (176,239,20). Sum of RGB (Red+Green+Blue) = 176+239+20=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EF14 is #4F10EB. Grayscale: #C4C4C4. Windows color (decimal): -5181676 or 1372080. OLE color: 1372080.
HSL color Cylindrical-coordinate representation of color #B0EF14: hue angle of 77.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0EF14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.06 |
| HSL | 77.26º | 0.87% | 0.51% | - |
| HSV(B) | 77.26º | 0.92% | 0.94% | - |
| XYZ | 48.9 | 71.01 | 11.79 | - |
| YUV | 195.2 | 29.13 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 20 | 0.26 | 0 | 0.92 | 0.06 | 77.26 | 0.87 | 0.51 |
| Hex | B0 | EF | 14 | 1A | 0 | 5C | 6 | 4D | 57 | 33 |
| Octal | 260 | 357 | 24 | 32 | 0 | 134 | 6 | 115 | 127 | 63 |
| Binary | 10110000 | 11101111 | 10100 | 11010 | 0 | 1011100 | 110 | 1001101 | 1010111 | 110011 |
Color Harmonies of #B0EF14
Complementary color
Monochromatic Colors of #B0EF14
Black with #B0EF14
Text Example
Text Example
White with #B0EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF14; }
p { color: rgb(176,239,20); }
H1.HeaderClassName
{
color: #B0EF14;
}
.AnyTagClassName
{
color: #B0EF14;
}
</style>
background-color css
<style>
a { background-color: #B0EF14; }
a { background-color: rgb(176,239,20); }
div.DivClassName
{
background-color: #B0EF14;
}
.BgClassName
{
background-color: #B0EF14;
}
</style>
border-color css
<style>
span { border-color: #B0EF14; }
span { border-color: rgb(176,239,20); }
td.TdClassName
{
border-color: #B0EF14;
}
.TagClassName
{
border-color: #B0EF14;
}
</style>