Shades of Inch Worm #B5EA14
Tints of Inch Worm #B5EA14
RGB
CMYK
RGB Variations
Color information
#B5EA14 (or 0xB5EA14) is known color: Inch Worm. HEX triplet: B5, EA and 14. RGB value is (181,234,20). Sum of RGB (Red+Green+Blue) = 181+234+20=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EA14 is #4A15EB. Grayscale: #C2C2C2. Windows color (decimal): -4855276 or 1370805. OLE color: 1370805.
HSL color Cylindrical-coordinate representation of color #B5EA14: hue angle of 74.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5EA14 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 20 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.08 |
| HSL | 74.86º | 0.84% | 0.5% | - |
| HSV(B) | 74.86º | 0.91% | 0.92% | - |
| XYZ | 48.61 | 68.72 | 11.36 | - |
| YUV | 193.76 | 29.94 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 20 | 0.23 | 0 | 0.91 | 0.08 | 74.86 | 0.84 | 0.5 |
| Hex | B5 | EA | 14 | 17 | 0 | 5B | 8 | 4B | 54 | 32 |
| Octal | 265 | 352 | 24 | 27 | 0 | 133 | 10 | 113 | 124 | 62 |
| Binary | 10110101 | 11101010 | 10100 | 10111 | 0 | 1011011 | 1000 | 1001011 | 1010100 | 110010 |
Color Harmonies of #B5EA14
Complementary color
Monochromatic Colors of #B5EA14
Black with #B5EA14
Text Example
Text Example
White with #B5EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA14; }
p { color: rgb(181,234,20); }
H1.HeaderClassName
{
color: #B5EA14;
}
.AnyTagClassName
{
color: #B5EA14;
}
</style>
background-color css
<style>
a { background-color: #B5EA14; }
a { background-color: rgb(181,234,20); }
div.DivClassName
{
background-color: #B5EA14;
}
.BgClassName
{
background-color: #B5EA14;
}
</style>
border-color css
<style>
span { border-color: #B5EA14; }
span { border-color: rgb(181,234,20); }
td.TdClassName
{
border-color: #B5EA14;
}
.TagClassName
{
border-color: #B5EA14;
}
</style>