Shades of Inch Worm #B0E121
Tints of Inch Worm #B0E121
RGB
CMYK
RGB Variations
Color information
#B0E121 (or 0xB0E121) is known color: Inch Worm. HEX triplet: B0, E1 and 21. RGB value is (176,225,33). Sum of RGB (Red+Green+Blue) = 176+225+33=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E121 is #4F1EDE. Grayscale: #BDBDBD. Windows color (decimal): -5185247 or 2220464. OLE color: 2220464.
HSL color Cylindrical-coordinate representation of color #B0E121: hue angle of 75.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0E121 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 33 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.12 |
| HSL | 75.31º | 0.76% | 0.51% | - |
| HSV(B) | 75.31º | 0.85% | 0.88% | - |
| XYZ | 45.1 | 63.19 | 11.26 | - |
| YUV | 188.46 | 40.27 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 33 | 0.22 | 0 | 0.85 | 0.12 | 75.31 | 0.76 | 0.51 |
| Hex | B0 | E1 | 21 | 16 | 0 | 55 | C | 4B | 4C | 33 |
| Octal | 260 | 341 | 41 | 26 | 0 | 125 | 14 | 113 | 114 | 63 |
| Binary | 10110000 | 11100001 | 100001 | 10110 | 0 | 1010101 | 1100 | 1001011 | 1001100 | 110011 |
Color Harmonies of #B0E121
Complementary color
Monochromatic Colors of #B0E121
Black with #B0E121
Text Example
Text Example
White with #B0E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E121; }
p { color: rgb(176,225,33); }
H1.HeaderClassName
{
color: #B0E121;
}
.AnyTagClassName
{
color: #B0E121;
}
</style>
background-color css
<style>
a { background-color: #B0E121; }
a { background-color: rgb(176,225,33); }
div.DivClassName
{
background-color: #B0E121;
}
.BgClassName
{
background-color: #B0E121;
}
</style>
border-color css
<style>
span { border-color: #B0E121; }
span { border-color: rgb(176,225,33); }
td.TdClassName
{
border-color: #B0E121;
}
.TagClassName
{
border-color: #B0E121;
}
</style>