Shades of Inch Worm #B5E321
Tints of Inch Worm #B5E321
RGB
CMYK
RGB Variations
Color information
#B5E321 (or 0xB5E321) is known color: Inch Worm. HEX triplet: B5, E3 and 21. RGB value is (181,227,33). Sum of RGB (Red+Green+Blue) = 181+227+33=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E321 is #4A1CDE. Grayscale: #BFBFBF. Windows color (decimal): -4857055 or 2220981. OLE color: 2220981.
HSL color Cylindrical-coordinate representation of color #B5E321: hue angle of 74.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5E321 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 33 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.11 |
| HSL | 74.23º | 0.78% | 0.51% | - |
| HSV(B) | 74.23º | 0.85% | 0.89% | - |
| XYZ | 46.8 | 64.87 | 11.49 | - |
| YUV | 191.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 33 | 0.20 | 0 | 0.85 | 0.11 | 74.23 | 0.78 | 0.51 |
| Hex | B5 | E3 | 21 | 14 | 0 | 55 | B | 4A | 4E | 33 |
| Octal | 265 | 343 | 41 | 24 | 0 | 125 | 13 | 112 | 116 | 63 |
| Binary | 10110101 | 11100011 | 100001 | 10100 | 0 | 1010101 | 1011 | 1001010 | 1001110 | 110011 |
Color Harmonies of #B5E321
Complementary color
Monochromatic Colors of #B5E321
Black with #B5E321
Text Example
Text Example
White with #B5E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E321; }
p { color: rgb(181,227,33); }
H1.HeaderClassName
{
color: #B5E321;
}
.AnyTagClassName
{
color: #B5E321;
}
</style>
background-color css
<style>
a { background-color: #B5E321; }
a { background-color: rgb(181,227,33); }
div.DivClassName
{
background-color: #B5E321;
}
.BgClassName
{
background-color: #B5E321;
}
</style>
border-color css
<style>
span { border-color: #B5E321; }
span { border-color: rgb(181,227,33); }
td.TdClassName
{
border-color: #B5E321;
}
.TagClassName
{
border-color: #B5E321;
}
</style>