Shades of Inch Worm #B1E014
Tints of Inch Worm #B1E014
RGB
CMYK
RGB Variations
Color information
#B1E014 (or 0xB1E014) is known color: Inch Worm. HEX triplet: B1, E0 and 14. RGB value is (177,224,20). Sum of RGB (Red+Green+Blue) = 177+224+20=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E014 is #4E1FEB. Grayscale: #BBBBBB. Windows color (decimal): -5119980 or 1368241. OLE color: 1368241.
HSL color Cylindrical-coordinate representation of color #B1E014: hue angle of 73.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1E014 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 20 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.12 |
| HSL | 73.82º | 0.84% | 0.48% | - |
| HSV(B) | 73.82º | 0.91% | 0.88% | - |
| XYZ | 44.91 | 62.71 | 10.4 | - |
| YUV | 186.69 | 33.93 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 20 | 0.21 | 0 | 0.91 | 0.12 | 73.82 | 0.84 | 0.48 |
| Hex | B1 | E0 | 14 | 15 | 0 | 5B | C | 4A | 54 | 30 |
| Octal | 261 | 340 | 24 | 25 | 0 | 133 | 14 | 112 | 124 | 60 |
| Binary | 10110001 | 11100000 | 10100 | 10101 | 0 | 1011011 | 1100 | 1001010 | 1010100 | 110000 |
Color Harmonies of #B1E014
Complementary color
Monochromatic Colors of #B1E014
Black with #B1E014
Text Example
Text Example
White with #B1E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E014; }
p { color: rgb(177,224,20); }
H1.HeaderClassName
{
color: #B1E014;
}
.AnyTagClassName
{
color: #B1E014;
}
</style>
background-color css
<style>
a { background-color: #B1E014; }
a { background-color: rgb(177,224,20); }
div.DivClassName
{
background-color: #B1E014;
}
.BgClassName
{
background-color: #B1E014;
}
</style>
border-color css
<style>
span { border-color: #B1E014; }
span { border-color: rgb(177,224,20); }
td.TdClassName
{
border-color: #B1E014;
}
.TagClassName
{
border-color: #B1E014;
}
</style>