Shades of Inch Worm #B0EF1C
Tints of Inch Worm #B0EF1C
RGB
CMYK
RGB Variations
Color information
#B0EF1C (or 0xB0EF1C) is known color: Inch Worm. HEX triplet: B0, EF and 1C. RGB value is (176,239,28). Sum of RGB (Red+Green+Blue) = 176+239+28=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF1C is #4F10E3. Grayscale: #C4C4C4. Windows color (decimal): -5181668 or 1896368. OLE color: 1896368.
HSL color Cylindrical-coordinate representation of color #B0EF1C: hue angle of 77.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0EF1C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.06 |
| HSL | 77.91º | 0.87% | 0.52% | - |
| HSV(B) | 77.91º | 0.88% | 0.94% | - |
| XYZ | 48.98 | 71.05 | 12.23 | - |
| YUV | 196.11 | 33.13 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 28 | 0.26 | 0 | 0.88 | 0.06 | 77.91 | 0.87 | 0.52 |
| Hex | B0 | EF | 1C | 1A | 0 | 58 | 6 | 4E | 57 | 34 |
| Octal | 260 | 357 | 34 | 32 | 0 | 130 | 6 | 116 | 127 | 64 |
| Binary | 10110000 | 11101111 | 11100 | 11010 | 0 | 1011000 | 110 | 1001110 | 1010111 | 110100 |
Color Harmonies of #B0EF1C
Complementary color
Monochromatic Colors of #B0EF1C
Black with #B0EF1C
Text Example
Text Example
White with #B0EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF1C; }
p { color: rgb(176,239,28); }
H1.HeaderClassName
{
color: #B0EF1C;
}
.AnyTagClassName
{
color: #B0EF1C;
}
</style>
background-color css
<style>
a { background-color: #B0EF1C; }
a { background-color: rgb(176,239,28); }
div.DivClassName
{
background-color: #B0EF1C;
}
.BgClassName
{
background-color: #B0EF1C;
}
</style>
border-color css
<style>
span { border-color: #B0EF1C; }
span { border-color: rgb(176,239,28); }
td.TdClassName
{
border-color: #B0EF1C;
}
.TagClassName
{
border-color: #B0EF1C;
}
</style>