Shades of Inch Worm #B0EC24
Tints of Inch Worm #B0EC24
RGB
CMYK
RGB Variations
Color information
#B0EC24 (or 0xB0EC24) is known color: Inch Worm. HEX triplet: B0, EC and 24. RGB value is (176,236,36). Sum of RGB (Red+Green+Blue) = 176+236+36=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC24 is #4F13DB. Grayscale: #C3C3C3. Windows color (decimal): -5182428 or 2419888. OLE color: 2419888.
HSL color Cylindrical-coordinate representation of color #B0EC24: hue angle of 78º 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 #B0EC24 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 36 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.07 |
| HSL | 78º | 0.84% | 0.53% | - |
| HSV(B) | 78º | 0.85% | 0.93% | - |
| XYZ | 48.22 | 69.35 | 12.51 | - |
| YUV | 195.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 36 | 0.25 | 0 | 0.85 | 0.07 | 78 | 0.84 | 0.53 |
| Hex | B0 | EC | 24 | 19 | 0 | 55 | 7 | 4E | 54 | 35 |
| Octal | 260 | 354 | 44 | 31 | 0 | 125 | 7 | 116 | 124 | 65 |
| Binary | 10110000 | 11101100 | 100100 | 11001 | 0 | 1010101 | 111 | 1001110 | 1010100 | 110101 |
Color Harmonies of #B0EC24
Complementary color
Monochromatic Colors of #B0EC24
Black with #B0EC24
Text Example
Text Example
White with #B0EC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC24; }
p { color: rgb(176,236,36); }
H1.HeaderClassName
{
color: #B0EC24;
}
.AnyTagClassName
{
color: #B0EC24;
}
</style>
background-color css
<style>
a { background-color: #B0EC24; }
a { background-color: rgb(176,236,36); }
div.DivClassName
{
background-color: #B0EC24;
}
.BgClassName
{
background-color: #B0EC24;
}
</style>
border-color css
<style>
span { border-color: #B0EC24; }
span { border-color: rgb(176,236,36); }
td.TdClassName
{
border-color: #B0EC24;
}
.TagClassName
{
border-color: #B0EC24;
}
</style>