Shades of Inch Worm #B0EC23
Tints of Inch Worm #B0EC23
RGB
CMYK
RGB Variations
Color information
#B0EC23 (or 0xB0EC23) is known color: Inch Worm. HEX triplet: B0, EC and 23. RGB value is (176,236,35). Sum of RGB (Red+Green+Blue) = 176+236+35=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC23 is #4F13DC. Grayscale: #C3C3C3. Windows color (decimal): -5182429 or 2354352. OLE color: 2354352.
HSL color Cylindrical-coordinate representation of color #B0EC23: hue angle of 77.91º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0EC23 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 35 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.07 |
| HSL | 77.91º | 0.84% | 0.53% | - |
| HSV(B) | 77.91º | 0.85% | 0.93% | - |
| XYZ | 48.2 | 69.34 | 12.43 | - |
| YUV | 195.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 35 | 0.25 | 0 | 0.85 | 0.07 | 77.91 | 0.84 | 0.53 |
| Hex | B0 | EC | 23 | 19 | 0 | 55 | 7 | 4E | 54 | 35 |
| Octal | 260 | 354 | 43 | 31 | 0 | 125 | 7 | 116 | 124 | 65 |
| Binary | 10110000 | 11101100 | 100011 | 11001 | 0 | 1010101 | 111 | 1001110 | 1010100 | 110101 |
Color Harmonies of #B0EC23
Complementary color
Monochromatic Colors of #B0EC23
Black with #B0EC23
Text Example
Text Example
White with #B0EC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC23; }
p { color: rgb(176,236,35); }
H1.HeaderClassName
{
color: #B0EC23;
}
.AnyTagClassName
{
color: #B0EC23;
}
</style>
background-color css
<style>
a { background-color: #B0EC23; }
a { background-color: rgb(176,236,35); }
div.DivClassName
{
background-color: #B0EC23;
}
.BgClassName
{
background-color: #B0EC23;
}
</style>
border-color css
<style>
span { border-color: #B0EC23; }
span { border-color: rgb(176,236,35); }
td.TdClassName
{
border-color: #B0EC23;
}
.TagClassName
{
border-color: #B0EC23;
}
</style>