Shades of Inch Worm #B5E120
Tints of Inch Worm #B5E120
RGB
CMYK
RGB Variations
Color information
#B5E120 (or 0xB5E120) is known color: Inch Worm. HEX triplet: B5, E1 and 20. RGB value is (181,225,32). Sum of RGB (Red+Green+Blue) = 181+225+32=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E120 is #4A1EDF. Grayscale: #BEBEBE. Windows color (decimal): -4857568 or 2154933. OLE color: 2154933.
HSL color Cylindrical-coordinate representation of color #B5E120: hue angle of 73.68º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5E120 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 32 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.12 |
| HSL | 73.68º | 0.76% | 0.5% | - |
| HSV(B) | 73.68º | 0.86% | 0.88% | - |
| XYZ | 46.24 | 63.78 | 11.24 | - |
| YUV | 189.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 32 | 0.20 | 0 | 0.86 | 0.12 | 73.68 | 0.76 | 0.5 |
| Hex | B5 | E1 | 20 | 14 | 0 | 56 | C | 4A | 4C | 32 |
| Octal | 265 | 341 | 40 | 24 | 0 | 126 | 14 | 112 | 114 | 62 |
| Binary | 10110101 | 11100001 | 100000 | 10100 | 0 | 1010110 | 1100 | 1001010 | 1001100 | 110010 |
Color Harmonies of #B5E120
Complementary color
Monochromatic Colors of #B5E120
Black with #B5E120
Text Example
Text Example
White with #B5E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E120; }
p { color: rgb(181,225,32); }
H1.HeaderClassName
{
color: #B5E120;
}
.AnyTagClassName
{
color: #B5E120;
}
</style>
background-color css
<style>
a { background-color: #B5E120; }
a { background-color: rgb(181,225,32); }
div.DivClassName
{
background-color: #B5E120;
}
.BgClassName
{
background-color: #B5E120;
}
</style>
border-color css
<style>
span { border-color: #B5E120; }
span { border-color: rgb(181,225,32); }
td.TdClassName
{
border-color: #B5E120;
}
.TagClassName
{
border-color: #B5E120;
}
</style>