Shades of Inch Worm #B1D50E
Tints of Inch Worm #B1D50E
RGB
CMYK
RGB Variations
Color information
#B1D50E (or 0xB1D50E) is known color: Inch Worm. HEX triplet: B1, D5 and 0E. RGB value is (177,213,14). Sum of RGB (Red+Green+Blue) = 177+213+14=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D50E is #4E2AF1. Grayscale: #B4B4B4. Windows color (decimal): -5122802 or 972209. OLE color: 972209.
HSL color Cylindrical-coordinate representation of color #B1D50E: hue angle of 70.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1D50E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.16 |
| HSL | 70.85º | 0.88% | 0.45% | - |
| HSV(B) | 70.85º | 0.93% | 0.84% | - |
| XYZ | 42 | 56.97 | 9.2 | - |
| YUV | 179.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 14 | 0.17 | 0 | 0.93 | 0.16 | 70.85 | 0.88 | 0.45 |
| Hex | B1 | D5 | E | 11 | 0 | 5D | 10 | 47 | 58 | 2D |
| Octal | 261 | 325 | 16 | 21 | 0 | 135 | 20 | 107 | 130 | 55 |
| Binary | 10110001 | 11010101 | 1110 | 10001 | 0 | 1011101 | 10000 | 1000111 | 1011000 | 101101 |
Color Harmonies of #B1D50E
Complementary color
Monochromatic Colors of #B1D50E
Black with #B1D50E
Text Example
Text Example
White with #B1D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D50E; }
p { color: rgb(177,213,14); }
H1.HeaderClassName
{
color: #B1D50E;
}
.AnyTagClassName
{
color: #B1D50E;
}
</style>
background-color css
<style>
a { background-color: #B1D50E; }
a { background-color: rgb(177,213,14); }
div.DivClassName
{
background-color: #B1D50E;
}
.BgClassName
{
background-color: #B1D50E;
}
</style>
border-color css
<style>
span { border-color: #B1D50E; }
span { border-color: rgb(177,213,14); }
td.TdClassName
{
border-color: #B1D50E;
}
.TagClassName
{
border-color: #B1D50E;
}
</style>