Shades of Inch Worm #B5EC08
Tints of Inch Worm #B5EC08
RGB
CMYK
RGB Variations
Color information
#B5EC08 (or 0xB5EC08) is known color: Inch Worm. HEX triplet: B5, EC and 08. RGB value is (181,236,8). Sum of RGB (Red+Green+Blue) = 181+236+8=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EC08 is #4A13F7. Grayscale: #C2C2C2. Windows color (decimal): -4854776 or 584885. OLE color: 584885.
HSL color Cylindrical-coordinate representation of color #B5EC08: hue angle of 74.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5EC08 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.07 |
| HSL | 74.47º | 0.93% | 0.48% | - |
| HSV(B) | 74.47º | 0.97% | 0.93% | - |
| XYZ | 49.1 | 69.83 | 11.12 | - |
| YUV | 193.56 | 23.28 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 8 | 0.23 | 0 | 0.97 | 0.07 | 74.47 | 0.93 | 0.48 |
| Hex | B5 | EC | 8 | 17 | 0 | 61 | 7 | 4A | 5D | 30 |
| Octal | 265 | 354 | 10 | 27 | 0 | 141 | 7 | 112 | 135 | 60 |
| Binary | 10110101 | 11101100 | 1000 | 10111 | 0 | 1100001 | 111 | 1001010 | 1011101 | 110000 |
Color Harmonies of #B5EC08
Complementary color
Monochromatic Colors of #B5EC08
Black with #B5EC08
Text Example
Text Example
White with #B5EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC08; }
p { color: rgb(181,236,8); }
H1.HeaderClassName
{
color: #B5EC08;
}
.AnyTagClassName
{
color: #B5EC08;
}
</style>
background-color css
<style>
a { background-color: #B5EC08; }
a { background-color: rgb(181,236,8); }
div.DivClassName
{
background-color: #B5EC08;
}
.BgClassName
{
background-color: #B5EC08;
}
</style>
border-color css
<style>
span { border-color: #B5EC08; }
span { border-color: rgb(181,236,8); }
td.TdClassName
{
border-color: #B5EC08;
}
.TagClassName
{
border-color: #B5EC08;
}
</style>