Shades of Inch Worm #B0E021
Tints of Inch Worm #B0E021
RGB
CMYK
RGB Variations
Color information
#B0E021 (or 0xB0E021) is known color: Inch Worm. HEX triplet: B0, E0 and 21. RGB value is (176,224,33). Sum of RGB (Red+Green+Blue) = 176+224+33=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E021 is #4F1FDE. Grayscale: #BCBCBC. Windows color (decimal): -5185503 or 2220208. OLE color: 2220208.
HSL color Cylindrical-coordinate representation of color #B0E021: hue angle of 75.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0E021 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 33 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.12 |
| HSL | 75.08º | 0.75% | 0.5% | - |
| HSV(B) | 75.08º | 0.85% | 0.88% | - |
| XYZ | 44.83 | 62.65 | 11.17 | - |
| YUV | 187.87 | 40.6 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 33 | 0.21 | 0 | 0.85 | 0.12 | 75.08 | 0.75 | 0.5 |
| Hex | B0 | E0 | 21 | 15 | 0 | 55 | C | 4B | 4B | 32 |
| Octal | 260 | 340 | 41 | 25 | 0 | 125 | 14 | 113 | 113 | 62 |
| Binary | 10110000 | 11100000 | 100001 | 10101 | 0 | 1010101 | 1100 | 1001011 | 1001011 | 110010 |
Color Harmonies of #B0E021
Complementary color
Monochromatic Colors of #B0E021
Black with #B0E021
Text Example
Text Example
White with #B0E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E021; }
p { color: rgb(176,224,33); }
H1.HeaderClassName
{
color: #B0E021;
}
.AnyTagClassName
{
color: #B0E021;
}
</style>
background-color css
<style>
a { background-color: #B0E021; }
a { background-color: rgb(176,224,33); }
div.DivClassName
{
background-color: #B0E021;
}
.BgClassName
{
background-color: #B0E021;
}
</style>
border-color css
<style>
span { border-color: #B0E021; }
span { border-color: rgb(176,224,33); }
td.TdClassName
{
border-color: #B0E021;
}
.TagClassName
{
border-color: #B0E021;
}
</style>