Shades of Inch Worm #B5EC20
Tints of Inch Worm #B5EC20
RGB
CMYK
RGB Variations
Color information
#B5EC20 (or 0xB5EC20) is known color: Inch Worm. HEX triplet: B5, EC and 20. RGB value is (181,236,32). Sum of RGB (Red+Green+Blue) = 181+236+32=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EC20 is #4A13DF. Grayscale: #C5C5C5. Windows color (decimal): -4854752 or 2157749. OLE color: 2157749.
HSL color Cylindrical-coordinate representation of color #B5EC20: hue angle of 76.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5EC20 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 32 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.07 |
| HSL | 76.18º | 0.84% | 0.53% | - |
| HSV(B) | 76.18º | 0.86% | 0.93% | - |
| XYZ | 49.31 | 69.92 | 12.26 | - |
| YUV | 196.3 | 35.28 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 32 | 0.23 | 0 | 0.86 | 0.07 | 76.18 | 0.84 | 0.53 |
| Hex | B5 | EC | 20 | 17 | 0 | 56 | 7 | 4C | 54 | 35 |
| Octal | 265 | 354 | 40 | 27 | 0 | 126 | 7 | 114 | 124 | 65 |
| Binary | 10110101 | 11101100 | 100000 | 10111 | 0 | 1010110 | 111 | 1001100 | 1010100 | 110101 |
Color Harmonies of #B5EC20
Complementary color
Monochromatic Colors of #B5EC20
Black with #B5EC20
Text Example
Text Example
White with #B5EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC20; }
p { color: rgb(181,236,32); }
H1.HeaderClassName
{
color: #B5EC20;
}
.AnyTagClassName
{
color: #B5EC20;
}
</style>
background-color css
<style>
a { background-color: #B5EC20; }
a { background-color: rgb(181,236,32); }
div.DivClassName
{
background-color: #B5EC20;
}
.BgClassName
{
background-color: #B5EC20;
}
</style>
border-color css
<style>
span { border-color: #B5EC20; }
span { border-color: rgb(181,236,32); }
td.TdClassName
{
border-color: #B5EC20;
}
.TagClassName
{
border-color: #B5EC20;
}
</style>