Shades of Inch Worm #B5E311
Tints of Inch Worm #B5E311
RGB
CMYK
RGB Variations
Color information
#B5E311 (or 0xB5E311) is known color: Inch Worm. HEX triplet: B5, E3 and 11. RGB value is (181,227,17). Sum of RGB (Red+Green+Blue) = 181+227+17=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E311 is #4A1CEE. Grayscale: #BEBEBE. Windows color (decimal): -4857071 or 1172405. OLE color: 1172405.
HSL color Cylindrical-coordinate representation of color #B5E311: hue angle of 73.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5E311 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.11 |
| HSL | 73.14º | 0.86% | 0.48% | - |
| HSV(B) | 73.14º | 0.93% | 0.89% | - |
| XYZ | 46.63 | 64.8 | 10.58 | - |
| YUV | 189.31 | 30.76 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 17 | 0.20 | 0 | 0.93 | 0.11 | 73.14 | 0.86 | 0.48 |
| Hex | B5 | E3 | 11 | 14 | 0 | 5D | B | 49 | 56 | 30 |
| Octal | 265 | 343 | 21 | 24 | 0 | 135 | 13 | 111 | 126 | 60 |
| Binary | 10110101 | 11100011 | 10001 | 10100 | 0 | 1011101 | 1011 | 1001001 | 1010110 | 110000 |
Color Harmonies of #B5E311
Complementary color
Monochromatic Colors of #B5E311
Black with #B5E311
Text Example
Text Example
White with #B5E311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E311; }
p { color: rgb(181,227,17); }
H1.HeaderClassName
{
color: #B5E311;
}
.AnyTagClassName
{
color: #B5E311;
}
</style>
background-color css
<style>
a { background-color: #B5E311; }
a { background-color: rgb(181,227,17); }
div.DivClassName
{
background-color: #B5E311;
}
.BgClassName
{
background-color: #B5E311;
}
</style>
border-color css
<style>
span { border-color: #B5E311; }
span { border-color: rgb(181,227,17); }
td.TdClassName
{
border-color: #B5E311;
}
.TagClassName
{
border-color: #B5E311;
}
</style>