Shades of Inch Worm #B1D810
Tints of Inch Worm #B1D810
RGB
CMYK
RGB Variations
Color information
#B1D810 (or 0xB1D810) is known color: Inch Worm. HEX triplet: B1, D8 and 10. RGB value is (177,216,16). Sum of RGB (Red+Green+Blue) = 177+216+16=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D810 is #4E27EF. Grayscale: #B6B6B6. Windows color (decimal): -5122032 or 1104049. OLE color: 1104049.
HSL color Cylindrical-coordinate representation of color #B1D810: hue angle of 71.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1D810 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.15 |
| HSL | 71.7º | 0.86% | 0.45% | - |
| HSV(B) | 71.7º | 0.93% | 0.85% | - |
| XYZ | 42.78 | 58.5 | 9.53 | - |
| YUV | 181.54 | 34.58 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 16 | 0.18 | 0 | 0.93 | 0.15 | 71.7 | 0.86 | 0.45 |
| Hex | B1 | D8 | 10 | 12 | 0 | 5D | F | 48 | 56 | 2D |
| Octal | 261 | 330 | 20 | 22 | 0 | 135 | 17 | 110 | 126 | 55 |
| Binary | 10110001 | 11011000 | 10000 | 10010 | 0 | 1011101 | 1111 | 1001000 | 1010110 | 101101 |
Color Harmonies of #B1D810
Complementary color
Monochromatic Colors of #B1D810
Black with #B1D810
Text Example
Text Example
White with #B1D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D810; }
p { color: rgb(177,216,16); }
H1.HeaderClassName
{
color: #B1D810;
}
.AnyTagClassName
{
color: #B1D810;
}
</style>
background-color css
<style>
a { background-color: #B1D810; }
a { background-color: rgb(177,216,16); }
div.DivClassName
{
background-color: #B1D810;
}
.BgClassName
{
background-color: #B1D810;
}
</style>
border-color css
<style>
span { border-color: #B1D810; }
span { border-color: rgb(177,216,16); }
td.TdClassName
{
border-color: #B1D810;
}
.TagClassName
{
border-color: #B1D810;
}
</style>