Shades of Inch Worm #B1DF06
Tints of Inch Worm #B1DF06
RGB
CMYK
RGB Variations
Color information
#B1DF06 (or 0xB1DF06) is known color: Inch Worm. HEX triplet: B1, DF and 06. RGB value is (177,223,6). Sum of RGB (Red+Green+Blue) = 177+223+6=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF06 is #4E20F9. Grayscale: #B9B9B9. Windows color (decimal): -5120250 or 450481. OLE color: 450481.
HSL color Cylindrical-coordinate representation of color #B1DF06: hue angle of 72.72º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1DF06 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 6 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.13 |
| HSL | 72.72º | 0.95% | 0.45% | - |
| HSV(B) | 72.72º | 0.97% | 0.87% | - |
| XYZ | 44.55 | 62.14 | 9.82 | - |
| YUV | 184.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 6 | 0.21 | 0 | 0.97 | 0.13 | 72.72 | 0.95 | 0.45 |
| Hex | B1 | DF | 6 | 15 | 0 | 61 | D | 49 | 5F | 2D |
| Octal | 261 | 337 | 6 | 25 | 0 | 141 | 15 | 111 | 137 | 55 |
| Binary | 10110001 | 11011111 | 110 | 10101 | 0 | 1100001 | 1101 | 1001001 | 1011111 | 101101 |
Color Harmonies of #B1DF06
Complementary color
Monochromatic Colors of #B1DF06
Black with #B1DF06
Text Example
Text Example
White with #B1DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF06; }
p { color: rgb(177,223,6); }
H1.HeaderClassName
{
color: #B1DF06;
}
.AnyTagClassName
{
color: #B1DF06;
}
</style>
background-color css
<style>
a { background-color: #B1DF06; }
a { background-color: rgb(177,223,6); }
div.DivClassName
{
background-color: #B1DF06;
}
.BgClassName
{
background-color: #B1DF06;
}
</style>
border-color css
<style>
span { border-color: #B1DF06; }
span { border-color: rgb(177,223,6); }
td.TdClassName
{
border-color: #B1DF06;
}
.TagClassName
{
border-color: #B1DF06;
}
</style>