Shades of Inch Worm #BFE506
Tints of Inch Worm #BFE506
RGB
CMYK
RGB Variations
Color information
#BFE506 (or 0xBFE506) is known color: Inch Worm. HEX triplet: BF, E5 and 06. RGB value is (191,229,6). Sum of RGB (Red+Green+Blue) = 191+229+6=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE506 is #401AF9. Grayscale: #C1C1C1. Windows color (decimal): -4201210 or 452031. OLE color: 452031.
HSL color Cylindrical-coordinate representation of color #BFE506: hue angle of 70.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFE506 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.10 |
| HSL | 70.22º | 0.95% | 0.46% | - |
| HSV(B) | 70.22º | 0.97% | 0.9% | - |
| XYZ | 49.54 | 67.13 | 10.52 | - |
| YUV | 192.22 | 22.91 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 6 | 0.17 | 0 | 0.97 | 0.10 | 70.22 | 0.95 | 0.46 |
| Hex | BF | E5 | 6 | 11 | 0 | 61 | A | 46 | 5F | 2E |
| Octal | 277 | 345 | 6 | 21 | 0 | 141 | 12 | 106 | 137 | 56 |
| Binary | 10111111 | 11100101 | 110 | 10001 | 0 | 1100001 | 1010 | 1000110 | 1011111 | 101110 |
Color Harmonies of #BFE506
Complementary color
Monochromatic Colors of #BFE506
Black with #BFE506
Text Example
Text Example
White with #BFE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE506; }
p { color: rgb(191,229,6); }
H1.HeaderClassName
{
color: #BFE506;
}
.AnyTagClassName
{
color: #BFE506;
}
</style>
background-color css
<style>
a { background-color: #BFE506; }
a { background-color: rgb(191,229,6); }
div.DivClassName
{
background-color: #BFE506;
}
.BgClassName
{
background-color: #BFE506;
}
</style>
border-color css
<style>
span { border-color: #BFE506; }
span { border-color: rgb(191,229,6); }
td.TdClassName
{
border-color: #BFE506;
}
.TagClassName
{
border-color: #BFE506;
}
</style>