Shades of Inch Worm #B5EC14
Tints of Inch Worm #B5EC14
RGB
CMYK
RGB Variations
Color information
#B5EC14 (or 0xB5EC14) is known color: Inch Worm. HEX triplet: B5, EC and 14. RGB value is (181,236,20). Sum of RGB (Red+Green+Blue) = 181+236+20=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EC14 is #4A13EB. Grayscale: #C3C3C3. Windows color (decimal): -4854764 or 1371317. OLE color: 1371317.
HSL color Cylindrical-coordinate representation of color #B5EC14: hue angle of 75.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5EC14 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 20 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.07 |
| HSL | 75.28º | 0.85% | 0.5% | - |
| HSV(B) | 75.28º | 0.92% | 0.93% | - |
| XYZ | 49.18 | 69.87 | 11.56 | - |
| YUV | 194.93 | 29.28 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 20 | 0.23 | 0 | 0.92 | 0.07 | 75.28 | 0.85 | 0.5 |
| Hex | B5 | EC | 14 | 17 | 0 | 5C | 7 | 4B | 55 | 32 |
| Octal | 265 | 354 | 24 | 27 | 0 | 134 | 7 | 113 | 125 | 62 |
| Binary | 10110101 | 11101100 | 10100 | 10111 | 0 | 1011100 | 111 | 1001011 | 1010101 | 110010 |
Color Harmonies of #B5EC14
Complementary color
Monochromatic Colors of #B5EC14
Black with #B5EC14
Text Example
Text Example
White with #B5EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC14; }
p { color: rgb(181,236,20); }
H1.HeaderClassName
{
color: #B5EC14;
}
.AnyTagClassName
{
color: #B5EC14;
}
</style>
background-color css
<style>
a { background-color: #B5EC14; }
a { background-color: rgb(181,236,20); }
div.DivClassName
{
background-color: #B5EC14;
}
.BgClassName
{
background-color: #B5EC14;
}
</style>
border-color css
<style>
span { border-color: #B5EC14; }
span { border-color: rgb(181,236,20); }
td.TdClassName
{
border-color: #B5EC14;
}
.TagClassName
{
border-color: #B5EC14;
}
</style>