Shades of Inch Worm #B5E322
Tints of Inch Worm #B5E322
RGB
CMYK
RGB Variations
Color information
#B5E322 (or 0xB5E322) is known color: Inch Worm. HEX triplet: B5, E3 and 22. RGB value is (181,227,34). Sum of RGB (Red+Green+Blue) = 181+227+34=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E322 is #4A1CDD. Grayscale: #BFBFBF. Windows color (decimal): -4857054 or 2286517. OLE color: 2286517.
HSL color Cylindrical-coordinate representation of color #B5E322: hue angle of 74.3º 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 #B5E322 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 34 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.11 |
| HSL | 74.3º | 0.78% | 0.51% | - |
| HSV(B) | 74.3º | 0.85% | 0.89% | - |
| XYZ | 46.81 | 64.88 | 11.57 | - |
| YUV | 191.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 34 | 0.20 | 0 | 0.85 | 0.11 | 74.3 | 0.78 | 0.51 |
| Hex | B5 | E3 | 22 | 14 | 0 | 55 | B | 4A | 4E | 33 |
| Octal | 265 | 343 | 42 | 24 | 0 | 125 | 13 | 112 | 116 | 63 |
| Binary | 10110101 | 11100011 | 100010 | 10100 | 0 | 1010101 | 1011 | 1001010 | 1001110 | 110011 |
Color Harmonies of #B5E322
Complementary color
Monochromatic Colors of #B5E322
Black with #B5E322
Text Example
Text Example
White with #B5E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E322; }
p { color: rgb(181,227,34); }
H1.HeaderClassName
{
color: #B5E322;
}
.AnyTagClassName
{
color: #B5E322;
}
</style>
background-color css
<style>
a { background-color: #B5E322; }
a { background-color: rgb(181,227,34); }
div.DivClassName
{
background-color: #B5E322;
}
.BgClassName
{
background-color: #B5E322;
}
</style>
border-color css
<style>
span { border-color: #B5E322; }
span { border-color: rgb(181,227,34); }
td.TdClassName
{
border-color: #B5E322;
}
.TagClassName
{
border-color: #B5E322;
}
</style>