Shades of Inch Worm #B5E10A
Tints of Inch Worm #B5E10A
RGB
CMYK
RGB Variations
Color information
#B5E10A (or 0xB5E10A) is known color: Inch Worm. HEX triplet: B5, E1 and 0A. RGB value is (181,225,10). Sum of RGB (Red+Green+Blue) = 181+225+10=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E10A is #4A1EF5. Grayscale: #BCBCBC. Windows color (decimal): -4857590 or 713141. OLE color: 713141.
HSL color Cylindrical-coordinate representation of color #B5E10A: hue angle of 72.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5E10A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.12 |
| HSL | 72.28º | 0.91% | 0.46% | - |
| HSV(B) | 72.28º | 0.96% | 0.88% | - |
| XYZ | 46.04 | 63.7 | 10.16 | - |
| YUV | 187.33 | 27.92 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 10 | 0.20 | 0 | 0.96 | 0.12 | 72.28 | 0.91 | 0.46 |
| Hex | B5 | E1 | A | 14 | 0 | 60 | C | 48 | 5B | 2E |
| Octal | 265 | 341 | 12 | 24 | 0 | 140 | 14 | 110 | 133 | 56 |
| Binary | 10110101 | 11100001 | 1010 | 10100 | 0 | 1100000 | 1100 | 1001000 | 1011011 | 101110 |
Color Harmonies of #B5E10A
Complementary color
Monochromatic Colors of #B5E10A
Black with #B5E10A
Text Example
Text Example
White with #B5E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E10A; }
p { color: rgb(181,225,10); }
H1.HeaderClassName
{
color: #B5E10A;
}
.AnyTagClassName
{
color: #B5E10A;
}
</style>
background-color css
<style>
a { background-color: #B5E10A; }
a { background-color: rgb(181,225,10); }
div.DivClassName
{
background-color: #B5E10A;
}
.BgClassName
{
background-color: #B5E10A;
}
</style>
border-color css
<style>
span { border-color: #B5E10A; }
span { border-color: rgb(181,225,10); }
td.TdClassName
{
border-color: #B5E10A;
}
.TagClassName
{
border-color: #B5E10A;
}
</style>