Shades of Inch Worm #B1D300
Tints of Inch Worm #B1D300
RGB
CMYK
RGB Variations
Color information
#B1D300 (or 0xB1D300) is known color: Inch Worm. HEX triplet: B1, D3 and 00. RGB value is (177,211,0). Sum of RGB (Red+Green+Blue) = 177+211+0=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D300 is #4E2CFF. Grayscale: #B1B1B1. Windows color (decimal): -5123328 or 54193. OLE color: 54193.
HSL color Cylindrical-coordinate representation of color #B1D300: hue angle of 69.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1D300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.17 |
| HSL | 69.67º | 1% | 0.41% | - |
| HSV(B) | 69.67º | 1% | 0.83% | - |
| XYZ | 41.43 | 55.94 | 8.61 | - |
| YUV | 176.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 0 | 0.16 | 0 | 1 | 0.17 | 69.67 | 1 | 0.41 |
| Hex | B1 | D3 | 0 | 10 | 0 | 64 | 11 | 46 | 64 | 29 |
| Octal | 261 | 323 | 0 | 20 | 0 | 144 | 21 | 106 | 144 | 51 |
| Binary | 10110001 | 11010011 | 0 | 10000 | 0 | 1100100 | 10001 | 1000110 | 1100100 | 101001 |
Color Harmonies of #B1D300
Complementary color
Monochromatic Colors of #B1D300
Black with #B1D300
Text Example
Text Example
White with #B1D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D300; }
p { color: rgb(177,211,0); }
H1.HeaderClassName
{
color: #B1D300;
}
.AnyTagClassName
{
color: #B1D300;
}
</style>
background-color css
<style>
a { background-color: #B1D300; }
a { background-color: rgb(177,211,0); }
div.DivClassName
{
background-color: #B1D300;
}
.BgClassName
{
background-color: #B1D300;
}
</style>
border-color css
<style>
span { border-color: #B1D300; }
span { border-color: rgb(177,211,0); }
td.TdClassName
{
border-color: #B1D300;
}
.TagClassName
{
border-color: #B1D300;
}
</style>