Shades of Inch Worm #B5E80A
Tints of Inch Worm #B5E80A
RGB
CMYK
RGB Variations
Color information
#B5E80A (or 0xB5E80A) is known color: Inch Worm. HEX triplet: B5, E8 and 0A. RGB value is (181,232,10). Sum of RGB (Red+Green+Blue) = 181+232+10=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5E80A is #4A17F5. Grayscale: #C0C0C0. Windows color (decimal): -4855798 or 714933. OLE color: 714933.
HSL color Cylindrical-coordinate representation of color #B5E80A: hue angle of 73.78º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5E80A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.09 |
| HSL | 73.78º | 0.92% | 0.47% | - |
| HSV(B) | 73.78º | 0.96% | 0.91% | - |
| XYZ | 47.97 | 67.56 | 10.8 | - |
| YUV | 191.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 10 | 0.22 | 0 | 0.96 | 0.09 | 73.78 | 0.92 | 0.47 |
| Hex | B5 | E8 | A | 16 | 0 | 60 | 9 | 4A | 5C | 2F |
| Octal | 265 | 350 | 12 | 26 | 0 | 140 | 11 | 112 | 134 | 57 |
| Binary | 10110101 | 11101000 | 1010 | 10110 | 0 | 1100000 | 1001 | 1001010 | 1011100 | 101111 |
Color Harmonies of #B5E80A
Complementary color
Monochromatic Colors of #B5E80A
Black with #B5E80A
Text Example
Text Example
White with #B5E80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E80A; }
p { color: rgb(181,232,10); }
H1.HeaderClassName
{
color: #B5E80A;
}
.AnyTagClassName
{
color: #B5E80A;
}
</style>
background-color css
<style>
a { background-color: #B5E80A; }
a { background-color: rgb(181,232,10); }
div.DivClassName
{
background-color: #B5E80A;
}
.BgClassName
{
background-color: #B5E80A;
}
</style>
border-color css
<style>
span { border-color: #B5E80A; }
span { border-color: rgb(181,232,10); }
td.TdClassName
{
border-color: #B5E80A;
}
.TagClassName
{
border-color: #B5E80A;
}
</style>