Shades of Inch Worm #B3EC20
Tints of Inch Worm #B3EC20
RGB
CMYK
RGB Variations
Color information
#B3EC20 (or 0xB3EC20) is known color: Inch Worm. HEX triplet: B3, EC and 20. RGB value is (179,236,32). Sum of RGB (Red+Green+Blue) = 179+236+32=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EC20 is #4C13DF. Grayscale: #C4C4C4. Windows color (decimal): -4985824 or 2157747. OLE color: 2157747.
HSL color Cylindrical-coordinate representation of color #B3EC20: hue angle of 76.76º 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 #B3EC20 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 32 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.07 |
| HSL | 76.76º | 0.84% | 0.53% | - |
| HSV(B) | 76.76º | 0.86% | 0.93% | - |
| XYZ | 48.85 | 69.68 | 12.24 | - |
| YUV | 195.7 | 35.62 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 32 | 0.24 | 0 | 0.86 | 0.07 | 76.76 | 0.84 | 0.53 |
| Hex | B3 | EC | 20 | 18 | 0 | 56 | 7 | 4D | 54 | 35 |
| Octal | 263 | 354 | 40 | 30 | 0 | 126 | 7 | 115 | 124 | 65 |
| Binary | 10110011 | 11101100 | 100000 | 11000 | 0 | 1010110 | 111 | 1001101 | 1010100 | 110101 |
Color Harmonies of #B3EC20
Complementary color
Monochromatic Colors of #B3EC20
Black with #B3EC20
Text Example
Text Example
White with #B3EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC20; }
p { color: rgb(179,236,32); }
H1.HeaderClassName
{
color: #B3EC20;
}
.AnyTagClassName
{
color: #B3EC20;
}
</style>
background-color css
<style>
a { background-color: #B3EC20; }
a { background-color: rgb(179,236,32); }
div.DivClassName
{
background-color: #B3EC20;
}
.BgClassName
{
background-color: #B3EC20;
}
</style>
border-color css
<style>
span { border-color: #B3EC20; }
span { border-color: rgb(179,236,32); }
td.TdClassName
{
border-color: #B3EC20;
}
.TagClassName
{
border-color: #B3EC20;
}
</style>