Shades of Inch Worm #B5E122
Tints of Inch Worm #B5E122
RGB
CMYK
RGB Variations
Color information
#B5E122 (or 0xB5E122) is known color: Inch Worm. HEX triplet: B5, E1 and 22. RGB value is (181,225,34). Sum of RGB (Red+Green+Blue) = 181+225+34=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E122 is #4A1EDD. Grayscale: #BEBEBE. Windows color (decimal): -4857566 or 2286005. OLE color: 2286005.
HSL color Cylindrical-coordinate representation of color #B5E122: hue angle of 73.82º 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 #B5E122 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 34 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.12 |
| HSL | 73.82º | 0.76% | 0.51% | - |
| HSV(B) | 73.82º | 0.85% | 0.88% | - |
| XYZ | 46.27 | 63.79 | 11.39 | - |
| YUV | 190.07 | 39.92 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 34 | 0.20 | 0 | 0.85 | 0.12 | 73.82 | 0.76 | 0.51 |
| Hex | B5 | E1 | 22 | 14 | 0 | 55 | C | 4A | 4C | 33 |
| Octal | 265 | 341 | 42 | 24 | 0 | 125 | 14 | 112 | 114 | 63 |
| Binary | 10110101 | 11100001 | 100010 | 10100 | 0 | 1010101 | 1100 | 1001010 | 1001100 | 110011 |
Color Harmonies of #B5E122
Complementary color
Monochromatic Colors of #B5E122
Black with #B5E122
Text Example
Text Example
White with #B5E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E122; }
p { color: rgb(181,225,34); }
H1.HeaderClassName
{
color: #B5E122;
}
.AnyTagClassName
{
color: #B5E122;
}
</style>
background-color css
<style>
a { background-color: #B5E122; }
a { background-color: rgb(181,225,34); }
div.DivClassName
{
background-color: #B5E122;
}
.BgClassName
{
background-color: #B5E122;
}
</style>
border-color css
<style>
span { border-color: #B5E122; }
span { border-color: rgb(181,225,34); }
td.TdClassName
{
border-color: #B5E122;
}
.TagClassName
{
border-color: #B5E122;
}
</style>