Shades of Inch Worm #B5EC16
Tints of Inch Worm #B5EC16
RGB
CMYK
RGB Variations
Color information
#B5EC16 (or 0xB5EC16) is known color: Inch Worm. HEX triplet: B5, EC and 16. RGB value is (181,236,22). Sum of RGB (Red+Green+Blue) = 181+236+22=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EC16 is #4A13E9. Grayscale: #C3C3C3. Windows color (decimal): -4854762 or 1502389. OLE color: 1502389.
HSL color Cylindrical-coordinate representation of color #B5EC16: hue angle of 75.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5EC16 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.07 |
| HSL | 75.42º | 0.85% | 0.51% | - |
| HSV(B) | 75.42º | 0.91% | 0.93% | - |
| XYZ | 49.2 | 69.87 | 11.65 | - |
| YUV | 195.16 | 30.28 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 22 | 0.23 | 0 | 0.91 | 0.07 | 75.42 | 0.85 | 0.51 |
| Hex | B5 | EC | 16 | 17 | 0 | 5B | 7 | 4B | 55 | 33 |
| Octal | 265 | 354 | 26 | 27 | 0 | 133 | 7 | 113 | 125 | 63 |
| Binary | 10110101 | 11101100 | 10110 | 10111 | 0 | 1011011 | 111 | 1001011 | 1010101 | 110011 |
Color Harmonies of #B5EC16
Complementary color
Monochromatic Colors of #B5EC16
Black with #B5EC16
Text Example
Text Example
White with #B5EC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC16; }
p { color: rgb(181,236,22); }
H1.HeaderClassName
{
color: #B5EC16;
}
.AnyTagClassName
{
color: #B5EC16;
}
</style>
background-color css
<style>
a { background-color: #B5EC16; }
a { background-color: rgb(181,236,22); }
div.DivClassName
{
background-color: #B5EC16;
}
.BgClassName
{
background-color: #B5EC16;
}
</style>
border-color css
<style>
span { border-color: #B5EC16; }
span { border-color: rgb(181,236,22); }
td.TdClassName
{
border-color: #B5EC16;
}
.TagClassName
{
border-color: #B5EC16;
}
</style>