Shades of Inch Worm #B0E520
Tints of Inch Worm #B0E520
RGB
CMYK
RGB Variations
Color information
#B0E520 (or 0xB0E520) is known color: Inch Worm. HEX triplet: B0, E5 and 20. RGB value is (176,229,32). Sum of RGB (Red+Green+Blue) = 176+229+32=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E520 is #4F1ADF. Grayscale: #BFBFBF. Windows color (decimal): -5184224 or 2155952. OLE color: 2155952.
HSL color Cylindrical-coordinate representation of color #B0E520: hue angle of 76.14º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0E520 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 32 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.10 |
| HSL | 76.14º | 0.79% | 0.51% | - |
| HSV(B) | 76.14º | 0.86% | 0.9% | - |
| XYZ | 46.18 | 65.37 | 11.55 | - |
| YUV | 190.7 | 38.44 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 32 | 0.23 | 0 | 0.86 | 0.10 | 76.14 | 0.79 | 0.51 |
| Hex | B0 | E5 | 20 | 17 | 0 | 56 | A | 4C | 4F | 33 |
| Octal | 260 | 345 | 40 | 27 | 0 | 126 | 12 | 114 | 117 | 63 |
| Binary | 10110000 | 11100101 | 100000 | 10111 | 0 | 1010110 | 1010 | 1001100 | 1001111 | 110011 |
Color Harmonies of #B0E520
Complementary color
Monochromatic Colors of #B0E520
Black with #B0E520
Text Example
Text Example
White with #B0E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E520; }
p { color: rgb(176,229,32); }
H1.HeaderClassName
{
color: #B0E520;
}
.AnyTagClassName
{
color: #B0E520;
}
</style>
background-color css
<style>
a { background-color: #B0E520; }
a { background-color: rgb(176,229,32); }
div.DivClassName
{
background-color: #B0E520;
}
.BgClassName
{
background-color: #B0E520;
}
</style>
border-color css
<style>
span { border-color: #B0E520; }
span { border-color: rgb(176,229,32); }
td.TdClassName
{
border-color: #B0E520;
}
.TagClassName
{
border-color: #B0E520;
}
</style>