Shades of Inch Worm #B5EC07
Tints of Inch Worm #B5EC07
RGB
CMYK
RGB Variations
Color information
#B5EC07 (or 0xB5EC07) is known color: Inch Worm. HEX triplet: B5, EC and 07. RGB value is (181,236,7). Sum of RGB (Red+Green+Blue) = 181+236+7=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EC07 is #4A13F8. Grayscale: #C2C2C2. Windows color (decimal): -4854777 or 519349. OLE color: 519349.
HSL color Cylindrical-coordinate representation of color #B5EC07: hue angle of 74.41º degrees, saturation: 0.94, 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 #B5EC07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.07 |
| HSL | 74.41º | 0.94% | 0.48% | - |
| HSV(B) | 74.41º | 0.97% | 0.93% | - |
| XYZ | 49.09 | 69.83 | 11.09 | - |
| YUV | 193.45 | 22.78 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 7 | 0.23 | 0 | 0.97 | 0.07 | 74.41 | 0.94 | 0.48 |
| Hex | B5 | EC | 7 | 17 | 0 | 61 | 7 | 4A | 5E | 30 |
| Octal | 265 | 354 | 7 | 27 | 0 | 141 | 7 | 112 | 136 | 60 |
| Binary | 10110101 | 11101100 | 111 | 10111 | 0 | 1100001 | 111 | 1001010 | 1011110 | 110000 |
Color Harmonies of #B5EC07
Complementary color
Monochromatic Colors of #B5EC07
Black with #B5EC07
Text Example
Text Example
White with #B5EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC07; }
p { color: rgb(181,236,7); }
H1.HeaderClassName
{
color: #B5EC07;
}
.AnyTagClassName
{
color: #B5EC07;
}
</style>
background-color css
<style>
a { background-color: #B5EC07; }
a { background-color: rgb(181,236,7); }
div.DivClassName
{
background-color: #B5EC07;
}
.BgClassName
{
background-color: #B5EC07;
}
</style>
border-color css
<style>
span { border-color: #B5EC07; }
span { border-color: rgb(181,236,7); }
td.TdClassName
{
border-color: #B5EC07;
}
.TagClassName
{
border-color: #B5EC07;
}
</style>