Shades of Inch Worm #B5E30E
Tints of Inch Worm #B5E30E
RGB
CMYK
RGB Variations
Color information
#B5E30E (or 0xB5E30E) is known color: Inch Worm. HEX triplet: B5, E3 and 0E. RGB value is (181,227,14). Sum of RGB (Red+Green+Blue) = 181+227+14=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E30E is #4A1CF1. Grayscale: #BDBDBD. Windows color (decimal): -4857074 or 975797. OLE color: 975797.
HSL color Cylindrical-coordinate representation of color #B5E30E: hue angle of 72.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5E30E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.11 |
| HSL | 72.96º | 0.88% | 0.47% | - |
| HSV(B) | 72.96º | 0.94% | 0.89% | - |
| XYZ | 46.6 | 64.79 | 10.47 | - |
| YUV | 188.96 | 29.26 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 14 | 0.20 | 0 | 0.94 | 0.11 | 72.96 | 0.88 | 0.47 |
| Hex | B5 | E3 | E | 14 | 0 | 5E | B | 49 | 58 | 2F |
| Octal | 265 | 343 | 16 | 24 | 0 | 136 | 13 | 111 | 130 | 57 |
| Binary | 10110101 | 11100011 | 1110 | 10100 | 0 | 1011110 | 1011 | 1001001 | 1011000 | 101111 |
Color Harmonies of #B5E30E
Complementary color
Monochromatic Colors of #B5E30E
Black with #B5E30E
Text Example
Text Example
White with #B5E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E30E; }
p { color: rgb(181,227,14); }
H1.HeaderClassName
{
color: #B5E30E;
}
.AnyTagClassName
{
color: #B5E30E;
}
</style>
background-color css
<style>
a { background-color: #B5E30E; }
a { background-color: rgb(181,227,14); }
div.DivClassName
{
background-color: #B5E30E;
}
.BgClassName
{
background-color: #B5E30E;
}
</style>
border-color css
<style>
span { border-color: #B5E30E; }
span { border-color: rgb(181,227,14); }
td.TdClassName
{
border-color: #B5E30E;
}
.TagClassName
{
border-color: #B5E30E;
}
</style>