Shades of Inch Worm #B1D808
Tints of Inch Worm #B1D808
RGB
CMYK
RGB Variations
Color information
#B1D808 (or 0xB1D808) is known color: Inch Worm. HEX triplet: B1, D8 and 08. RGB value is (177,216,8). Sum of RGB (Red+Green+Blue) = 177+216+8=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D808 is #4E27F7. Grayscale: #B5B5B5. Windows color (decimal): -5122040 or 579761. OLE color: 579761.
HSL color Cylindrical-coordinate representation of color #B1D808: hue angle of 71.25º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1D808 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.15 |
| HSL | 71.25º | 0.93% | 0.44% | - |
| HSV(B) | 71.25º | 0.96% | 0.85% | - |
| XYZ | 42.73 | 58.48 | 9.26 | - |
| YUV | 180.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 8 | 0.18 | 0 | 0.96 | 0.15 | 71.25 | 0.93 | 0.44 |
| Hex | B1 | D8 | 8 | 12 | 0 | 60 | F | 47 | 5D | 2C |
| Octal | 261 | 330 | 10 | 22 | 0 | 140 | 17 | 107 | 135 | 54 |
| Binary | 10110001 | 11011000 | 1000 | 10010 | 0 | 1100000 | 1111 | 1000111 | 1011101 | 101100 |
Color Harmonies of #B1D808
Complementary color
Monochromatic Colors of #B1D808
Black with #B1D808
Text Example
Text Example
White with #B1D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D808; }
p { color: rgb(177,216,8); }
H1.HeaderClassName
{
color: #B1D808;
}
.AnyTagClassName
{
color: #B1D808;
}
</style>
background-color css
<style>
a { background-color: #B1D808; }
a { background-color: rgb(177,216,8); }
div.DivClassName
{
background-color: #B1D808;
}
.BgClassName
{
background-color: #B1D808;
}
</style>
border-color css
<style>
span { border-color: #B1D808; }
span { border-color: rgb(177,216,8); }
td.TdClassName
{
border-color: #B1D808;
}
.TagClassName
{
border-color: #B1D808;
}
</style>