Shades of Inch Worm #B1D617
Tints of Inch Worm #B1D617
RGB
CMYK
RGB Variations
Color information
#B1D617 (or 0xB1D617) is known color: Inch Worm. HEX triplet: B1, D6 and 17. RGB value is (177,214,23). Sum of RGB (Red+Green+Blue) = 177+214+23=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D617 is #4E29E8. Grayscale: #B5B5B5. Windows color (decimal): -5122537 or 1562289. OLE color: 1562289.
HSL color Cylindrical-coordinate representation of color #B1D617: hue angle of 71.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1D617 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 23 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.16 |
| HSL | 71.62º | 0.81% | 0.46% | - |
| HSV(B) | 71.62º | 0.89% | 0.84% | - |
| XYZ | 42.33 | 57.5 | 9.68 | - |
| YUV | 181.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 23 | 0.17 | 0 | 0.89 | 0.16 | 71.62 | 0.81 | 0.46 |
| Hex | B1 | D6 | 17 | 11 | 0 | 59 | 10 | 48 | 51 | 2E |
| Octal | 261 | 326 | 27 | 21 | 0 | 131 | 20 | 110 | 121 | 56 |
| Binary | 10110001 | 11010110 | 10111 | 10001 | 0 | 1011001 | 10000 | 1001000 | 1010001 | 101110 |
Color Harmonies of #B1D617
Complementary color
Monochromatic Colors of #B1D617
Black with #B1D617
Text Example
Text Example
White with #B1D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D617; }
p { color: rgb(177,214,23); }
H1.HeaderClassName
{
color: #B1D617;
}
.AnyTagClassName
{
color: #B1D617;
}
</style>
background-color css
<style>
a { background-color: #B1D617; }
a { background-color: rgb(177,214,23); }
div.DivClassName
{
background-color: #B1D617;
}
.BgClassName
{
background-color: #B1D617;
}
</style>
border-color css
<style>
span { border-color: #B1D617; }
span { border-color: rgb(177,214,23); }
td.TdClassName
{
border-color: #B1D617;
}
.TagClassName
{
border-color: #B1D617;
}
</style>