Shades of Inch Worm #B5EC0F
Tints of Inch Worm #B5EC0F
RGB
CMYK
RGB Variations
Color information
#B5EC0F (or 0xB5EC0F) is known color: Inch Worm. HEX triplet: B5, EC and 0F. RGB value is (181,236,15). Sum of RGB (Red+Green+Blue) = 181+236+15=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EC0F is #4A13F0. Grayscale: #C3C3C3. Windows color (decimal): -4854769 or 1043637. OLE color: 1043637.
HSL color Cylindrical-coordinate representation of color #B5EC0F: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5EC0F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 15 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.07 |
| HSL | 74.93º | 0.88% | 0.49% | - |
| HSV(B) | 74.93º | 0.94% | 0.93% | - |
| XYZ | 49.14 | 69.85 | 11.34 | - |
| YUV | 194.36 | 26.78 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 15 | 0.23 | 0 | 0.94 | 0.07 | 74.93 | 0.88 | 0.49 |
| Hex | B5 | EC | F | 17 | 0 | 5E | 7 | 4B | 58 | 31 |
| Octal | 265 | 354 | 17 | 27 | 0 | 136 | 7 | 113 | 130 | 61 |
| Binary | 10110101 | 11101100 | 1111 | 10111 | 0 | 1011110 | 111 | 1001011 | 1011000 | 110001 |
Color Harmonies of #B5EC0F
Complementary color
Monochromatic Colors of #B5EC0F
Black with #B5EC0F
Text Example
Text Example
White with #B5EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC0F; }
p { color: rgb(181,236,15); }
H1.HeaderClassName
{
color: #B5EC0F;
}
.AnyTagClassName
{
color: #B5EC0F;
}
</style>
background-color css
<style>
a { background-color: #B5EC0F; }
a { background-color: rgb(181,236,15); }
div.DivClassName
{
background-color: #B5EC0F;
}
.BgClassName
{
background-color: #B5EC0F;
}
</style>
border-color css
<style>
span { border-color: #B5EC0F; }
span { border-color: rgb(181,236,15); }
td.TdClassName
{
border-color: #B5EC0F;
}
.TagClassName
{
border-color: #B5EC0F;
}
</style>