Shades of Inch Worm #B0EF18
Tints of Inch Worm #B0EF18
RGB
CMYK
RGB Variations
Color information
#B0EF18 (or 0xB0EF18) is known color: Inch Worm. HEX triplet: B0, EF and 18. RGB value is (176,239,24). Sum of RGB (Red+Green+Blue) = 176+239+24=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EF18 is #4F10E7. Grayscale: #C4C4C4. Windows color (decimal): -5181672 or 1634224. OLE color: 1634224.
HSL color Cylindrical-coordinate representation of color #B0EF18: hue angle of 77.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0EF18 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 24 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.06 |
| HSL | 77.58º | 0.87% | 0.52% | - |
| HSV(B) | 77.58º | 0.9% | 0.94% | - |
| XYZ | 48.94 | 71.03 | 11.99 | - |
| YUV | 195.65 | 31.13 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 24 | 0.26 | 0 | 0.90 | 0.06 | 77.58 | 0.87 | 0.52 |
| Hex | B0 | EF | 18 | 1A | 0 | 5A | 6 | 4E | 57 | 34 |
| Octal | 260 | 357 | 30 | 32 | 0 | 132 | 6 | 116 | 127 | 64 |
| Binary | 10110000 | 11101111 | 11000 | 11010 | 0 | 1011010 | 110 | 1001110 | 1010111 | 110100 |
Color Harmonies of #B0EF18
Complementary color
Monochromatic Colors of #B0EF18
Black with #B0EF18
Text Example
Text Example
White with #B0EF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF18; }
p { color: rgb(176,239,24); }
H1.HeaderClassName
{
color: #B0EF18;
}
.AnyTagClassName
{
color: #B0EF18;
}
</style>
background-color css
<style>
a { background-color: #B0EF18; }
a { background-color: rgb(176,239,24); }
div.DivClassName
{
background-color: #B0EF18;
}
.BgClassName
{
background-color: #B0EF18;
}
</style>
border-color css
<style>
span { border-color: #B0EF18; }
span { border-color: rgb(176,239,24); }
td.TdClassName
{
border-color: #B0EF18;
}
.TagClassName
{
border-color: #B0EF18;
}
</style>