Shades of Inch Worm #B5E70E
Tints of Inch Worm #B5E70E
RGB
CMYK
RGB Variations
Color information
#B5E70E (or 0xB5E70E) is known color: Inch Worm. HEX triplet: B5, E7 and 0E. RGB value is (181,231,14). Sum of RGB (Red+Green+Blue) = 181+231+14=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5E70E is #4A18F1. Grayscale: #C0C0C0. Windows color (decimal): -4856050 or 976821. OLE color: 976821.
HSL color Cylindrical-coordinate representation of color #B5E70E: hue angle of 73.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5E70E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.09 |
| HSL | 73.82º | 0.89% | 0.48% | - |
| HSV(B) | 73.82º | 0.94% | 0.91% | - |
| XYZ | 47.71 | 67.01 | 10.83 | - |
| YUV | 191.31 | 27.94 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 14 | 0.22 | 0 | 0.94 | 0.09 | 73.82 | 0.89 | 0.48 |
| Hex | B5 | E7 | E | 16 | 0 | 5E | 9 | 4A | 59 | 30 |
| Octal | 265 | 347 | 16 | 26 | 0 | 136 | 11 | 112 | 131 | 60 |
| Binary | 10110101 | 11100111 | 1110 | 10110 | 0 | 1011110 | 1001 | 1001010 | 1011001 | 110000 |
Color Harmonies of #B5E70E
Complementary color
Monochromatic Colors of #B5E70E
Black with #B5E70E
Text Example
Text Example
White with #B5E70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E70E; }
p { color: rgb(181,231,14); }
H1.HeaderClassName
{
color: #B5E70E;
}
.AnyTagClassName
{
color: #B5E70E;
}
</style>
background-color css
<style>
a { background-color: #B5E70E; }
a { background-color: rgb(181,231,14); }
div.DivClassName
{
background-color: #B5E70E;
}
.BgClassName
{
background-color: #B5E70E;
}
</style>
border-color css
<style>
span { border-color: #B5E70E; }
span { border-color: rgb(181,231,14); }
td.TdClassName
{
border-color: #B5E70E;
}
.TagClassName
{
border-color: #B5E70E;
}
</style>