Shades of Inch Worm #B5E80E
Tints of Inch Worm #B5E80E
RGB
CMYK
RGB Variations
Color information
#B5E80E (or 0xB5E80E) is known color: Inch Worm. HEX triplet: B5, E8 and 0E. RGB value is (181,232,14). Sum of RGB (Red+Green+Blue) = 181+232+14=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5E80E is #4A17F1. Grayscale: #C0C0C0. Windows color (decimal): -4855794 or 977077. OLE color: 977077.
HSL color Cylindrical-coordinate representation of color #B5E80E: hue angle of 74.04º 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 #B5E80E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.09 |
| HSL | 74.04º | 0.89% | 0.48% | - |
| HSV(B) | 74.04º | 0.94% | 0.91% | - |
| XYZ | 47.99 | 67.57 | 10.93 | - |
| YUV | 191.9 | 27.6 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 14 | 0.22 | 0 | 0.94 | 0.09 | 74.04 | 0.89 | 0.48 |
| Hex | B5 | E8 | E | 16 | 0 | 5E | 9 | 4A | 59 | 30 |
| Octal | 265 | 350 | 16 | 26 | 0 | 136 | 11 | 112 | 131 | 60 |
| Binary | 10110101 | 11101000 | 1110 | 10110 | 0 | 1011110 | 1001 | 1001010 | 1011001 | 110000 |
Color Harmonies of #B5E80E
Complementary color
Monochromatic Colors of #B5E80E
Black with #B5E80E
Text Example
Text Example
White with #B5E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E80E; }
p { color: rgb(181,232,14); }
H1.HeaderClassName
{
color: #B5E80E;
}
.AnyTagClassName
{
color: #B5E80E;
}
</style>
background-color css
<style>
a { background-color: #B5E80E; }
a { background-color: rgb(181,232,14); }
div.DivClassName
{
background-color: #B5E80E;
}
.BgClassName
{
background-color: #B5E80E;
}
</style>
border-color css
<style>
span { border-color: #B5E80E; }
span { border-color: rgb(181,232,14); }
td.TdClassName
{
border-color: #B5E80E;
}
.TagClassName
{
border-color: #B5E80E;
}
</style>