Shades of Inch Worm #B5E01E
Tints of Inch Worm #B5E01E
RGB
CMYK
RGB Variations
Color information
#B5E01E (or 0xB5E01E) is known color: Inch Worm. HEX triplet: B5, E0 and 1E. RGB value is (181,224,30). Sum of RGB (Red+Green+Blue) = 181+224+30=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E01E is #4A1FE1. Grayscale: #BDBDBD. Windows color (decimal): -4857826 or 2023605. OLE color: 2023605.
HSL color Cylindrical-coordinate representation of color #B5E01E: hue angle of 73.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5E01E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 30 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.12 |
| HSL | 73.3º | 0.76% | 0.5% | - |
| HSV(B) | 73.3º | 0.87% | 0.88% | - |
| XYZ | 45.95 | 63.23 | 11.01 | - |
| YUV | 189.03 | 38.25 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 30 | 0.19 | 0 | 0.87 | 0.12 | 73.3 | 0.76 | 0.5 |
| Hex | B5 | E0 | 1E | 13 | 0 | 57 | C | 49 | 4C | 32 |
| Octal | 265 | 340 | 36 | 23 | 0 | 127 | 14 | 111 | 114 | 62 |
| Binary | 10110101 | 11100000 | 11110 | 10011 | 0 | 1010111 | 1100 | 1001001 | 1001100 | 110010 |
Color Harmonies of #B5E01E
Complementary color
Monochromatic Colors of #B5E01E
Black with #B5E01E
Text Example
Text Example
White with #B5E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E01E; }
p { color: rgb(181,224,30); }
H1.HeaderClassName
{
color: #B5E01E;
}
.AnyTagClassName
{
color: #B5E01E;
}
</style>
background-color css
<style>
a { background-color: #B5E01E; }
a { background-color: rgb(181,224,30); }
div.DivClassName
{
background-color: #B5E01E;
}
.BgClassName
{
background-color: #B5E01E;
}
</style>
border-color css
<style>
span { border-color: #B5E01E; }
span { border-color: rgb(181,224,30); }
td.TdClassName
{
border-color: #B5E01E;
}
.TagClassName
{
border-color: #B5E01E;
}
</style>